PDA

View Full Version : Footer.tpl


Emir
03-23-2006, 02:54 PM
Hy.

Haw can i aded a new footer to the main page but i dont like to see the footer at the link listings ?

Tahnks !

Emir

Neticus
03-23-2006, 03:36 PM
{if $category.ID eq 0 and not $p and not $q}
Put code to show on mainpage only not links page.
{/if}

or

{if $category.ID eq 0 and not $p and not $qu}
Put code to show on mainpage only, not links page, not search page.
{/if}

vegabond
03-23-2006, 03:44 PM
i am writing this hack, in this time Neticus have posted it. However i am posting my work. Neticus is too fast :D.

follow this instrunction:

Content visible to registered users only.

Add this code as a replacement of this code:

Content visible to registered users only.

also u have to make a new file as a main_footer.tpl. main_footer.tpl will show in your main page.

Thanks
Shabu anower

Emir
03-23-2006, 03:53 PM
Thanks !

Emir
03-24-2006, 04:39 PM
And haw can i added the footer only at the linklistings and searchlistings not at the subcategories.

Thanks

Emir