Results 1 to 9 of 9

custom forumdisplay URL

This is a discussion on custom forumdisplay URL within the Bug Reporting forums, part of the vBSEO SEO Plugin category; These maybe bugs they may not be, but gonna be having a good hard play with vB over the coming ...

  1. #1
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times

    custom forumdisplay URL

    These maybe bugs they may not be, but gonna be having a good hard play with vB over the coming week, so will post anything I find and hopefully something will stick

    #1
    Forum URLs


    forum/f[forum_id]/
    works

    forum/[forum_title]/
    does not work

    bug?
    2011 Average: 1 post every 5 seconds... 24/7

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Maybe you have two forums with the same title, so in the second instance it is throwing an error there? Does forum/[forum_title]-[forum_id]/ work?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    Only have one forum (vBulletin Dev Board)

    Yes, forum/[forum_title]-[forum_id]/ does work.
    2011 Average: 1 post every 5 seconds... 24/7

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Do you have any CRRs defined?
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    the forum name was 'main forum' (/main-forum/). Seems to be a conflict with 'forum/' CRR, because when I renamed the forum 'main' it works.

    Warning: require(main-forum.php) [function.require]: failed to open stream: No such file or directory in /vbseo.php on line 1621

    Fatal error: require() [function.require]: Failed opening required 'main-forum.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /vbseo.php on line 1621
    2011 Average: 1 post every 5 seconds... 24/7

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What was your CRR for forum?
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Do you have a CRR's set? Maybe ....

    Code:
    'forum\.php' => 'forum/'
    Set? if so add the Claret ^ and $ in the rewrite... IE...

    Code:
    '^forum\.php$' => 'forum/'

  8. #8
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    Quote Originally Posted by Ceri May View Post
    Do you have a CRR's set? Maybe ....

    Code:
    'forum\.php' => 'forum/'
    Set? if so add the Claret ^ and $ in the rewrite... IE...

    Code:
    '^forum\.php$' => 'forum/'
    Hit the nail on the head

    I did indeed have
    Code:
    'forum\.php' => 'forum/'
    and fogot the ^

    Thank you.

    Works now
    2011 Average: 1 post every 5 seconds... 24/7

  9. #9
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Okay great, that was my idea as well. Glad it is working.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. Possible Problem in forumdisplay with vbseo
    By MarketTimes in forum Troubleshooting
    Replies: 2
    Last Post: 04-01-2009, 05:43 PM
  2. My ForumDisplay URL Changes - Need some expertise
    By Future in forum URL Rewrite Settings
    Replies: 4
    Last Post: 05-18-2007, 08:19 AM
  3. Forumdisplay title tag
    By Przemysław Rejf in forum General Discussion
    Replies: 0
    Last Post: 01-17-2007, 04:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •