IPB Helpers: url changes? - IPB Helpers

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

url changes?

#1 User is offline   PXNDX Icon

  • IPBH Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 14-May 10

Posted 14 May 2010 - 05:07 PM

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
0

#2 User is offline   Martin Icon

  • Demoted
  • PipPipPip
  • Group: Members
  • Posts: 2,808
  • Joined: 06-October 04
  • Gender:Male
  • Location:Middle Atlantic, USA
  • Interests:Golf, Computers, Troubleshooting, Problem Solving, etc...

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
0

#3 User is offline   Freddie Mercury Icon

  • IPBH Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 10-March 08

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:
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=(.+?)((?:&|&amp;)f=(.+?))?(&|$)#i', '/user/$1-#{__title__}/$2$4' ),

Replace with:
CODE
'out'           => array( '#.*\?showuser=(.+?)((?:&|&amp;)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. smile.gif

This post has been edited by Freddie Mercury: 20 May 2010 - 02:37 PM

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users