Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Problem with “What's New page” dynamic mode

Quote Reply
Problem with “What's New page” dynamic mode
Hi,

I’m having a problem with “What's New page” when I open it in dynamic mode.
In the main page, the links to the subpages are static, and I have to rebuild the site for those links to work.

Example:
Now in dynamic mode : …/New/2005-10-07.html
I need: …/cgi-bin/page.cgi?g=New/2005-10-07.html

In new.html template:

<li><a href="<%url%>"><b><font size="1" color="#808000">&#8730;</font></b> <%date%> </a><b> (<%count%>)</b></li>

Can somebody please tell me which is the tag to replace <%url%> so the link is dynamic


Thank you.

JoseML
Quote Reply
Re: [JoseML] Problem with “What's New page” dynamic mode In reply to
Hi JoseML,

Are you on GLinks 3.x.x? If so, you should follow this thread
http://www.gossamer-threads.com/...;;page=unread#unread

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Problem with “What's New page” dynamic mode In reply to
Thanks tandat for your quick answer, but, sorry for my ignorance, I don´t understand the relation between IFRAME and the "what's New page".

Could you clarify your answer ?

Thanks in advance.


Quote Reply
Re: [JoseML] Problem with “What's New page” dynamic mode In reply to
The problem is Glinks will parse any url with the build_root_url as a dynamic url. And my IFrame is that case too. Just let me know if that is not clear

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] Problem with “What's New page” dynamic mode In reply to
tandat: Thanks you, now i got it. It worked fine!!

JoseML