PDA

View Full Version : postbit_display_start - showsignature


woostar
08-25-2009, 05:24 PM
Hi there,

In postbit_display_start if I want to turn a signature off I can use:
$this->post['showsignature'] = false;

What is the equivalent for turning off the avatar?


Thanks :)

--------------- Added 1251235755 at 1251235755 ---------------

Found a solution :)

$this->post['hascustomavatar'] = false;