PDA

View Full Version : vbulletin getting "vb::ajax"


GamblerZ
11-22-2011, 04:26 PM
I will begin by saying that I know virtually NOTHING about programming. I probably know enough to get into trouble. Meanwhile, my site technical administrator has been deployed to Afghanistan and my site (www.TexasNissans.com) has run into a hiccup.

Once logged into the site, I usually go straight away to "New Posts" and this is what I see:

https://vborg.vbsupport.ru/external/2011/11/14.jpg

Can anyone offer some assistance?

Thanks in advance.

Chris8
11-22-2011, 07:54 PM
I'm not sure but could this be not closed tag in functions_forumdisplay.php? If so open this file with some text editor (may be notepad) search for: "vB::AJAX"> and check it out, it should be:
$thread['title_editable'] = '<a rel="vB::AJAX"></a>';

$thread['openclose_editable'] = '<a rel="vB::AJAX"></a>';

if it's not, then change it to the correct form, or if you have no customized functions_forumdisplay.php file then just overwrite it with the default one.