Posted October 13, 20195 yr {{if $comment->author()->inGroup( \IPS\Theme::i()->setting( 'aXenTopics_1' ) ) AND theme.aXenMFluent_Pro_1 == 1 AND theme.aXenMFluent_Pro_1_Topic == 1}}aXenTopicsProfile_1{{endif}} Hi, I would like to pull the setting value to the style bit and paste it into the if. I wanted to do something like this, but writing is not possible. \IPS\Theme::i()->setting( 'aXenTopics_1' ) What is wrong? Edited October 13, 20195 yr by aXen | 1s2k
October 13, 20195 yr 1 hour ago, aXen | 1s2k said: {{if $comment->author()->inGroup( \IPS\Theme::i()->setting( 'aXenTopics_1' ) ) AND theme.aXenMFluent_Pro_1 == 1 AND theme.aXenMFluent_Pro_1_Topic == 1}}aXenTopicsProfile_1{{endif}} Hi, I would like to pull the setting value to the style bit and paste it into the if. I wanted to do something like this, but writing is not possible. \IPS\Theme::i()->setting( 'aXenTopics_1' ) What is wrong? I am guessing trying settings to theme template ? if so your example will not work that more for hook/application back end code.
October 13, 20195 yr Author It's working! {{if $comment->author()->inGroup( theme.aXenTopics_1 ) AND theme.aXenMFluent_Pro_1 == 1 AND theme.aXenMFluent_Pro_1_Topic == 1}}aXenTopicsProfile_1{{endif}} I forgot that you need to add the phrase 'theme'.
Archived
This topic is now archived and is closed to further replies.