Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Having Problems!!!

Quote Reply
Having Problems!!!
Hello,

I have installed Links 2.0 and I am having problems when someone adds their link the title isnt showing up?
and also I add the new Links-mod for showing the X most recently added links on the homepage and now the Building doesn't work at all,
I did the correct changes I am Lost!!!

Any Help would be greatly appreciated!!!

Dennis
Quote Reply
Re: [DennisC] Having Problems!!! In reply to
Please post the contents of your link.html file (located in admin/templates)....

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!
Quote Reply
Re: [DennisC] Having Problems!!! In reply to
I hope this is what you were asking for?


<hr size="1" noshade>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td><b><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"> <font size="2">
<%Title%>
</font></a></b>
<%if isNew%>
<img src="<%build_root_url%>/tpl_images/new.gif" border=0>
<%endif%>
<%if isPopular%>
<img src="<%build_root_url%>/tpl_images/pop.gif" border=0>
<%endif%>
</td>
<td align="right" valign="top"><b><font size="2" class=footer><a href="<%build_detail_url%>/<%ID%>.html">Info</a>
| <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>"> Rate It</a></font></b></td>
</tr>
<tr>
<td colspan="2"><font size="2">
<%if Description%>
<%Description%>
<%endif%>
</font><br>
<font size="1" class=footer>(Added:
<%Date%>
| Hits:
<%Hits%>
| Rating:
<%Rating%>
| Votes:
<%Votes%>
) </font></td>
</tr>
</table>
Quote Reply
Re: [DennisC] Having Problems!!! In reply to
What about category.html? Do you have the <%links%> tag in there?

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!