Results 1 to 6 of 6
-
1st Jan 2010, 11:47 PM #1OPMemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.comIPB 3.x (3.0.5) - Permission Based Wraps
Hi guys, what's the code for permission based wrapping.
Aka
<!-- Start Guest Content Only -->
Code here
<!-- End Guest Content Only -->
I know how to do it for phpBB but not for IPB 3.x
I would like to know them for these major groups please.
Admins
Super Mods
Members
Guests
Validating
Thanks to whoever knowsGolden Falcon Reviewed by Golden Falcon on . IPB 3.x (3.0.5) - Permission Based Wraps Hi guys, what's the code for permission based wrapping. Aka <!-- Start Guest Content Only --> Code here <!-- End Guest Content Only --> Rating: 5
-
2nd Jan 2010, 12:32 AM #2Google Corp.
These are the ones I use:
member/guest:
Code:<if test="$this->memberData['member_id'] == 1"> members will see this <else /> guests will see this </if>
Code:<if test="$this->memberData['member_id'] == 0"> guests will see this </if>
Code:<if test="$this->memberData['g_is_supmod'] == 1"> supermods will see this </if>
Code:<if test="$this->memberData['g_access_cp'] == 1"> admins will see this </if>
Life asked Death: "Why do people love me, but hate you?"
Death responded: "Because you're a beautiful lie and I'm the painful truth."
-
2nd Jan 2010, 01:36 AM #3OPMemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
2nd Jan 2010, 01:39 AM #4Google Corp.
for members only, try removing the
Code:== 1
Life asked Death: "Why do people love me, but hate you?"
Death responded: "Because you're a beautiful lie and I'm the painful truth."
-
2nd Jan 2010, 01:56 AM #5OPMemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
4th Feb 2010, 03:58 AM #6OPMemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Write permission on a folder
By 18folder in forum Web Development AreaReplies: 2Last Post: 9th Sep 2012, 09:33 AM -
[Other] rdp with admin permission
By mazzo in forum ArchiveReplies: 6Last Post: 30th Jan 2012, 07:44 PM -
Forbidden You don't have permission...
By xandyx in forum vBulletinReplies: 14Last Post: 2nd Jul 2011, 05:10 PM -
Need Help for set Permission
By subha86 in forum Webmaster DiscussionReplies: 4Last Post: 20th Mar 2011, 04:05 PM -
Notice Permission
By II AnDo II in forum vBulletinReplies: 2Last Post: 18th Jun 2009, 05:06 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...