Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Matthias70] Build_Detailed Plugin on ratings page: Edit Log

Here is the list of edits for this post
Re: [Matthias70] Build_Detailed Plugin on ratings page
Hi Andy,
I have played with the code and changed
Code:
<td><%if detailed_url%><a href="<%detailed_url%>"><%elsif URL ne 'http://'%><a href="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>"><%endif%><%Title%><%if detailed_url or URL ne 'http://'%></a><%endif%></td>

to

Code:
<td><%if Build_Detailed_Page%><a href="<%detailed_url%>"><%elsif URL ne 'http://'%><a href="<%URL%>"><%endif%><%Title%><%if detailed_url or URL ne 'http://'%></a><%endif%></td>

Is this right or did I miss something?

Thanks
Matthias

Matthias
gpaed.de

Last edited by:

Matthias70: Aug 23, 2007, 11:10 AM

Edit Log: