![]() |
i'm very surprised.. it's so simple..
(sorry for my english) can u explain me why for the same effect i had do that in my older forum: - in ShowThread.php : find: code : $counter=0; while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) { if ($postdone[$post[postid]]) { $counter--; continue; } else {$postdone[$post[postid]]=1;} $postbits .= getpostbit($post); } then insert after : code : $counter=0; while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) { if ($postdone[$post[postid]]) { $counter--; continue; } else {$postdone[$post[postid]]=1;} find: code : $postbits .= getpostbit($post); } add after : code : //if user chahce contain something, so don't show the signature if (isset($sigcache["$post[userid]"])) {$post[signature] = "";} finaly to obtain that: code : $counter=0; while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) { if ($postdone[$post[postid]]) { $counter--; continue; } else {$postdone[$post[postid]]=1;} //if user chahce contain something, so don't show the signature if (isset($sigcache["$post[userid]"])) {$post[signature] = "";} $postbits .= getpostbit($post); } hu... :speechless: please explain for my brain...and knowlege.... lol thanx |
I have 2.2.9 and tried this hack and didn't work.. Can someone tell me what i need to do to make it work with 2.2.9? thanks..
|
Beautiful. :)
[high]* Link14716 installs. :)[/high] |
Working fine in 2.3.0!
|
I love this hack!
|
is this good for 2.9?
|
2.2.9 works fine for me :D
|
installed :)
|
Would there be a way to do this with avatars as well (to only display once per page)?!?
|
2.3.2 works :D
|
All times are GMT. The time now is 07:54 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:
|