Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Group Name rewrite 3.7 + 3.2 RC5

This is a discussion on Group Name rewrite 3.7 + 3.2 RC5 within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi The group name rewrite does not work properly: Example: Rewrite rule: gruppen/[group_name].html Group name (german): Warum ist am Ende ...

  1. #1
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times

    Exclamation Group Name rewrite 3.7 + 3.2 RC5

    Hi

    The group name rewrite does not work properly:

    Example:

    Rewrite rule: gruppen/[group_name].html

    Group name (german): Warum ist am Ende des Geldes immer noch so viel Monat übrig?

    URL lools like:

    gruppen/-ende-geldes-immer-noch-so-viel-monat-uebrig-.html

    First 3 words are missing + the questionmark (in other cases dots) turn up as - even though they are at the end, where they should be removed.

    It seems that often the first word (or more are/) is replaced by a -

  2. #2
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times
    Another problem that occurred after installing RC5

    when I generate a sitemap (I set vbseo installed and include old urls to yes) I now get this db error:

    Invalid SQL:

    SELECT t_threadid,count(*) as cnt
    FROM linkback
    GROUP BY t_threadid;

    MySQL-Fehler : Table 'DBNAME.linkback' doesn't exist
    Fehler-Nr. : 1146
    Fehler-Zeit : Sunday, 04.05.2008 @ 10:11:02
    Datum : Sunday, 04.05.2008 @ 10:11:03
    Skript : http://www.domain.com/vbseo_sitemap/vbseo_sitemap.php
    Referrer : http://www.domain.com/vbseo_sitemap/...php?rlist=true
    IP-Adresse : 88.68.204.239
    Benutzername : Unregistriert
    Klassenname : vB_Database
    MySQL-Version :

    hmmm

  3. #3
    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
    Quote Originally Posted by StarBuG View Post
    Another problem that occurred after installing RC5

    when I generate a sitemap (I set vbseo installed and include old urls to yes) I now get this db error:

    Invalid SQL:

    SELECT t_threadid,count(*) as cnt
    FROM linkback
    GROUP BY t_threadid;

    MySQL-Fehler : Table 'DBNAME.linkback' doesn't exist
    Fehler-Nr. : 1146
    Fehler-Zeit : Sunday, 04.05.2008 @ 10:11:02
    Datum : Sunday, 04.05.2008 @ 10:11:03
    Skript : http://www.domain.com/vbseo_sitemap/vbseo_sitemap.php
    Referrer : http://www.domain.com/vbseo_sitemap/...php?rlist=true
    IP-Adresse : 88.68.204.239
    Benutzername : Unregistriert
    Klassenname : vB_Database
    MySQL-Version :

    hmmm
    vBSEO Sitemap Update with 3.2.0 Release Candidates
    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

  4. #4
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times
    Thanks, now only the first and most important issue stays

  5. #5
    Senior Member
    Real Name
    André
    Join Date
    Feb 2006
    Posts
    221
    Liked
    0 times
    I think you´ve enabled stop words filtering.

    Warum, ist, am, sind ja nicht gerade tolle keywords. ;-)

    Bei mir siehts ähnlich aus, ich habe auch Stop-Words definiert die aus den Url´s gestrichen werden.

    Gruß André

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Thanks, now only the first and most important issue stays
    Can you provide exact group URL? It works correctly for me when I create a group with the same title.

  7. #7
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times
    The stop words are the "problem" *doh*

    However the - at the front (when stop words are removed) and at the end (when ? or ... are removed) should be addressed

    Thanks

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    in order to disable stopword filtering you should modify functions_vbseo_createurl.php file:
    FIND:
    PHP Code:
    $ginfo['seotitle'] = vbseo_filter_text($ginfo['name'], falsetruetrue); 
    REPLACE WITH:
    PHP Code:
    $ginfo['seotitle'] = vbseo_filter_text($ginfo['name'], falsefalsetrue); 
    to remove ending "-" from URLs change the last parameter to "false" as well.

  9. #9
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times
    I don't want to stop stop words filtering.

    I just want the beginning - and the - at the end removed.

    Currently some urls look like this:

    gruppen/-ende-geldes-immer-noch-so-viel-monat-uebrig-.html

    which should look like:

    gruppen/ende-geldes-immer-noch-so-viel-monat-uebrig.html

    How do I do that?

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    You should change the last parameter to "false" for that.

  11. #11
    Junior Member Managor's Avatar
    Real Name
    Arne
    Join Date
    Nov 2006
    Location
    Germany
    Posts
    4
    Liked
    0 times
    Why isn't there an option to prefix the groups url with its groupid? So the group-urls will also work if stop-words are enabled, i think.

    e.g.:
    gruppen/50-ende-geldes-immer-noch-so-viel-monat-uebrig.html

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    There is an option like that in vBSEO CP:
    groups/[group_id]-[group_name].html

    also, you can define custom URL formats.

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    There is an option like that in vBSEO CP:
    groups/[group_id]-[group_name].html

    also, you can define custom URL formats.

  14. #14
    Junior Member Managor's Avatar
    Real Name
    Arne
    Join Date
    Nov 2006
    Location
    Germany
    Posts
    4
    Liked
    0 times
    Sorry, probably I am blind but I do not see the space where to put it in :(

    And in the "social Groups Permalink" section there is no input field. hmmm... I miss the whole function to define custom URL formats...

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    You should click "+" to epxand Advanced settings in URL Rewrites section in vBSEO CP.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Pre release group
    By Noodles in forum General Discussion
    Replies: 3
    Last Post: 10-08-2006, 01:38 PM
  2. anonymous user group ID???
    By eJM in forum General Discussion
    Replies: 1
    Last Post: 07-18-2006, 06:44 AM

Posting Permissions

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