The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
Template SHOWTHREAD. Шаблон SHOWTHREAD.
It was like this (было так): HTML Code:
<ul class="checkradio"> <li><label for="cb_signature"> <input type="checkbox" name="signature" id="cb_signature" value="1" checked="checked" tabindex="1" /> {vb:rawphrase show_your_signature} </label></li> </ul> To do so (сделал так): HTML Code:
<ul class="checkradio"> <li><label for="cb_signature"> <input type="checkbox" name="signature" id="cb_signature" value="1" checked="checked" tabindex="1" /> <span style="font-size:12px">{vb:rawphrase show_your_signature}</span> </label></li> </ul> It was like this (было так): HTML Code:
<ul class="checkradio"> <li><label for="cb_openclose"> <input type="checkbox" name="openclose" id="cb_openclose" value="1" tabindex="1" /> <vb:if condition="$show['closethread']">{vb:rawphrase close_this_thread}<vb:else />{vb:rawphrase reopen_this_thread}</vb:if> </label></li> </ul> HTML Code:
<ul class="checkradio"> <li><label for="cb_openclose"> <input type="checkbox" name="openclose" id="cb_openclose" value="1" tabindex="1" /> <vb:if condition="$show['closethread']"><span style="font-size:12px">{vb:rawphrase close_this_thread}</span><vb:else /><span style="font-size:12px">{vb:rawphrase reopen_this_thread}</span></vb:if> </label></li> </ul> Font decreased. HTML-code is valid. Шрифт уменьшился. HTML-код валидный. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|