conditional for PM's

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harmor
    Senior Member
    • Aug 2003
    • 1334

    conditional for PM's

    what is the conditional to check if user has private message?
  • peterska2
    Senior Member
    • Oct 2003
    • 8869
    • 3.7.x

    #2
    Code:
    <if condition="$bbuserinfo['pmunread'] != 0">
    Will display the contents of the if if there are unread PM's

    Code:
    <if condition="$show['pmstats']">
    Is used to show the contents if PM's are turned on for that user.

    (Don't forget to close the if's with a </if> when you are done putting the contents in )

    Comment

    • harmor
      Senior Member
      • Aug 2003
      • 1334

      #3
      Thanks.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...