View Full Version : How to disable code view for guests??
nirvana43
04-26-2008, 01:07 PM
Hi
please check attached image. How to disable that code view for guests and write custom message in code block for guests???
please help. i couldn't find any mod for it in forum.. i'm using Vbulletin 3.7 RC3 :o
Lynne
04-26-2008, 03:18 PM
Search on the word "hide" in "All Mods" "Titles Only". I found this one which may be what you want Hide Various BB Code Content From Users (https://vborg.vbsupport.ru/showthread.php?t=105160&highlight=hide)
nirvana43
04-26-2008, 04:18 PM
Search on the word "hide" in "All Mods" "Titles Only". I found this one which may be what you want Hide Various BB Code Content From Users (https://vborg.vbsupport.ru/showthread.php?t=105160&highlight=hide)
well i'm looking for 3.7 modification. i tried that on my forum.. its working but when i go to Vb options and try to set options then its giving me error like invalid operands... because its not for VBulletin 3.7... is there anything avail for 3.7?? :)
Lynne
04-26-2008, 04:27 PM
Have you read the whole thread for that modification? There were several suggested fixes for problems people were having.
I have not seen something put out specifically for 3.7.
nirvana43
04-26-2008, 04:50 PM
Have you read the whole thread for that modification? There were several suggested fixes for problems people were having.
I have not seen something put out specifically for 3.7.
thanks for helping man.. i think i would rather wait for 3.7 release! :)
thanks again.
Kirk Y
04-27-2008, 04:08 PM
If you want something simple with no bells or whistles, you could just edit the bbcode_code template and wrap the relevant section with a conditional statement.
<if condition="$show['guest']">Register to view code..<else />$code</if>
nirvana43
04-28-2008, 01:47 PM
If you want something simple with no bells or whistles, you could just edit the bbcode_code template and wrap the relevant section with a conditional statement.
<if condition="$show['guest']">Register to view code..<else />$code</if>
wow thats superb!! thanks a million man!
Adrian Schneider
04-28-2008, 05:25 PM
Posts are cached; that will not work as expected.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.