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

Goto First Unread Post

This is a discussion on Goto First Unread Post within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Originally Posted by COBRAws I want to state that my ticket created 11-16-2007, 04:13 PM has yet not been updated ...

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

Reply

 

LinkBack Thread Tools
  #16  
Old 11-18-2007, 09:38 AM
Junior Member
 
Real Name: peter
Join Date: Jul 2006
Posts: 21
Quote:
Originally Posted by COBRAws View Post
I want to state that my ticket created 11-16-2007, 04:13 PM has yet not been updated with a working solution. Someone took vacations?
Oleg is gonna have a look at it now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #17  
Old 11-18-2007, 12:09 PM
Member
 
Real Name: Itworx4me
Join Date: Oct 2006
Posts: 87
Wow....I can't believe the poor support of this site. Even with a support ticket in from someone in this thread. My first post is over 24 hours ago. They should have a staff person on duty just for these reasons. Hope we get our problem resolved soon.......:(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #18  
Old 11-18-2007, 01:13 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,277
Please remember, it is a weekend. Oleg is looking into the issue. If it is causing major problems, you can always revert back to vBSEO 3.0.0 until the issue is resolved.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #19  
Old 11-18-2007, 01:59 PM
Member
 
Real Name: Itworx4me
Join Date: Oct 2006
Posts: 87
my question is why isn't more people having issues with it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #20  
Old 11-18-2007, 02:28 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,277
No one on the pre-release team had this issue, and it only appears to be a small number of people for some reason. That's why Oleg is looking into it.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #21  
Old 11-18-2007, 05:01 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Update: the following modification in vbseo.php resolved the isue:
this code:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . '&goto=' . (isset($arr2) ? 'lastpost' 'newpost')); 
REPLACED WITH:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $vbseo_arr['thread_id'] . '&goto=' . (isset($vbseo_arr2) ? 'lastpost' 'newpost')); 
Thank-you all for reporting!
__________________
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
  #22  
Old 11-18-2007, 05:06 PM
Member
Big Board Administrator
 
Real Name: Jack
Join Date: Jun 2006
Location: Buenos Aires
Posts: 74
Quote:
Originally Posted by Oleg Ignatiuk View Post
Update: the following modification in vbseo.php resolved the isue:
this code:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . '&goto=' . (isset($arr2) ? 'lastpost' 'newpost')); 
REPLACED WITH:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $vbseo_arr['thread_id'] . '&goto=' . (isset($vbseo_arr2) ? 'lastpost' 'newpost')); 
Thank-you all for reporting!
This fixed my problem. Thanks (again) Oleg.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #23  
Old 11-18-2007, 05:37 PM
Member
 
Real Name: Itworx4me
Join Date: Oct 2006
Posts: 87
Quote:
Originally Posted by Oleg Ignatiuk View Post
Update: the following modification in vbseo.php resolved the isue:
this code:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . '&goto=' . (isset($arr2) ? 'lastpost' 'newpost')); 
REPLACED WITH:
PHP Code:
vbseo_set_self($q 'showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $vbseo_arr['thread_id'] . '&goto=' . (isset($vbseo_arr2) ? 'lastpost' 'newpost')); 
Thank-you all for reporting!
This fix my issue as well. Thank You Oleg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #24  
Old 11-18-2007, 08:54 PM
Junior Member
 
Real Name: peter
Join Date: Jul 2006
Posts: 21
Yep fixed and flying now. (touch wood) ty oleg.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #25  
Old 11-20-2007, 02:58 AM
ChurchMedia's Avatar
Junior Member
 
Real Name: Tim Eason
Join Date: Sep 2006
Location: Las Cruces, NM, US
Posts: 7
I was having the problem, but just now discovered it. Thanks for the fix. I suggest sending out a notice and a patch download to all vbSEO users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #26  
Old 12-05-2007, 07:03 AM
Junior Member
 
Real Name: george
Join Date: Oct 2006
Posts: 12
We've downloaded latest version yesterday and in our upgrade today, we had the same issue which caused us a lot of trouble and time commitment. We finally fix it with the instructions mentioned here. Wouldn't be nice if you updated the scripts in the download area with this fix?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #27  
Old 12-18-2007, 09:45 AM
Junior Member
 
Real Name: Chelsea
Join Date: Feb 2007
Posts: 3
Fixed!

If its not a problem for everyone, they can't include the fix
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
The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD Joe Ward General Discussion 25 06-05-2008 12:04 PM
Go to first unread post isn't working right Ace Troubleshooting 1 11-16-2007 09:12 AM
Jump to the first unread Post the_sisko Troubleshooting 6 08-08-2007 09:48 AM


All times are GMT -4. The time now is 02:44 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.