Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Gossamer Links - Version: 3.0.2

Quote Reply
Gossamer Links - Version: 3.0.2
Hi All,

Please tell me why this not work with :
In the category.html template. Although i have sub categories but they are not displayed.
<%loop category_loop%>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <strong><a href="<%URL%>" class="yheader"><%Name%> </a></strong><span class="nr">(<%Number_of_Links%>)</span> <img src="<%config.build_root_url%>/newdesign/new.gif" width="23" height="7"><br>
<span class="w11"><%Description%> </span></td>
</tr>
</table>
<%endloop%>

Thanks,

Beck
Quote Reply
Re: [Beck] Gossamer Links - Version: 3.0.2 In reply to
Hi,

Is the HTML being generated? The problem with CSS/XHTML, is that it requires your tags to be in very good condition (i.e no unnested tags, uppercase, etc).

Verify you're HTML is in the generated page first, as this will most likely be your best bet (could be as simple as a missing / or something).

If that doesn't work, then try looking at <%GT::Template::dump%>, to see if the category_loop tag exists.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Post deleted by deadroot In reply to
Quote Reply
Re: [Andy] Gossamer Links - Version: 3.0.2 In reply to
Hi Andy,

I used this <%GT::Template::dump%> and the category_loop does not exist although the category tag exists.
Is this bugs in Gossamer Links.

Thanks,

Beck
Quote Reply
Re: [Beck] Gossamer Links - Version: 3.0.2 In reply to
Hi,

Quote:
Is this bugs in Gossamer Links.

Looks like it could be :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!