Quote:
Originally Posted by pwnedPRO
I do not want to delete, I want to move to the footer
P.s. where i can see the difference of free and premium versions?
|
Sorry i misunderstood you.
Delete in template tmnt_shell
HTML Code:
<vb:if condition="!$vbulletin->options['tmnt_disablecopyright']">
<!-- Do not remove this copyright notice -->
<div class="smallfont" align="center"> <a href="https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=tournament2010">Tournaments & Ladders Manager</a> {vb:raw tmnt_version} Copyright by <a href="https://vborg.vbsupport.ru/member.php?u=223075"> BananaLive </a> </div>
<!-- Do not remove this copyright notice -->
</vb:if>
Find in template footer
HTML Code:
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
Below add
HTML Code:
<vb:if condition="!$vbulletin->options['tmnt_disablecopyright']">
<!-- Do not remove this copyright notice -->
<div class="smallfont" align="center"> <a href="https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=tournament2010">Tournaments & Ladders Manager</a> {vb:raw tmnt_version} Copyright by <a href="https://vborg.vbsupport.ru/member.php?u=223075"> BananaLive </a> </div>
<!-- Do not remove this copyright notice -->
</vb:if>
The additional features of premium version are listed
here