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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Ian] Dynamic vs Static when developing: Edit Log

Here is the list of edits for this post
Re: [Ian] Dynamic vs Static when developing
I am still stuck on this one.

$output .= qq~
<a href="$em_rooturl/editors/profiles/$user->{Username}.html">$user->{Username}</a>
~;

$em_rooturl is made equal to the root url of the person's site manually i.e. it is not read in from$CFG->{build_root_rul}.

Yet, when this is printed onto the category.html template (as a plugin tag), the build still turns it into the dymanic style: http:blah blah/page?g=editors%2Fprofiles%2blah.html&d=1 which is not what is needed here. Just the straight url http://thesite.com/...ofiels/username.html.


How can I force my plugin tag to return the normal style url?
Unsure


EDIT: This is working great on a static directory setup... but not on the dynamic (in case I did not make this clear).


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jun 18, 2002, 12:05 PM

Edit Log: