Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Goofy Newbie, Dumb Question

Quote Reply
Goofy Newbie, Dumb Question
I'm not having a good day :( After spending hours playing with the files, something isn't working right. In the links.cfg where there is <%db_cgi_url%> or anywhere there is the <%blah-blah%> , do I change that to the path or does the script automatically change it to the url I put? I'm sooo confused.

Quote Reply
Re: Goofy Newbie, Dumb Question In reply to
You simply put the URL where your .cgi scripts (like add.cgi) are located in the $db_cgi_url variable in the links.cfg file.

Then you use the following codes in your template file:

Code:

<a href="<%db_cgi_url%>/add.cgi">Add Link</a>


Got it?!

Regards,

Eliot Lee
Quote Reply
Re: Goofy Newbie, Dumb Question In reply to
Thanks a bunch! Finally got it working!

Jan