The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show Signatures Globally [Resolved]
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. |
#2
|
|||
|
|||
You could try creating a plugin using hook global_bootstrap_init_start and this code:
Code:
$vbulletin->userinfo['showsignatures'] = 1; |
#3
|
|||
|
|||
Thanks for the help but I couldn't get it to work. Here's a screenshot of the plugin - http://s-v.me/EFdU
|
#4
|
|||
|
|||
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.
|
#5
|
|||
|
|||
Excellent, thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|