Gossamer Forum
Home : Products : Links 2.0 : Customization :

Link information and category, where it is located

Quote Reply
Link information and category, where it is located
My links are listed like the following one:

-------------------
Title: Linked title
Description: Link description
INFO: (actual link info, like ratings, nr. of visits,..)
-------------------

I would like to have in actual link info section (3) listed also category info, where the link is located.

The result could be like this:

-------------------
Title: http://www.yahoo.com
Description: World search engine
INFO: (Ratings: 8, Nr of visits: 115, Category: Computers/Search engines)
-------------------

I need this mod for the following pages:
1. New,
2. Cool,
3. Pick,
4. Search Results

Thanks!

Quote Reply
Re: Link information and category, where it is located In reply to
You need to add, modify and delete stuff in your links.html template.

Quote Reply
Re: Link information and category, where it is located In reply to
What exactly must I add in link.html template? Which <%tag%>? I do not think that the solution is so simple, because as I saw the structure of the categories and links in them are stored in nph-build.cgi.

I would like to stress that I have removed those lines for listing categoryes, in which the links are stored:
Links are now (in new, cool, pick,... pages) listed as the following:

1. Link 1...
2. Link 2...
3. Link 3... and so on instead of:

Category 2
1. Link 1
2. Link 2

Category 43
3. Link 3

Any suggestion?

Quote Reply
Re: Link information and category, where it is located In reply to
Try
<%Category%>


Quote Reply
Re: Link information and category, where it is located In reply to
No...it does not work...I have tryed to insert the following tags in link.html template:

<%title_linked%>
<%linked_title%>
<%Category%>
<%category%>
...

But the result is always the same: nothing. I have no idea what to do any more.

Quote Reply
Re: Link information and category, where it is located In reply to
Try <%category_clean%>

From Paul Wilson.
http://www.audio-grabber.com
On error resume next..