Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Problem with templates

Quote Reply
Problem with templates
Hi all,
Waoow great new look !!
I have a problem with templates I customize the templates to look like my site so I get an Error with some pages.
The main page look ok so when I search for something i get an error
the page display that it founds 1 link so i did not see anything other the number of links so you must know that I have do a Copy paste on building the templates
When I changed My templates with the standart templates all goes ok
what's wrong ??
another thing I want display the category in just 1 colonne and no two colonne
how can i do that ??
I'll appreciate any help
you can go see the templates at http://www.gratispace.com/links/


Quote Reply
Re: Problem with templates In reply to
In Reply To:
When I changed My templates with the standart templates all goes ok what's wrong ??
Most likely related to how you have put tags in your template pages...there is a FAQ in the Resource Center about Tag Problems . Most likely you are putting tags on the same line.

Your codes should look like the following:

Code:
<%if link_results%>
<%link_results%
<%endif%>
In Reply To:
another thing I want display the category in just 1 colonne and no two colonne how can i do that ??
I am sure you mean columns NOT colonne .

Anyway...this has been discussed before in the Links Modification Forum , which is the forum to discuss code hacking of Links.

You need to delete the following codes in the sub site_html_print_cat routine in the site_html_templates.pl file:

Code:
if ($i == $half) {
$output .= qq|</td><td valign="top" width="50%">\n|;
}
$i++;
Hope this helps.

Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/
Quote Reply
Re: Problem with templates In reply to
Thanks a lot for your reply
however I found the reply for my question after I post my question I'm sorry for that in future I'll do not that :-)
yea I mean columns that's true sorry for my bad english
Again thanks for your reply

Quote Reply
Re: Problem with templates In reply to
You're welcome.

Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/