Quote:
Originally Posted by GoTTi
good thing im not asking you to support third party hacks. im asking you how do i fit the AWS code into the code i currently have. what should it look like? do i NEED to replace the code? can i add it to the postbit_legacy?
|
you could try it like this
Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true"
AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
but i suggest you make you a note there in the code so if it causes errors you can easly find it back
HTML Code:
<!-- aws signatures -->
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true
AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
<!--end off aws signatures -->
that should get both things working