PDA

View Full Version : Show Signatures Globally [Resolved]


sproutventure
02-14-2012, 09:28 PM
I've looked throughout this forum and the official forum and I still cannot find a solution (that works) to show signatures regardless of the user preference to show them or not.

I've reviewed a few mods and modified my template but it looks like {vb:raw post.signature} will not return anything if the user has the option to diable signatures.

I appreciate any help I can get.

Thanks.

kh99
02-15-2012, 02:47 PM
You could try creating a plugin using hook global_bootstrap_init_start and this code:

$vbulletin->userinfo['showsignatures'] = 1;

sproutventure
02-16-2012, 02:50 PM
Thanks for the help but I couldn't get it to work. Here's a screenshot of the plugin - http://s-v.me/EFdU

kh99
02-16-2012, 02:53 PM
I haven't tried it myself, but it looks like you have everything right. But my code was wrong, sorry about that. I fixed the above post, so try that.

sproutventure
02-16-2012, 03:04 PM
Excellent, thanks!