Quote:
Originally Posted by acidburn0520
If you want something simple, you could just wrap the IF Condition Blocks with one larger condition like:
Code:
<if condition="THIS_SCRIPT == 'showthread'">
Code here.
</if>
|
Ok above worked to atleast remove the stars from PM's, would rather none show then all lol ~ so thank you
Quote:
Originally Posted by acidburn0520
If you still want the awards to show in Private Messages; it's possible that the problem is in the "jointime" variable -- $this->post['joindate'] -- $this->post should be corrected for use with Private Messages.
|
Not sure if above will work or not, as I may just not know what to change it to
I tried
$this->pm &
$this->private as a plugin under "private_showpm_start" & no change - still showed all stars available in PM's.