The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#257
|
||||
|
||||
![]()
thanks alot scott...........
![]() wow it was faster then i expected your answer, i pm'ed you to your new lounge, vb.com... hihi ![]() |
#258
|
|||
|
|||
![]()
Teck,
does your 'last post on forum home' display properly when a thread is deleted/moved? just curious. |
#259
|
||||
|
||||
![]()
no. it will be fixed by PPN today, or whenever he can spare some time beside his school.
that's the only part i could not fix. the rest is all working great. |
#260
|
|||
|
|||
![]()
just a kind request that PPN or someone post the complete info when it is completed. this thread is making my head spin. :O thanx!
![]() |
#261
|
||||
|
||||
![]()
hmm, it doesnt make sense scott. the way it is updateforumcount($forumid) function now, it should update it... what did i miss in the steps???
thanks. |
#262
|
||||
|
||||
![]()
When I do update the foruminfo in the admin cp it removes all titles on the forum home.
![]() |
#263
|
||||
|
||||
![]()
Nice hack I installed on my vB but I need to know how to shorten the length if it exceeds so big it will be .......... instead of blabla because big thread names are stretching out my main page
|
#264
|
||||
|
||||
![]() Quote:
|
#265
|
||||
|
||||
![]()
I guess not. I guess I will take a look at it myself but I doubt I can make it work. :ermm:
|
#266
|
||||
|
||||
![]()
just be patient, scott is busy. i'm sure he didnt forget.
keep in mind that he's making us a favor that he posts his hacks, like any other hacker here. |
#267
|
||||
|
||||
![]()
Yeah you're right. Btw will you (PPN) also include the posticon addon in the updated version?
|
#268
|
|||
|
|||
![]()
I did the hack according to TecK's instructions and I am having the problem where by when a new reply is made to the post it does not update the title of the last posted thread until a new thread is made.
Replying to existing posts does not alter the thread title on forum home. Can anyone help as its driving me total looney tunes trying to get it to work. Cheers HM |
#269
|
||||
|
||||
![]()
TECK, you need to fix your instructions a little.
This: ---------------------------------------- +-----------------------------------------------+ | Replace it with: +--------------------------------------------------------------------------+ $lastposts=$DB_site->query_first("SELECT MAX(title) as title,MAX(lastpost) AS lastpost FROM thread WHERE forumid=$forumid AND visible=1 AND open<>10"); if ($lastposts['lastpost']>$lastpost) { $lastposts=$DB_site->query_first(" SELECT lastpost,lastposter FROM thread WHERE forumid = $forumid AND lastpost = '$lastposts[lastpost]'"); $lastpost=$lastposts['lastpost']; $lastthread=$lastposts['title']; $lastposter=$lastposts['lastposter']; } $lastpostquery=",lastpost='$lastpost',lastthread=' ".addslashes($lastthread)."',lastposter='".addslas hes($lastposter)."'"; ----------------------------------- should be: ------------------------------------ +-----------------------------------------------+ | Replace it with: +--------------------------------------------------------------------------+ $lastposts=$DB_site->query_first("SELECT MAX(title) as title,MAX(lastpost) AS lastpost FROM thread WHERE forumid=$forumid AND visible=1 AND open<>10"); if ($lastposts['lastpost']>$lastpost) { $lastposts=$DB_site->query_first(" SELECT lastpost,lastposter,title FROM thread WHERE forumid = $forumid AND lastpost = '$lastposts[lastpost]'"); $lastpost=$lastposts['lastpost']; $lastthread=$lastposts['title']; $lastposter=$lastposts['lastposter']; } $lastpostquery=",lastpost='$lastpost',lastthread=' ".addslashes($lastthread)."',lastposter='".addslas hes($lastposter)."'"; ---------------------------------------- Now updating works in the admin cp. ![]() |
#270
|
||||
|
||||
![]()
Hey, could someone help me out getting the posticons to update correctly in the admin cp? I updated the file and added the posticon stuff in it. It seems to work fine when posting but when I do a forum count update all posticons are gone (but titles work with my fix in the post above).
See the attached file. |
#271
|
||||
|
||||
![]()
dark jim, i'm gonna ask you to take out my file and put a file only with your mods.
or even better, to post here using the [code] vb code. thanks. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|