So, i'm a bit confused, some IPB boards have this sort of link when accessing a forum or topic:
/forum/index.php?showforum=35
But mine for example has this:
/board/index.php?/forum/2-a-test-forum/
...can you modify how it is displayed and how is it that it differentiates from the others?
Both boards are 3.0.3
Page 1 of 1
url changes?
#2
Posted 15 May 2010 - 02:09 PM
Thank you for contacting us for support assistance of your forum. In order for us to be able to assist you we will need you to provide us with your Forum's URL first.
Because it was not provided in your Profile, during registering, we need to ask for it now.
Thank you,
IPB Helpers Staff
Because it was not provided in your Profile, during registering, we need to ask for it now.
Thank you,
IPB Helpers Staff
#3
Posted 20 May 2010 - 02:36 PM
Clique Aqui
QUOTE (Wolfie @ 10 May 2010 - 05:53 AM) <{POST_SNAPBACK}>
Let's work on this one.
You'll need to edit two files.
admin/applications/forums/extensions/furlTemplates.php
Find:
Replace with:
Find:
Replace with:
admin/applications/members/extensions/furlTemplates.php
Find:
Replace with:
After you make the changes and save them, go into the ACP, System tab, Applications and Modules. Click the button on the right to rebuild the fURL cache.
Editing the furlTemplates.php files, you can make some changes on how things appear.
You'll need to edit two files.
admin/applications/forums/extensions/furlTemplates.php
Find:
CODE
'out' => array( '#showforum=(.+?)(&|$)#i', 'forum/$1-#{__title__}/$2' ),
Replace with:
CODE
'out' => array( '#showforum=(.+?)(&|$)#i', 'f$1/#{__title__}/$2' ),
Find:
CODE
'out' => array( '#showtopic=(.+?)(&|$)#i', 'topic/$1-#{__title__}/$2' ),
Replace with:
CODE
'out' => array( '#showtopic=(.+?)(&|$)#i', 't$1/#{__title__}/$2' ),
admin/applications/members/extensions/furlTemplates.php
Find:
CODE
'out' => array( '#.*\?showuser=(.+?)((?:&|&)f=(.+?))?(&|$)#i', '/user/$1-#{__title__}/$2$4' ),
Replace with:
CODE
'out' => array( '#.*\?showuser=(.+?)((?:&|&)f=(.+?))?(&|$)#i', '/u$1/#{__title__}/$2$4' ),
After you make the changes and save them, go into the ACP, System tab, Applications and Modules. Click the button on the right to rebuild the fURL cache.
Editing the furlTemplates.php files, you can make some changes on how things appear.
This post has been edited by Freddie Mercury: 20 May 2010 - 02:37 PM
Share this topic:
Page 1 of 1

Help










