-
AuthorPosts
-
October 5, 2006 at 12:51 pm #117319
hi,
How to add a banner module ? thx
October 6, 2006 at 8:16 pm #210828Hi
No one can help me!?
up :((October 6, 2006 at 10:53 pm #210833Add <?php mosLoadModules( ‘banner’, -1 ); ?> to the desired location of template index file. Assign/publish from admin panel.
October 7, 2006 at 7:46 pm #210848Thanks punaboy 🙂
October 8, 2006 at 3:12 pm #210866<em>@punaboy]Add <?php mosLoadModules( ‘banner’, -1 ) ?> to the desired location of template index file. Assign/publish from admin panel.[/QUOTE wrote:</em><blockquote>
Can someone maybe go into a more indepth how to on this for me please?
Thanks in advance
October 8, 2006 at 6:59 pm #210870Can someone maybe go into a more indepth how to on this for me please?
Thanks in advance</blockquote>Sorry, I can’t expain it any easier than above.
At the least you need basic coding knowledge (general) and understand the Joomla system and how templates work. You can visit the help section at Joomla.org for some tutorials.
http://help.joomla.org/content/section/12/125/
You can also search the internet for template tutorials, there’s a whole bunch of good joomla tutorials out there.
October 9, 2006 at 7:15 pm #210905hi fireman07,
1)
Open index.php and search this code<!– BEGIN: CONTENT –>
<div id=”ja-<?php echo $divid ?>”>Add after:
<div id=”banner_inner”>
<?php mosLoadModules( ‘banner’, -1 ); ?>
</div>
Save file
2)
Into css directory open template_css.css file and search this code
/* Firefox Scrollbar Hack – Do not remove */
html {
margin-bottom: 1px;
height: 100%!important;
height: auto;
}Add after
#banner_inner {
padding: 0px;
text-align: center;
margin: 0px;
margin-bottom: 2px;
margin-bottom: 0px;
}
Save and transfer them by ftp.October 10, 2006 at 12:52 pm #210935perfect thank you very much
-
AuthorPosts
This topic contains 10 replies, has 5 voices, and was last updated by Boanerg 18 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum