Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[archived] gbp_faux_static - uri forwarding.
The much improved gbp_permanent_links has now replaced this plugin.
Cheers. :-)
-Download: gbp_faux_static v0.6.3
Fully customisable URI forwarder for Textpattern 4.0.1 from the presentation tab.
Pattern matching for request URIs (either by string or regular expressions) redirecting them to alternative sections, categories, articles and/or page templates.
See the plugin help page for more information and examples.
A lot of time has gone into developing this plugin I hope someone finds it useful. If you have comments, annoyances, feature suggestions or bug reports please post to this forum thread.
Last edited by els (2009-04-24 22:52:22)
Offline
Re: [archived] gbp_faux_static - uri forwarding.
this looks really useful!
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
Re: [archived] gbp_faux_static - uri forwarding.
Oh… I should also say that by using this plugin you can make your own permalinks format.
Offline
#4 2005-09-07 14:19:34
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [archived] gbp_faux_static - uri forwarding.
This looks very interesting! I’ll certainly look into it.
Offline
Re: [archived] gbp_faux_static - uri forwarding.
Sounds great! But when I activate the plugin on the home page I get this message before the content:
Warning: Invalid argument supplied for foreach() in /home/ecologia/public_html/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 840
I’m in test mode. I have 4.0.1 version.
Z-
Offline
Re: [archived] gbp_faux_static - uri forwarding.
> Zanza wrote:
> Sounds great! But when I activate the plugin on the home page I get this message before the content:
> Warning: Invalid argument supplied for foreach() in /home/ecologia/public_html/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 840
> I’m in test mode. I have 4.0.1 version.
Zanza, I think I know whats happening here and have updated the plugin. Could you try the new version (0.6.1) and let me know if it fixes that error.
Cheers.
Offline
#7 2005-09-09 07:46:54
- playpiggy
- Member
- From: Changchun, China
- Registered: 2004-11-23
- Posts: 55
Re: [archived] gbp_faux_static - uri forwarding.
It works well for me, and I see how powerful this is. :) Now I can have a url like /about/me/…/… .
Thank you, graeme.
Welcome to the REAL World…
Offline
Re: [archived] gbp_faux_static - uri forwarding.
This is really a super-duper plugin!!
Will this plugin have any effect on messy urls? I’m sure this is dependent on mod_rewrite for url scheming. One of my hosts doesnt allow .htaccess files and so I am forced to use messy urls. Will this plugin favour messy urls in anyway?
Regards,
Vasanth
“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”
— Albert Einstein
Offline
Re: [archived] gbp_faux_static - uri forwarding.
> graeme wrote:
> Zanza, I think I know whats happening here and have updated the plugin. Could you try the new version (0.6.1) and let me know if it fixes that error.
It works great now! Great plugin. Thank you! :)
Z-
Offline
Re: [archived] gbp_faux_static - uri forwarding.
> creativesplash wrote:
> Will this plugin favour messy urls in anyway?
Well if you’re forced to use messy URLs you can try something like this:
- Add an URI forwarder like
%^\/\?(?#section)\/$%
- This will match any section which is prefixed by an
?
like this:www.domain.com/?about/
Last edited by graeme (2005-09-09 12:31:36)
Offline
Re: [archived] gbp_faux_static - uri forwarding.
Graeme – everywhere I look, you’re there on a forum making stuff I need! You’ve already come up with Caminicious , and now this! Thanks!
Cheers,
Jon VC#9
Offline
Re: [archived] gbp_faux_static - uri forwarding.
> jonhicks wrote:
> Graeme – everywhere I look, you’re there on a forum making stuff I need! You’ve already come up with Caminicious , and now this! Thanks!
Thanks Jon, it means a lot to hear that :)
Offline