Quote:
Originally Posted by Lynne
I think another way may be to change this line of code in /includes/class_postbit.php in the function process_registered_user:
PHP Code:
// get online status fetch_online_status($this->post, true);
To:
PHP Code:
// get online status fetch_online_status($this->post, false);
and then you can use $post[onlinestatus]==1 in your condition.
(Not tested.)
|
I have to admit I haven't tried this yet; it however is giving me loads of new ideas
Quote:
Originally Posted by FRDS
Code:
<if condition="(THIS_SCRIPT == showthread) OR (THIS_SCRIPT == showpost)">
Postbit online code for threads
<else />
Postbit online code for else where
</if>
try that maybe?
|
Like a charm

(and I should have known) Much apriciated both!