
05-18-2011, 05:15 PM
|
|
|
Join Date: Nov 2009
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
You need to edit your bbcode templates, such as the template: bbcode_code
Put the entire template in a template conditional- something like:
Code:
<if condition="$show[member]">
original template code here
<else />
You must be logged in to view this code.
</if>
Do this for all the code templates you want (CODE, PHP, HTML) and their associated "print" templates as well otherwise people can see them if they go to print the page.
|
Thanks for the help mate
|