RobbieZ |
12-30-2009 09:22 AM |
Quote:
Originally Posted by jackichan70
(Post 1942319)
sorry, do not understand this sentence: and move it under ???
|
AdminCp>Styles & Templates>Style Manager>Postbit
Now find this in postbit
HTML Code:
{vb:raw template_hook.postbit_controls}
Highlight it, copy it and delete it.
Now find this bit in postbit
HTML Code:
<span class="postcontrols">
and press enter after it and paste the first one.
PHP Code:
<div class="postfoot"> <div class="textcontrols"> <span class="postcontrols"> {vb:raw template_hook.postbit_controls} <img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" /> <vb:if
|