Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Detailed Page problem

Quote Reply
Detailed Page problem
I've set up my links so they go to the detail page rather then straight to the site and it normally works but now I see that when you go to modify a page, the title link says:

http://www.fanficweb.net/...ag:%20'detailed_url'

Is there anyway to correct this?
Quote Reply
Re: [rayhne] Detailed Page problem In reply to
Hi,

No, not easily. We are looking at making this better. For now you can just hard code the link to: <a href="<%build_root_url%>/Detailed/<%ID%>.html">.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Detailed Page problem In reply to
You mean on link.html?
Quote Reply
Re: [rayhne] Detailed Page problem In reply to
Yes.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Detailed Page problem In reply to
Okay, stupid question time. Using the regular way (jump.cgi) uses system resources/bandwidth, correct? If I do this:

<a href="<%build_root_url%>/Detailed/<%ID%>.html">

and build static pages, it'll use less system resources/bandwidth?

(looking to cut down on bandwidth)
Quote Reply
Re: [rayhne] Detailed Page problem In reply to
Using jump.cgi would use minimal bandwidth but yes, it will be slightly less intensive linking to the static page.
Quote Reply
Re: [RedRum] Detailed Page problem In reply to
My bandwidth is going up quite a bit so we are looking for ways to bring it down.
Quote Reply
Re: [rayhne] Detailed Page problem In reply to
will that reduce bandwith or just reduce system resources?


Last edited by:

Evoir: Dec 28, 2001, 12:46 PM
Quote Reply
Re: [Evoir] Detailed Page problem In reply to
I have no idea. Bandwidth confuses me terribly. :/
Quote Reply
Re: [rayhne] Detailed Page problem In reply to
Hi,

No, this will not affect bandwidth. It will reduce server load though.

Bandwidth represents the amount of data coming to and from your site.

Cheers,

Alex
--
Gossamer Threads Inc.