View Full Version : Hide Image Code
boxingscene
03-11-2015, 11:49 PM
I used to a have a piece of code which hid all images and sigs from guests (non registered users) only. I can't for the life of me find that code again. Any suggestions?
There's this: https://vborg.vbsupport.ru/showthread.php?t=219631 but it doesn't say anything about sigs.
This one does say it's for sigs: https://vborg.vbsupport.ru/showthread.php?t=254712
I haven't used either of them myself.
boxingscene
03-12-2015, 03:20 PM
There's this: https://vborg.vbsupport.ru/showthread.php?t=219631 but it doesn't say anything about sigs.
This one does say it's for sigs: https://vborg.vbsupport.ru/showthread.php?t=254712
I haven't used either of them myself.
The one for images appears to be buggy from the posts in that thread. I used to have a code by way of some conditional I think. Can't seem to find it. :mad:
greigeh
03-15-2015, 06:23 PM
Just go into the postbit_legacy template and wrap around the signature part
<if condition="$show[member]">
sig code
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.