Quote:
Originally Posted by ARP
Great Mod, Nominated and installed, But I want it under the signature can you please edit it ?
Appreciate your help my friend 
|
try this
in product find
PHP Code:
case '0': $post['message'] = $chip_morethread.$post['message']; break;
case '1': $post['message'] = $post['message'].$chip_morethread; break;
an replies it with
PHP Code:
case '0': $post['signature'] = $chip_morethread.$post['signature']; break;
case '1': $post['signature'] = $post['signature'].$chip_morethread; break;
i think this will help you bro