In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
750 [In-Portal CMS] Front End feature request N/A 2010-05-27 10:18 2011-10-04 04:18
phil  
 
normal  
closed 5.1.0  
no change required  
 
none 5.2.0  
http://groups.google.com/group/in-portal-dev/browse_thread/thread/66cefec5556c47eb
0
0000750: Ability to Check User's Group in Theme
Being able to check members group in theme, using a tag like this:

<inp2:m_if check="m_UserInGroup" group="11">...</inp2:m_if>
Issue History
2011-10-04 04:18 alex Note Added: 0003991
2011-10-04 04:18 alex Status active => closed
2011-10-04 04:18 alex Time Estimate Removed 1 =>
2011-10-04 04:18 alex Resolution open => no change required
2011-10-04 04:18 alex Fixed in Version => 5.2.0
2011-10-04 04:13 alex Description Updated bug_revision_view_page.php?rev_id=857#r857
2011-09-27 06:25 alex Time Estimate Added 1
2011-09-23 21:42 Dmitry Target Version Icebox => 5.2.0
2010-08-31 14:14 alex version => 5.1.0
2010-05-27 12:56 alex Reference => http://groups.google.com/group/in-portal-dev/browse_thread/thread/66cefec5556c47eb
2010-05-27 12:56 alex Target Version => Icebox
2010-05-27 12:56 alex Description Updated bug_revision_view_page.php?rev_id=502#r502
2010-05-27 12:56 alex Project Themes => In-Portal CMS
2010-05-27 10:19 phil Description Updated bug_revision_view_page.php?rev_id=501#r501
2010-05-27 10:18 phil New Issue

Notes
(0003991)
alex   
2011-10-04 04:18   
There is already a tag, called: m_IsMember, that can be used like this:

<inp2:m_if check="m_IsMember" group="GROUP_NAME_HERE">
...
</inp2:m_if>

GROUP_NAME_HERE should be replaced with a group name from Admin Console (case sensitive).