loadmodule

Make an entire <div> linkable when a module is loaded inside to it

ぃ、小莉子 提交于 2019-12-13 04:24:22
问题 My question relates to make an entire DIV linkable when a module is loaded inside to it (Joomla 2.5.latest). I have 4 boxes side by side, all as below in my custom-css. .box1 { width: 22%; height: 225px; border-radius: 5%; -moz-border-radius: 5%; etc. etc. etc. In my HTML I have this: <div class="box1">{module Colours module: Challenges}</div> I use Joomla 2.5. latest and I loaded a module inside a module, i.e. the colours module challenges goes into box1 and box1 is inside a Joomla module

Apache: Inline PHP not working on Linux

倾然丶 夕夏残阳落幕 提交于 2019-12-10 20:08:17
问题 I am having trouble getting my PHP to work for my Apache server. I am running Oracle Linux, and used yum install php + yum install httpd to get my PHP and Apache. I have scoured the internet and done a couple of things: Firstly, I have gone into my httpd.conf file and added LoadModule php5_module modules/libphp5.so . I have chosen to use the one in my php.conf file, which is the exact same one. Furthermore, I have done AddType application/x-http-php .php , so now my .php files are loading