Furl Setting Builder |
This topic is about Furl Setting Builder, the author, 24755, wrote about: Hello, Can you modify yours furl_form.php to add "{$var}" when submit ? and remove "not recommended" to "_" global separator ? exemple: CODE$forum_rule = array( '([0-9]+ ... To read more just scroll down
![]() ![]() |
Furl Setting Builder |
Apr 26 2008, 05:29 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 26-April 08 Member No.: 255 |
Hello,
Can you modify yours furl_form.php to add "{$var}" when submit ? and remove "not recommended" to "_" global separator ? exemple: CODE $forum_rule = array( '([0-9]+)_(.*?).html$', '{$forum_id}_$forum_title.html', 'showforum=$matches[1]' ); $topic_rule = array( '(.*?)_([0-9]+)_(.*?).html$', '{$forum_title}_{$topic_id}_$topic_title.html', 'showtopic=$matches[2]' ); Thanks, |
|
|
|
Apr 26 2008, 05:39 PM
Post
#2
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
where do i need to put var?
and _ is really unrecommended please read this http://blog.icelabz.net/2007/06/07/which-i...rscore-or-dash/ -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Apr 26 2008, 05:47 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 26-April 08 Member No.: 255 |
Hmm... really ? it's used by "wikipedia"
I thing spider look this has space But adding "{" "}" will fix with using "_" separator. without it does not work anyway Don't work: '$forum_id_$forum_title.html', (php tread this has "$forum_id_" variable not "$forum_id" plus "_") This work fine: '{$forum_id}_{$forum_title}.html', (P.S. Sorry for my english, french guy |
|
|
|
![]() ![]() ![]() |
|
Lo-Fi Version | Sitemap | SEO by MinervaSEO © Icelabz.net | Time is now: 12th October 2008 - 10:37 AM |