PDA

View Full Version : Is there a way..


smooth-c
01-22-2008, 11:52 PM
Is there a way I can force "show signature" for every post people make? instead of them first having to select it?

cheesegrits
01-23-2008, 03:13 AM
You could try a little plugin on newreply_post_start that just does:

$vbulletin->GPC['signature'] = true;

-- hugh

smooth-c
01-23-2008, 06:45 AM
Hey, thanks for your swift response but upon looking at the templates, newreply_post_start doesn't exist? i'm using the latest beta (beta 4) of vBulletin 3.7.

All I have under newreply_ is "newreply" "newreply_reviewbit" "newreply_reviewbit_ignore" "newreply_reviewbit_global" and "newthread"

cheesegrits
01-23-2008, 02:10 PM
That's why I said "plugin", not template. :)

-- hugh