PDA

View Full Version : category left in FireAndIce


pixelin
09-08-2006, 08:31 PM
category left in FireAndIce don,t work can you help me please

thanks

Dave Baker
09-08-2006, 09:19 PM
Post a link to the site.

Greg
09-08-2006, 09:46 PM
I think it's this one Dave
http://directory-links.net/

Left column "Main Categories" links get a 404

Dave Baker
09-09-2006, 02:14 AM
Thanks Greg.

pixelin
***Open header.tlp and find code***

<p class="top-category"><a href="{$config.base}{$config.dir}{$top_category.path}/">{$top_category.title}</a></p>

***replace with following***

<p class="top-category"><a href="{$config.base}{$config.dir}{if $config.mod_rewrite}{$top_category.path}/{else}index.php?category={$top_category.id}{/if}">{$top_category.title}</a></p>

***Save file***

pixelin
09-09-2006, 03:18 PM
Thanks ! very thanks .

Dave Baker
09-10-2006, 06:25 PM
You're welcome :)