PDA

View Full Version : Oh dear what's going on here???


FleaBag
04-27-2002, 11:20 AM
Erm, I just went to edit my default templates, and to my dismay this peculiar outlook unfolded. Take a look at the attachment to see what I'm babbling about. It happens on all my templates, anyone have any idea what's wrong? Thanks for your help!

Admin
04-27-2002, 12:33 PM
Contact vB's support from the Members Area, I've seen this problem before but have no idea what's causing it.

FleaBag
04-27-2002, 12:37 PM
I can't contact them, because I've hacked my board, and that makes my support void - doesn't it? :(

FleaBag
04-29-2002, 07:17 AM
Anyone believe otherwise?

Neo
04-29-2002, 08:11 AM
What template hacks did you install?

FleaBag
04-29-2002, 02:23 PM
Collapsable Forums on forumhome - https://vborg.vbsupport.ru/showthread.php?s=&threadid=33961
Password Hack English - https://vborg.vbsupport.ru/showthread.php?s=&threadid=32956
Quick Reply Box - https://vborg.vbsupport.ru/showthread.php?s=&threadid=34597
Welcome Panel - https://vborg.vbsupport.ru/showthread.php?s=&threadid=33477
vbHome Lite - https://vborg.vbsupport.ru/showthread.php?s=&threadid=36756
Random Smilies - https://vborg.vbsupport.ru/showthread.php?s=&threadid=34161
Attachment Viewer - https://vborg.vbsupport.ru/showthread.php?s=&threadid=31983

That's all of them. I'm using version 2.2.5.

FleaBag
04-29-2002, 05:45 PM
This didn't seem to occur following installation of a hack. It was fine one minute and broken the next. :(

SWFans.net
04-29-2002, 05:49 PM
If you restore your unhacked source files (the php files in the zip you got from the vBulletin member area) on the server and are still having this problem you can get support from vBulletin staff.
Make backups of your hacked ones first so you can go back to your hacked board if it is some other problem besides the hacks, which restoring the original source files should tell you almost immediately.

FleaBag
04-29-2002, 05:52 PM
I already tried that. Because these problems started yesterday when I was using version 2.2.4, I upgraded today to 2.2.5 and the problems still existed. I will contact vBulletin support! Thanks. :)

SWFans.net
04-29-2002, 05:59 PM
Yep, unhacked source files = support from vB staff. :)

FleaBag
04-29-2002, 07:43 PM
OK I've mailed them let's see how it goes! :)

Admin
04-30-2002, 06:28 AM
Just saw your ticket, GamerForums, and had an idea.

Open template.php, find this code:
$templates=$DB_site->query("SELECT t1.title,t2.templateid,t2.title,
(*this is only a part of a very long line!*)
And replace it with this:
$templates=$DB_site->query("SELECT t1.title,t2.templateid,
(*this is still part of the very long line, don't forget!*)

Maybe that'll work. :)

FleaBag
05-01-2002, 11:48 AM
Yay thank you very much it's fixed now! :p Any idea as to why this happened, and why removing a little code fixed it?