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

August 19, 2008 · Filed Under Joomla 

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

If you enjoyed this post and found it useful, please write your comments. You comments would encourage us to write more. Also make sure you subscribe to our RSS feed!

We Provide Custom PHP Programming for Joomla , Wordpress, OScommerce, Creloaded, Xcart and any other opensource solution you can think of at www.technoIntellects.com.

Get our Joomla Hosting Packages at the affordable price with unlimited services

Comments

One Response to “load a module in the content area in weblogic template for joomla”

  1. Recent Faves Tagged With "weblogic" : MyNetFaves on November 3rd, 2008 10:20 am

    [...] public links >> weblogic load a module in the content area in weblogic template for joomla First saved by fitzglau | 1 days ago Oracle Enterprise Pack for Eclipse 1.0 (Aug 27, 2008) [...]

Leave a Reply