View Full Version : Is there a show sig only once per page hack for 3.5 yet
BamaStangGuy
09-16-2005, 04:08 AM
If not that would be awsome
Andreas
09-16-2005, 04:19 AM
Probably one of the most easiest Hacks ever :)
postbit_display_complete
if ($this->cache['sigshown'][$this->post['userid']])
{
unset($this->post['signature']);
}
else
{
$this->cache['sigshown'][$this->post['userid']] = true;
}
Boofo
09-16-2005, 04:49 AM
It can be done with a template edit, too.
Andreas
09-16-2005, 04:52 AM
Yep. But the advantage of a Plugin is that it is active in all Styles :)
Boofo
09-16-2005, 04:56 AM
True, and you forgot the "no template edits" reason. ;)
BamaStangGuy
09-16-2005, 05:02 PM
Nice :)
thecool
09-17-2005, 01:00 AM
I don't have postbit_display_complete as a template, am i supposed to put it in my postbit_legacy or postbit or something?
Boofo
09-17-2005, 01:05 AM
You do it as a plug-in. Here you go. ;)
thecool
09-17-2005, 06:15 AM
Thanks a bunch. Thank you
Lyricsmama
10-31-2005, 02:45 AM
Thanks A Million Boofo!
ekopapers
10-31-2005, 12:28 PM
thanks boofo :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.