Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Static Links in Links SQL 2.1.2

Quote Reply
Static Links in Links SQL 2.1.2
I'm trying to find a way to change the way out going links work. Instead of using jump.cgi?ID=# I'd like to have direct links to each site. I've searched the forums and haven't been able to find anything on it.



Mike Bowden
Webmaster Directory Network
Quote Reply
Re: [MikeB2204] Static Links in Links SQL 2.1.2 In reply to
Hi. Its as easy as editing link.html, so that;

Code:
<%db_cgi_url%>/jump.cgi?ID=<%ID%>

...looks like;

Code:
<%URL%>

Cool

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!

Last edited by:

Andy: Jul 26, 2004, 6:09 AM
Quote Reply
Re: [MikeB2204] Static Links in Links SQL 2.1.2 In reply to
I think it would be something like:
<%if URL%>
<a href="<%URL%>"><%URL%></a>
<%endif%>
in your links.html template.

Regards

minesite
Quote Reply
Re: [Andy] Static Links in Links SQL 2.1.2 In reply to
Thanks allot Andy. I'll give it a try.

Just ran across another problem though, the server isn't letting me upload any files to it. So I must fix this before I can proceed. Frown

That's how it goes though. Anywho, thanks allot.



Mike Bowden
Webmaster Directory Network
Quote Reply
Re: [MikeB2204] Static Links in Links SQL 2.1.2 In reply to
No prob.

Quote:
Just ran across another problem though, the server isn't letting me upload any files to it. So I must fix this before I can proceed.

Just a quick fix: Try CHMODing all the files in /admin/templates/default and /admin/templates/default/local and /admin/templates/default/compiled to 666, and make sure all the directories are CHMOD 777.

That can sometimes fix the simpler problems with permissions :)

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] Static Links in Links SQL 2.1.2 In reply to
Don't believe it's a permission problem. The server is saying the disk is full. Which shouldn't be the case either. So I'm having the system administrator look into it. More then likely a script or program is using to many resources and causing an overflow of data on the server. I don't know to much about servers, but from a logical stand point. That's my guess.



Mike Bowden
Webmaster Directory Network
Quote Reply
Re: [MikeB2204] Static Links in Links SQL 2.1.2 In reply to
Ah, sounds like a full log file :) (my one went up to 10Gb once, on one of my old servers Unimpressed).

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] Static Links in Links SQL 2.1.2 In reply to
Yeah, just finished talking with the server admin. He didn't give me any specifics, so not really sure what it is yet. :)



Mike Bowden
Webmaster Directory Network
Quote Reply
Re: [Andy] Static Links in Links SQL 2.1.2 In reply to
What you told me to do worked Andy. Thanks allot.



Mike Bowden
Webmaster Directory Network