PDA

View Full Version : Please Help...


PHILLYFAN
11-06-2009, 10:32 AM
Good Morning All,

Having issues with my links on my site.

What I mean is nothing will open up when I click them Such as the User CP, Community etc. Also, the edit threads and delete buttons do the same. Only way to open them is right click and open in a new tab which makes the site look weird and doesn't give me all the full options.

Anyone know why this is happening?

porcupine73
11-06-2009, 11:50 AM
Have you tried it in a different browser? i.e. if you're using IE maybe try Firefox or Chrome to see if it does the same thing?

PHILLYFAN
11-06-2009, 03:54 PM
yea still same issue

porcupine73
11-08-2009, 12:24 AM
Hm...I'm no expert but does it work if you have javascript disabled? Some addins and tracker products add java stuff to buttons that might make them act weird. and/or are there any add ons or plug ins running for vBulletin? Did this issue just start happening or has it been doing it all along?

Lynne
11-08-2009, 04:16 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.