Message Text |
More... is not showing up after the list of subcategories on the main page. Instead of the word "more..." which links to the parent, i see the parent cat name, which links to the parent.
In admin panel
Max subcategories to show on main page: 3
In template
<!-- BEGIN CATSBODY -->
<table id="maincat" width="100%" cellpadding="4" cellspacing="2" border="0">
<!-- BEGIN REGULAR -->
<td valign="top"><strong><a href="{CATURL}">{CATNAME}</a></strong> {CATNUMLINKS}<br />
<!-- BEGIN SUBSUB -->
<a href="{CATURL}">{CATNAME}</a>,
<!-- END SUBSUB -->
</td>
<!-- END REGULAR -->
</table>
<!-- END CATSBODY -->
In languge
subcats_more:
{LANG_SUBCATS_MORE}
<a href="{CATURL}">More...</a>
looking at the field in mysql i see the following in subcatshtml
url=http://www.packetsource.com/attacks-and-exploits/denial-of-service/[,]name=Denial of Service, url=http://www.packetsource.com/attacks-and-exploits/malware/[,]name=Malware, url=http://www.packetsource.com/attacks-and-exploits/phishing/[,]name=Phishing, http://www.packetsource.com/attacks-and-exploits/[,]<a href="{CATURL}">More...</a>
Note, this forum changes the characters above, i added the same thing with spaces below
href= & # 3 4;{CATURL} & # 3 4 ; & g t;More...& l t;/ a & g t;
For whatever reason, it shows up as the parent category name instead of the word more. Do you have any ideas? |