![]() |
Adding HTML Boxes on Main Page
Hi Guys
How do I add a HTML box with a banner or some text on the main page? Similar to the news box or others.. Need to add a few different images and things.. Cheers |
Re: Adding HTML Boxes on Main Page
To give you an idea of some of the options already available, for some consistency, create a new .tpl inside the skin1/customer/ folder and call it something like, mycustombox.tpl
open up your newly created file (mycustombox.tpl) and add this inside it... Code:
{capture name=mycustomdialog} Then open up skin1/customer/home.tpl and locate one of the following TDs and place {include file="customer/mycustombox.tpl"} underneath them. <td valign="top" width="100%"> (add include below this code for your main content) <!-- central space --> or <td class="VertMenuLeftColumn"> (add include below this part for your left column) or <td class="VertMenuRightColumn"> (add include below this part for your right column) If nothing shows up use cleanup.php to clean the cache. Hope this helps. |
Re: Adding HTML Boxes on Main Page
can this work for v4.2.x?
|
All times are GMT -8. The time now is 03:39 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.