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

Disabling Forum Jump for Guests

This is a discussion on Disabling Forum Jump for Guests within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello all, In the VBSEO CP I have the " Remove Forumjump Dropdown For Guest Visitors " option set to ...

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 07-31-2008, 04:36 PM
Member
 
Real Name: mreyes
Join Date: May 2008
Posts: 40
Disabling Forum Jump for Guests

Hello all,

In the VBSEO CP I have the "Remove Forumjump Dropdown For Guest Visitors" option set to "Yes"

However it seems that this setting is not respected and forum jump seems to be displayed in all the places you would expect it to be.

I am not sure if this is a bug or some config setting I have missed, so I have posted here instead of bugs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-31-2008, 05:06 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
do you have a heavily modified template?

These 'remove' options rely on stock template HTML to make the replacements against.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-31-2008, 08:24 PM
Member
 
Real Name: mreyes
Join Date: May 2008
Posts: 40
Modified yes, but I wouldn't go as far as saying heavily or even close to this.

Probably better if I post the URL:

Community @ The Rev Counter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 08-01-2008, 02:58 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
hrm, your template around the jump looks stock.

are you sure your config file is writable and actually saving the setting?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 08-01-2008, 06:58 AM
Member
 
Real Name: mreyes
Join Date: May 2008
Posts: 40
For security/paranoia reasons I normally have the "includes/config_vbseo.php" file chmod to xxx. However it is currently 777 so writing to it should not be a problem.

When in vbseocp it seems I can save settings without any problems, on save I get the following message:

Your settings have been successfully uploaded and saved.

If I forget to change the chmod of the config file when I login to the vbseocp it gives a "config not writable" message, this is not currently happening.

The config file currently contains the following setting:

Code:
define('VBSEO_FORUMJUMP_OFF',                 1);
Which I assume to be the value behind the CP remove forum jump option.

If I change the setting in CP the config entry above changes to:

Code:
define('VBSEO_FORUMJUMP_OFF',                 0);
So it looks like config reading/writing is working correctly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 08-05-2008, 04:06 AM
Junior Member
 
Real Name: Ali
Join Date: Sep 2007
Posts: 21
i have a same problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 08-05-2008, 04:25 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
Please try to modify functions_vbseo_hook.php file:
FIND:
PHP Code:
if (!$vbulletin->userinfo['userid'] && VBSEO_FORUMJUMP_OFF && $vbulletin)
{
$GLOBALS['complete'] = true;

REPLACE WITH:
PHP Code:
            if (!$vbulletin->userinfo['userid'] && VBSEO_FORUMJUMP_OFF && $vbulletin
                
&& (THIS_SCRIPT=='forumdisplay' || THIS_SCRIPT=='showthread'))
            {
                    
$vbulletin->options['useforumjump'] = 0;
                    
$vbseo_gcache['var']['vboptchanged'] = true;

__________________
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
  #8  
Old 08-05-2008, 01:09 PM
Member
 
Real Name: Mike
Join Date: Oct 2006
Posts: 37
Thanks for the patch, everything works as it should.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 08-05-2008, 03:07 PM
Member
 
Real Name: mreyes
Join Date: May 2008
Posts: 40
Also works for me
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
Forum jump menu disappeared Rukas Troubleshooting 1 04-11-2008 01:21 AM
Forum Jump doesn't work Ace Troubleshooting 9 11-15-2007 09:38 PM
Selective disabling of forum members ability to digg, etc. CreationNation Feature Requests 0 11-27-2006 11:56 PM


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