Results 1 to 4 of 4

groups ending with number

This is a discussion on groups ending with number within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Format: [group_name]-[group_id]-[page].html Group: "Starcraft 2" http://www.klamm.de/forum/groups/starcraft-2-367.html ... is interpreted as group_id 2, page 367 and leads to ... http://www.klamm.de/forum/groups/test2-2.html So ...

  1. #1
    Member
    Real Name
    Lukas Klamm
    Join Date
    Feb 2011
    Posts
    40
    Liked
    1 times

    groups ending with number

    Format: [group_name]-[group_id]-[page].html

    Group: "Starcraft 2"

    http://www.klamm.de/forum/groups/starcraft-2-367.html

    ... is interpreted as group_id 2, page 367 and leads to ...

    http://www.klamm.de/forum/groups/test2-2.html

    So you have to do the "insert-a" trick, if a groupname ends with a number.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You should add a keyword, such as

    [group_name]-[group_id]-page[page].html

    or seperate out the pagination:

    [group_name]-[group_id]/[page].html

  3. #3
    Member
    Real Name
    Lukas Klamm
    Join Date
    Feb 2011
    Posts
    40
    Liked
    1 times
    ok, but at least at group discussions - which are similar to threads
    (threads are "items" in forums, discussions are "items" in groups)
    ... you should apply the "a"-trick to keep consistency.

    f[forum_id]/[thread_title]-[thread_id]-[thread_page].html -> works with vbseo_append_a() if title ends with -number

    groups/[group_name]-[group_id]/[discussion_name]-[discussion_id]-[page].html -> does not work if disuccions ends with -number

    how/where can i apply vbseo_append_a() for discussion-urls?

    edit:
    would this be enough?
    functions_vbseo_createurl.php

    find
    PHP Code:
    $gdinfo['seotitle'] = vbseo_filter_text($gdinfo['title'], falsetruetrue); 
    replace
    PHP Code:
    $gdinfo['seotitle'] = vbseo_filter_text($gdinfo['title'], falsetruetrue);
    vbseo_append_a($gdinfo['seotitle']); 

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Yes that should be sufficient
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Subdomains never ending loading
    By Kian in forum General Discussion
    Replies: 9
    Last Post: 08-31-2010, 10:55 AM
  2. Change from ./forums/groups to ./groups
    By Coop1979 in forum Custom Rewrite Rules
    Replies: 12
    Last Post: 08-18-2008, 06:51 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
  •