Webmastersite.net
Register Log In

subcats_more not working

Title subcats_more not working
Description category name is used instead of More...
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?
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership mrowton
Views 477 views. Averaging 0 views per day.
Similar Topics
Submission Date Oct 07, 2007 - 7:47 PM