IPB

Welcome Guest ( Log In | Register )

Furl Problem

This topic is about Furl Problem, the author, kgt, wrote about: CODE<?php /** * @package Minerva SEO (minervaseo.com) * @author Bhavesh Ramburn, icelabz.net <nitr021@icelabz.net> * @copyright 2007 icelabz.net, this is not an opensource software ... To read more just scroll down

> Report bugs here!

Hey all!
Please report all bugs and errors to our iptracker it will be much more organised!

 
Reply to this topicStart new topic
Furl Problem
kgt
post Aug 2 2007, 05:12 PM
Post #1


Member
**

Group: Members
Posts: 17
Joined: 1-August 07
Member No.: 16



CODE
<?php
/**
* @package Minerva SEO (minervaseo.com)
* @author Bhavesh Ramburn, icelabz.net <nitr021@icelabz.net>
* @copyright 2007 icelabz.net, this is not an opensource software. Please see license section on minervaseo.com
*  
*/

/**
* topic rule
*/

$topic_rule = array(
'(.*?)/(.*?)/$',
'$forum_title/$topic_title/',
'showtopic=$matches[2]' );

/**
* topic multi page rule
*/


$topic_multipage_rule = array(
'(.*?)/(.*?)/s-(.*?)/$',
'$topic_id/$topic_title/s-$topic_st/',
'showtopic=$matches[1]&st=$matches[3]'
);
/**
* forum page rule
*/

$forum_rule = array(
'([0-9]+)/(.*?)/$',
'$forum_id/$forum_title/',
'showforum=$matches[1]'
);

/**
* forum multi page rule
*/


$forum_multipage_rule = array(
'(.*?)/(.*?)/s-(.*?)/$',
'$forum_id/$forum_title/s-$forum_st/',
'showforum=$matches[1]&st=$matches[3]'
);



/**
* user profile rules
*/

$showuser_rule = array(
'profil/(.*?)/$',
'profil/$user_title/',
'showuser=$matches[1]'
);

?>


where am i doing wrong? blink.gif
Go to the top of the page
 
+Quote Post
kgt
post Aug 2 2007, 05:15 PM
Post #2


Member
**

Group: Members
Posts: 17
Joined: 1-August 07
Member No.: 16



ok i resolve it.

i must add something before $ wink.gif sorry. smile.gif
Go to the top of the page
 
+Quote Post
Kirk
post Aug 2 2007, 05:16 PM
Post #3


Advanced Member
***

Group: Members
Posts: 86
Joined: 27-June 07
Member No.: 3



Where you have gone straight to $topic_id etc I tried this and it didn't let me either and in the end I had to place a letter in front of the starting ones

So:
t-$topic_id
f-$forum_id

That worked okay then smile.gif I'm not sure if that will help and i'm not sure if anything I've said is true but it worked for me, so might do the same for you smile.gif
Go to the top of the page
 
+Quote Post
Kirk
post Aug 2 2007, 05:17 PM
Post #4


Advanced Member
***

Group: Members
Posts: 86
Joined: 27-June 07
Member No.: 3



Haha, you beat me to it ^
Go to the top of the page
 
+Quote Post
bramburn
post Aug 2 2007, 05:21 PM
Post #5


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



i really need to consider a better way of making the urls, maybe via admincp


--------------------
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
kgt
post Aug 2 2007, 05:26 PM
Post #6


Member
**

Group: Members
Posts: 17
Joined: 1-August 07
Member No.: 16



yes bramburn.

newbies will regard with this mod i think. but you choose best mod to develop. congrulations bramburn! thanks smile.gif

when is coming 0.0.5?
Go to the top of the page
 
+Quote Post
Kirk
post Aug 2 2007, 05:30 PM
Post #7


Advanced Member
***

Group: Members
Posts: 86
Joined: 27-June 07
Member No.: 3



I think if you include in the install pack the tutorials that you've made here they might be able to understand, or give them the example list that they can choose from, but if you did make it from the ACP it would just mean it was our job easier, more work for you..

But I suppose once you have got a format you like you just keep playing around with it.. How come it is you need a letter in front of the $topic_id?
Go to the top of the page
 
+Quote Post
bramburn
post Aug 2 2007, 05:48 PM
Post #8


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



i have some idea on how to play around with it but it seems far-fetched and complex


--------------------
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

Reply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 5th December 2008 - 01:00 PM