Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Can I have two sets of category pages?

Quote Reply
Can I have two sets of category pages?
Not sure if this is possible.

I would like to have two sets of category pages generated using two different links.html templates for use in two different places. Basically I want one to have links to the details page and one that doesn't have links to a details page.
---
I'm a very boring lady, very, very boring.
Quote Reply
Re: [Cleo_] Can I have two sets of category pages? In reply to
You could try setting the "Category Template" option for the categories (Database > Category > add/modify/etc).

I believe the format is something like;

regional_category.html
links_category.html
images_category.html

...etc.

Please note, you may need to do a little bit more work, for it to work with searches.

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!
Quote Reply
Re: [Andy] Can I have two sets of category pages? In reply to
Don't need it to have any search or anything else as.

I just need to have a set of includes generated that doesn't have the link to the details pages. I'm using them in fake link lists that I own.

So are you saying to make a new Column Name with these properties?
---
I'm a very boring lady, very, very boring.
Quote Reply
Re: [Cleo_] Can I have two sets of category pages? In reply to
Mmm... think I may have misunderstood your question. Are you trying to BUILD 2 *sets* of pages ... OR 1 set, with 2 different type of category pages?

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: [Andy] Can I have two sets of category pages? In reply to
Actually either would work.

This is what one of my category includes pages looks like.
http://cleoslinks.com/links/new/pages/indian/index.html

I'm trying to build a second one that uses links2.html for its template and writes to a different directory to at least names its pages something different.
---
I'm a very boring lady, very, very boring.

Last edited by:

Cleo_: Oct 4, 2004, 6:20 AM
Quote Reply
Re: [Cleo_] Can I have two sets of category pages? In reply to
I found a way to do what I wanted without having to do anything with the script.

I have a stylesheet class for the Detailed links so I defined it in my stylesheet as hidden.

.detailed { visibility: hidden }

Sometimes you just have to think outside the box. :)
---
I'm a very boring lady, very, very boring.

Last edited by:

Cleo_: Oct 4, 2004, 7:16 AM