Quote:
Originally Posted by dartho
Post Thanks Integration
edit postbit and postbit_legacy templates in lightweight style , search for
Code:
<img src="$stylevar[imgdir_misc]/moderated_small.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
</div>
</if>
and replace with
Code:
<img src="$stylevar[imgdir_misc]/moderated_small.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
$template_hook[postbit_controls]
</div>
</if>
$template_hook[postbit_end]
caveat: this may introduce other hacks into the lightweight style which use the postbit_end and postbit_control hooks
|
I can't find these last 2 edits in the postbit or postbit_legacy templates in the mobile theme.