first quesiton:
all the postbit modifications...should i be altering the postbit_legacy also???
also the instructions say:
Quote:
In Template postbit
FIND
------------------------------------------------------------------------------------------
<if condition="$post['signature']">(this procedure is the same for postbit_legacy)
------------------------------------------------------------------------------------------
REPLACE that with
------------------------------------------------------------------------------------------
<if condition="$post['signature'] AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
|
when i look in my postbit_legacy i see:
Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
what do i do?