Page 1 of 1
Alternate path for the freetags plugin
Posted: Mon Jan 01, 2007 9:59 pm
by frodeste
is it possible to change the path used by the freetags plugin from ../plugin/tag/ to ../tags/?
I have tried changing in the admin, but using a shorter path like /tags/ just don't seem to work.
Re: Alternate path for the freetags plugin
Posted: Tue Jan 02, 2007 12:24 pm
by garvinhicking
Hi!
That's not possible easily, because s9y needs a fixed "/plugin/" pattern to detect that an external plugin takes over page control.
You could try to do it via "invisible" mod_rewrite redirection by redirectiong "/tags/..." to "/plugin/tags/..."...
HTH,
Garvin
Re: Alternate path for the freetags plugin
Posted: Tue Jan 02, 2007 1:19 pm
by frodeste
garvinhicking wrote:Hi!
That's not possible easily, because s9y needs a fixed "/plugin/" pattern to detect that an external plugin takes over page control.
You could try to do it via "invisible" mod_rewrite redirection by redirectiong "/tags/..." to "/plugin/tags/..."...
HTH,
Garvin
Thought so. I did mess a bit with .htaccess before I posted here
I reasoning for this is that we have ../categories/. From my point of view, tags should follow same visual guideline ../tags/. It is only cosmetic, but still.
Re: Alternate path for the freetags plugin
Posted: Tue Jan 02, 2007 1:25 pm
by garvinhicking
Hi!
The central difference is that categories are internal, and tags aren't...so we can't mix'n'mojo those URLs
Regards,
Garvin
Re: Alternate path for the freetags plugin
Posted: Tue Jan 02, 2007 2:27 pm
by frodeste
garvinhicking wrote:Hi!
The central difference is that categories are internal, and tags aren't...so we can't mix'n'mojo those URLs
Regards,
Garvin
hehe
My x-mas wish: Make this internal now?

Re: Alternate path for the freetags plugin
Posted: Wed Jan 03, 2007 12:46 am
by garvinhicking
Hi!
Hehe. The freetag plugin still has a way to go to be feature-complete; then we can talk about taking it internal. Until then it's much more useful to have it as a plugin, because then we can update it quicker.
Regards,
Garvin
Re: Alternate path for the freetags plugin
Posted: Wed Jan 03, 2007 6:48 am
by frodeste
garvinhicking wrote:Hi!
Hehe. The freetag plugin still has a way to go to be feature-complete; then we can talk about taking it internal. Until then it's much more useful to have it as a plugin, because then we can update it quicker.
Regards,
Garvin
I understand. Keep up the great work.