load a module in the content area in weblogic template for joomla

August 19, 2008 · Filed Under Joomla · 1 Comment 

To load a module in the content area in weblogic template, you need to follow the following steps

1. Add a module to the template say ‘user9′ to the template. (to see how to add a module click here)

2. Extensions -> Template Manager -> Select weblogic template -> edit -> Edit HTML

3. if you have selected Layout style as PORTAL then

search for $split_layout==”PORTAL” in the code and the following lines

<!– user9 module start –>

<?php if ($this->countModules(’user9′)) : ?>
<div><jdoc:include type=”modules” name=”user9″ style=”none” /></div>

<!– user9 module end–>

after

<jdoc:include type=”message” />
<jdoc:include type=”component” />

4. save the file

5. Now create a module of type Custome HTML and place it in position ‘User9′

You can see the content in the content area now