PDA

View Full Version : HELP....Buttons Unclickable


CEO254
05-30-2009, 04:53 PM
On my forum, buttons such as https://vborg.vbsupport.ru/external/2009/12/3.gif, https://vborg.vbsupport.ru/external/2010/04/17.gif, https://vborg.vbsupport.ru/external/2011/07/5.gif, etc.

Are unclickable


Anyone know why?

Biker_GA
05-30-2009, 05:20 PM
Just for you, or everyone?

Clear your cache and cookies, and then press CTRL-F5. See if that cures your problem.

CEO254
05-30-2009, 05:43 PM
nope....still not working

Its doing this for all members of the forum

Lynne
05-30-2009, 06:08 PM
Try this:
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?

CEO254
05-30-2009, 06:43 PM
tried it

still not working

Lynne
05-30-2009, 07:42 PM
OK, then 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.

CEO254
05-31-2009, 03:11 AM
tried it and still not working:(

Sofia
05-31-2009, 03:18 AM
Did you modify a JS file?

Re-upload the original file "vbulletin_textedit.js" into your folder /clientscript.
(or re-upload your original folder clientscript if it doesn't work.

CEO254
05-31-2009, 03:26 AM
Did you modify a JS file?

Re-upload the original file "vbulletin_textedit.js" into your folder /clientscript.
(or re-upload your original folder clientscript if it doesn't work.

Wow thanks

This actually worked

Sofia
05-31-2009, 07:30 AM
Wow thanks

This actually worked

Good :)