IPB

Welcome Guest ( Log In | Register )

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

 
Reply to this topicStart new topic
Furl Setting Builder
24755
post 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,
Go to the top of the page
 
+Quote Post
bramburn
post 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!
Go to the top of the page
 
+Quote Post
24755
post 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" wink.gif
I thing spider look this has space sleep.gif

But adding "{" "}" will fix with using "_" separator. without it does not work anyway happy.gif

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 wink.gif )
Go to the top of the page
 
+Quote Post

Fast ReplyReply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 6th October 2008 - 05:44 PM