Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Chris1] Detailed pages and image upload questions

Quote Reply
Re: [Chris1] Detailed pages and image upload questions In reply to
Hi,

1. If when viewing a list of links, you want the link to go to the detailed page, rather then the actual URL, you need to edit link.html and change:

href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"

to:

href="<%detailed_url%>"

Make sure to rebuild the pages after doing this.

2. To display the images, you need to put:

<img src="<%db_cgi_url%>/jump.cgi?view=COLUMN&ID=<%ID%>">

where COLUMN = the name of the column you added.

Hope this helps,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Detailed pages and image upload questions Chris1 6153 Sep 13, 2001, 4:23 PM
Post Re: [Chris1] Detailed pages and image upload questions
Chris1 5993 Sep 13, 2001, 4:35 PM
Thread Re: [Chris1] Detailed pages and image upload questions
Alex 5939 Sep 13, 2001, 5:57 PM
Thread Re: [Alex] Detailed pages and image upload questions
Chris1 5939 Sep 14, 2001, 7:19 AM
Thread Re: [Chris1] Detailed pages and image upload questions
Alex 5981 Sep 14, 2001, 8:50 AM
Post Re: [Alex] Detailed pages and image upload questions
Chris1 5913 Sep 14, 2001, 9:13 AM
Post Re: [Alex] Detailed pages and image upload questions
Evoir 5854 Sep 22, 2001, 10:29 AM
Thread Re: [Alex] Detailed pages and image upload questions
Spawn 5914 Sep 21, 2001, 4:29 AM
Thread Re: [Spawn] Detailed pages and image upload questions
Alex 5865 Sep 22, 2001, 1:08 PM
Thread Re: [Alex] Detailed pages and image upload questions
JonathanKincaid 5504 Sep 4, 2005, 2:33 PM
Post Re: [JonathanKincaid] Detailed pages and image upload questions
Andy 5456 Sep 5, 2005, 2:41 PM