Quote:
Originally Posted by TrioxX
You should do the following:
Theres a little bug on the install note (i've tested on vb 3.6.8pl2)
open postbit and postbit_legacy and find:
PHP Code:
<if condition="$post['signature']">
<!-- sig -->
Replace with:
If you have installed another hacks before, it can be, that the code is not the same. But note, that you must delete $post['signature'] above <!-- sig -->.
Then find:
PHP Code:
<center>
$post[signature]
Replace with:
PHP Code:
<if condition="$post[signature]">
$post[signature]
<else />
<img src="$stylevar[imgdir_misc]/nosignature.jpg"/>
</if>
It works fine on my VB 3.6.8pl2.
|
this worked perfectly.... thanx....