HDTechVideo
Проверенные
- Сообщения
- 46
- Реакции
- 60
- Баллы
- 8,115
Login into Admin Control Panel (ACP)
Select Appearance
Select Templates
Edit bb_code_tag_code
Find the following code
Replace with
Edit bb_code_tag_html
Find the following code
Replace with
Edit bb_code_tag_php
Find the following code
Replace with
Select Appearance
Select Templates
Edit bb_code_tag_code
Find the following code
Код:
<pre>{xen:raw $content}</pre><xen:comment><!-- content is escaped via parser --></xen:comment>
Код:
<xen:if is="!{$visitor.user_id} OR {$visitor.user_state} != 'valid'">
Please <label for="LoginControl"><a href="{xen:link login}" class="inner">Register/Login (Confirm your Email)</a></label> to see this BBcode !
<xen:else />
<pre>{xen:raw $content}</pre><xen:comment><!-- content is escaped via parser --></xen:comment>
</xen:if>
Find the following code
Код:
<pre>{xen:raw $content}</pre><xen:comment><!-- content is escaped via parser --></xen:comment>
Код:
<xen:if is="!{$visitor.user_id} OR {$visitor.user_state} != 'valid'">
Please <label for="LoginControl"><a href="{xen:link login}" class="inner">Register/Login (Confirm your Email)</a></label> to see this BBcode !
<xen:else />
<pre>{xen:raw $content}</pre><xen:comment><!-- content is escaped via parser --></xen:comment>
</xen:if>
Find the following code
Код:
<div class="code">{xen:raw $content}</div><xen:comment><!-- content is escaped via parser --></xen:comment>
Код:
<xen:if is="!{$visitor.user_id} OR {$visitor.user_state} != 'valid'">
Please <label for="LoginControl"><a href="{xen:link login}" class="inner">Register/Login (Confirm your Email)</a></label> to see this BBcode !
<xen:else />
<pre>{xen:raw $content}</pre><xen:comment><!-- content is escaped via parser --></xen:comment>
</xen:if>