![]() |
did you changed your template to another template ?
I cant see an problem if you follow the instructions if you want, contact me on ICQ (please remember I am from Germany so choose easy words) |
ok... it worked on a test forum.... but when i tried it on the real thing i got this error
Code:
Database error in vBulletin Control Panel: Invalid SQL: ALTER TABLE forum ADD showlasttitle CHAR (3) not null |
the error: "Duplicate column name" means you have installed the hack before (means opened already the lasttitlehack.php) and the "showlasttitle" entry is already in your database. You can see this if you go to your mysql database and look into the forum table. There must be the entrys:
showlasttitle and lasttitle if there are both entrys you have only to mofidy the code in the files and the templates and not to run the lasttitlehack.php file |
alright... i'll try that... thx for all the help!
|
does it work with vbb 2.0.3?
|
yes
|
Read it works on 2.0.3, yet I'm at the part in my instructions to edit the index.php and cannot find the proper code that needs to be replaced that it says can be found around Line 264. How can I edit this to work properly?
|
Really Need Some Help on This one...In the middle of my hacking, and am now stuck with no forum and no hack.
|
line 264 is correct, there starts the code:
// dates if ($forum['lastpost']>0) { $forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']); $forum['lastposttime']=vbdate($timeformat,$forum['lastpost']); eval("\$forum['lastpostinfo'] = \"".gettemplate('forumhome_lastpostby')."\";"); } else { $forum['lastpostinfo']='Never'; } |
I'm using 2.0.3, I don;t have that paragraph in my index.php
|
All times are GMT. The time now is 01:42 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|