vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

All Groups goes to Groups Home

This is a discussion on All Groups goes to Groups Home within the Troubleshooting forums, part of the vBSEO SEO Plugin category; If you use the All Groups link, it rewrites back to groups home. Any way around this? Gold with 3.8 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-15-2008, 08:34 PM
glorify's Avatar
Senior Member
 
Real Name: Scott
Join Date: Oct 2005
Location: Indiana, USA
Posts: 100
Question All Groups goes to Groups Home

If you use the All Groups link, it rewrites back to groups home. Any way around this?

Gold with 3.8 beta 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 11-16-2008, 01:21 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hello,

Please try to modify functions_vbseo.php file:
FIND:
PHP Code:
                    if(count($apars)==|| ($apars['do'] == 'grouplist' && count($apars)==1))
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME$apars);
                    }else
                    if(
$apars['do'] == 'grouplist' && $apars['page'])
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME_PAGE$apars);
                    }else 
REPLACE WITH:
PHP Code:
                    if($apars['do'] == 'grouplist' && $apars['page'])
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME_PAGE$apars);
                         unset(
$apars['page']);
                         unset(
$apars['do']);
                        
$noclear true;
                    }else
                    if(
$apars['do'] == 'grouplist')
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME$apars);

                         unset(
$apars['do']);
                        
$noclear true;
                    }else 
and in functions_vbseo_url.php file:
find:
PHP Code:
$selfurl_more .= ($vbseo_arr['group_id'] ? '&groupid=' $vbseo_arr['group_id'] : '') ; 
replace with:
PHP Code:
$selfurl_more .= ($vbseo_arr['group_id'] ? '&groupid=' $vbseo_arr['group_id'] : '&do=grouplist') ; 
we are going to implement a new URL format to support that.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 11-16-2008, 01:22 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hello,

Please try to modify functions_vbseo.php file:
FIND:
PHP Code:
                    if(count($apars)==|| ($apars['do'] == 'grouplist' && count($apars)==1))
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME$apars);
                    }else
                    if(
$apars['do'] == 'grouplist' && $apars['page'])
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME_PAGE$apars);
                    }else 
REPLACE WITH:
PHP Code:
                    if($apars['do'] == 'grouplist' && $apars['page'])
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME_PAGE$apars);
                         unset(
$apars['page']);
                         unset(
$apars['do']);
                        
$noclear true;
                    }else
                    if(
$apars['do'] == 'grouplist')
                    {
                         
$newurl vbseo_group_url(VBSEO_URL_GROUPS_HOME$apars);

                         unset(
$apars['do']);
                        
$noclear true;
                    }else 
and in functions_vbseo_url.php file:
find:
PHP Code:
$selfurl_more .= ($vbseo_arr['group_id'] ? '&groupid=' $vbseo_arr['group_id'] : '') ; 
replace with:
PHP Code:
$selfurl_more .= ($vbseo_arr['group_id'] ? '&groupid=' $vbseo_arr['group_id'] : '&do=grouplist') ; 
we are going to implement a new URL format to support that.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 11-16-2008, 01:35 AM
glorify's Avatar
Senior Member
 
Real Name: Scott
Join Date: Oct 2005
Location: Indiana, USA
Posts: 100
Worked

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 11-16-2008, 07:38 AM
Nzo Nzo is offline
Junior Member
 
Real Name: Thomas
Join Date: Jan 2008
Posts: 7
When I make this modification :
*all categories link become http://www.domain.com/groups/
*Pagination stop working for "all groups list". (page 2 still be Page 1)

I use the defaut rewrite in vbseocp
VB 3.8 beta2

Edit Pagination fixed
Changed defaut setting to: groups/index[page]/

Last edited by Nzo; 11-16-2008 at 10:14 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 11-16-2008, 11:32 AM
glorify's Avatar
Senior Member
 
Real Name: Scott
Join Date: Oct 2005
Location: Indiana, USA
Posts: 100
Thanks for the pagination fix. I must be rewriting the groups differently because I have cat ids.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Socal Groups mattysheff Bug Reporting 3 09-19-2008 06:34 PM
Change from ./forums/groups to ./groups Coop1979 Custom Rewrite Rules 12 08-18-2008 07:51 PM
Group Images Redirect To Groups Home WiseOne Troubleshooting 5 07-13-2008 11:36 AM
Two Groups same page citeman Bug Reporting 2 07-08-2008 03:56 PM
Possible htaccess bug with groups mc3000 Bug Reporting 2 05-13-2008 01:16 PM


All times are GMT -4. The time now is 01:09 AM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.