The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Hide bb_codes for unregistered users vb 5.2 and 5.3.3 Details »» | |||||||||||||||||||||||||||
Hide bb_codes for unregistered users vb 5.2 and 5.3.3
Developer Last Online: Nov 2022
IMPORTANT NOTE IS NOT COMPATIBLE WITH THE NEW VERSIONS 5.6.X
First of all, I apologize for my english because I use google translate.I found a solution for BBcodes to be invisible to the unregistered.It is tested both in VB 5.2 and 5.3.3. Admincp ? Languages & Phrases ? Phrase Manager ? Add New Phrase Phrase Type : GLOBAL Product : vBulletin Varname : hide_code Text : Please Login or <a href="register.php">Register</a> to see codes Go to your Admincp ? Styles & Templates ? Style Manager ? Your Style ? BB Code Layout Templates Open bbcode_code will see this code: Code:
<vb:if condition="$vboptions['codemaxlines']"> {vb:set verticalPadding, 12} {vb:set horizScrollbarAllowance, 20} {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}} </vb:if> <div class="bbcode_container"> <div class="bbcode_description">{vb:rawphrase code}:</div> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:{vb:raw blockCssHeight};"</vb:if>>{vb:raw code}</pre> </div> Code:
<vb:if condition="$vboptions['codemaxlines']"> {vb:set verticalPadding, 12} {vb:set horizScrollbarAllowance, 20} {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}} </vb:if> <div class="bbcode_container"> <div class="bbcode_description">{vb:rawphrase code}:</div> <vb:if condition="is_member_of($user, 2, 3, 6, 29, 31)"> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:{vb:raw blockCssHeight};"</vb:if>>{vb:raw code}</pre> </vb:if> <vb:if condition="is_member_of($user, 1)">{vb:rawphrase hide_code} </vb:if> </div> The same code can be used for html_code and php_code. Changing of course {vb: rawphrase code} for the corresponding one in each case for html {vb: rawphrase html_code} and for php {vb: rawphrase php_code} Any doubts or clarifications in comments, as well as if they were useful, I did several hours to find this solution and I hope it will be useful Show Your Support
|
Comments |
#2
|
|||
|
|||
Hello I have it adjusted exactly the same but with me does not work unfortunately there is still another solution?
|
#3
|
||||
|
||||
Quote:
In my work I 5.2 and 5.3.3 Code:
<vb:if condition="$vboptions['codemaxlines']"> {vb:set verticalPadding, 12} {vb:set horizScrollbarAllowance, 20} {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}} </vb:if> <div class="bbcode_container"> <div class="bbcode_description">{vb:rawphrase code}:</div> <vb:if condition="!is_member_of($user, 1, 2)"> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:{vb:raw blockCssHeight};"</vb:if>>{vb:raw code}</pre> <vb:else /> {vb:rawphrase hide_code} </vb:if> </div> |
#4
|
||||
|
||||
You must clear the system cache as well as the browser cache.
|
#5
|
|||
|
|||
It also unfortunately wont work for me
I am using 5.3.3 |
#6
|
||||
|
||||
Try this code:
Code:
<vb:if condition="$vboptions['codemaxlines']"> {vb:set verticalPadding, 12} {vb:set horizScrollbarAllowance, 20} {vb:set blockCssHeight, {vb:math {vb:raw blockheight} * {vb:stylevar bbcode_code_line_height} + {vb:raw verticalPadding} + {vb:raw horizScrollbarAllowance}}} </vb:if> <div class="bbcode_container"> <div class="bbcode_description">{vb:rawphrase code}:</div> <vb:if condition="is_member_of($user, 2, 3, 6)"> <pre class="bbcode_code"<vb:if condition="$vboptions['codemaxlines']"> style="height:{vb:raw blockCssHeight};"</vb:if>>{vb:raw code}</pre> <vb:else /> {vb:rawphrase hide_code} </vb:if> </div> |
#7
|
|||
|
|||
is it work for 5.3.4 ?
|
#8
|
|||
|
|||
|
#9
|
||||
|
||||
For me it works perfect for 5.3.3 to 5.3.4 I have no news |
#10
|
|||
|
|||
Works perfect for me. Is it possible to extend this to all Links in a Forum?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|