If I do that it would probably wind up getting further messed up somehow... it started doing that today and the only new mods introduced are vboptimize and vbenterprise translator. Before that these were there
Code:
Vbulletin 4.0 seems to be right around the corner. Even with it right around the corner however, I don't plan to upgrade to vbulletin 4.0 until most of these mods have been upgraded to be 4.0 compatable.
vBulletin 3.8.4
Affiliation 4.0 Show all of your affiliate(s).
Ain - Advanced Google AdSense 7.0 advanced system to show adsense on forums
Automatic Thread Tagger 1.2.0 Extracts keywords from thread titles and uses these as thread tags.
Cyb - Advanced Permissions Based on Post Count 4.4 Cyb - Advanced Permissions Based on Post Count
Insert Copyright 1.0.0 Insert Copyright Text Into Post
KX - Spider Permissions 1.0.0 This allows spiders to be placed in a special usergroup or select the features you want them to use.
Limit Links In Signature 0.5.5 This hack allows to set a maximal number of allowed links in signatures for each user group.
Limited Guest Viewing 2.0.1 Limit guests to view a set number of threads before being locked out.
MARCO1 H1 Tags 2.0 Add H1 Tags on your threads/forum display
Members who have Visited 3.8.002 Display members who have visited the forum.
Sorky03 - SubForum List Control - V1.8.0 1.8.0 Allows extensive control of how SubForums lists are displayed (vBulletin 3.8.x)
Spider Display 2.0.0 Show the spiders browsing your board in the What's Going On box of your Forum Home Page.
Usergroup Color Bar 2.0.0 http://www.tvpano.com/
Username HTML Markup 2.0
vBSEO :: Sitemap Generator 2.5 Generate a Google & Yahoo Sitemap for your Forums
Welcome Thread 1.2.2 Creates a welcome thread when a new user registers
YABBSEO[vB] v1.1 YABBSEO[vB]
--------------- Added [DATE]1263953259[/DATE] at [TIME]1263953259[/TIME] ---------------
also upon inspection the thread part looks like this.
HTML Code:
<a href="#goto_threadtools">Thread Tools</a>
</td>
<td class="vbmenu_control" id="threadsearch" nowrap="nowrap">
<a href="#goto_threadsearch">Search this Thread</a>
</td>
<td class="vbmenu_control" id="threadrating" nowrap="nowrap">
<a href="#goto_threadrating"><span id="threadrating_current">Rate Thread</span>
while the correct version looks like this
HTML Code:
<a href="/forum/showthread.php?t=233560&nojs=1#goto_threadtools">Thread Tools</a>
<script type="text/javascript"> vbmenu_register("threadtools"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
</td>
<td style="cursor: pointer;" class="vbmenu_control" id="threadsearch" nowrap="nowrap">
<a href="/forum/showthread.php?t=233560&nojs=1#goto_threadsearch">Search this Thread</a>
<script type="text/javascript"> vbmenu_register("threadsearch"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
</td>
<td style="cursor: pointer;" class="vbmenu_control" id="threadrating" nowrap="nowrap">
<a href="/forum/showthread.php?t=233560&nojs=1#goto_threadrating"><span id="threadrating_current">Rate Thread</span></a>
<script type="text/javascript"> vbmenu_register("threadrating"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
So basically (I think it's called an html bookmark) was created with the javascript part gone. And since I can view the source of it in this forum my javascript is indeed turned on..
--------------- Added [DATE]1263966300[/DATE] at [TIME]1263966300[/TIME] ---------------
UPDATE
ok, I've completed all of the steps but still get the error and here is the error from one thread in particular, it's in a board that you must be logged in to see.
Files from a fresh download have replaced the old ones like you said to.
All plugins are disabled (and the hook plugin is off too)
New skin created
Cache & cookies cleared
invalid sql and javascript dropdown (in the last ticket) still have errors.
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT thread.threadid, thread.forumid, thread.title, thread.prefixid, thread.taglist, postusername, postuserid,
thread.lastpost, thread.replycount,
forum.title AS forumtitle
,post.pagetext AS preview
FROM thread AS thread
INNER JOIN forum AS forum ON (forum.forumid = thread.forumid)
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
WHERE thread.threadid IN (15365, 15399, 1695, 14003, 11925, 13258, 10766, 10757, ) AND thread.visible = 1
ORDER BY lastpost DESC;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND thread.visible = 1
ORDER BY lastpost DESC' at line 13
Error Number : 1064
Request Date : Wednesday, January 20th 2010 @ 12:40:18 AM
Error Date : Wednesday, January 20th 2010 @ 12:40:18 AM
Script :
http://vgchat.info/forum/showthread.php?t=11930
Referrer :
http://vgchat.info/forum/forumdisplay.php?f=102
IP Address :
Username : final kaoss
Classname : vB_Database
MySQL Version : 5.0.87-percona-highperf