Gossamer Forum
Quote Reply
Secondary key?
Situation:

I have a field, let's call it <%SecondID%>. I want to make Detailed pages as /resource/<%SecondID%> which would be some redirect-thing to /Detailed/<%ID%>.html.
Closest I can get is /search.cgi?SecondID=<%SecondID%>, but that's one click away.
(hmm, is there a 'feel lucky?' plugin?)

Any ideas?
Quote Reply
Re: [gotze] Secondary key? In reply to
Hi John,

I have a plugin which funfunctions like that.

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Secondary key? In reply to
Hi Dat,
Tell me more!
Quote Reply
Re: [gotze] Secondary key? In reply to
Hi John,

It works like the detailed page, but it use the new field to identify the link and to display.

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [gotze] Secondary key? In reply to
A simple cgi combined with a couple rewrite rules should be able to do something like that, or even using path info.

Adrian