Jump to content

Collin Sexton

Members
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Collin Sexton got a reaction from Kevin Carwile in IPS Rules Application   
    ​PM sent, thanks in advance. It may be that I'm using a variable that isn't allowed as you had mentioned (I tried to place it below the header). Thanks, and look forward to hearing from you soon.
  2. Like
    Collin Sexton reacted to Kevin Carwile in IPS Rules Application   
    ​Collin, PM me for direct support on this.
    But from the looks of it, you are trying to use a variable in your template that doesn't actually exist inside the template. For example, if you are trying to use $member->getRulesData( 'data_key' ), then the $member variable must be part of the template, otherwise you need to access a globally available variable such as \IPS\Member::loggedIn()->getRulesData( 'data_key' ).
     
  3. Like
    Collin Sexton reacted to Kevin Carwile in IPS Rules Application   
    Not sure what postbit is, but yes, it goes into a user facing template on the theme layer. Also, you'll need to make sure that the $member variable is available in whatever template you are adding it to.
×
×
  • Create New...