B blow Active Member 97 2010 0 85 Jan 7, 2011 #1 Is there anyway to show a banner to guests only, just under the navbar? I know on vbulletin you can use if conditions, but i couldn't find any for ipb. Im using IPBoard 3.1.1 Thanks...
Is there anyway to show a banner to guests only, just under the navbar? I know on vbulletin you can use if conditions, but i couldn't find any for ipb. Im using IPBoard 3.1.1 Thanks...
B bxflow Active Member 4,686 2010 621 30 Jan 7, 2011 #2 theres a mod in IPB which is called "Guest Message" which shows guests only a certain message/banner.
theres a mod in IPB which is called "Guest Message" which shows guests only a certain message/banner.
L Lock Down Active Member 2,122 2010 228 0 Jan 7, 2011 #3 Or you can add an if statement around the banner. This is for 3.14 but should be same. <if test="$this->memberData['member_group_id'] == 2"> Your code here </if> Click to expand...
Or you can add an if statement around the banner. This is for 3.14 but should be same. <if test="$this->memberData['member_group_id'] == 2"> Your code here </if> Click to expand...
H House_maniac Active Member 1,740 2010 33 10 Jan 7, 2011 #4 there is a mod for ipb guest message look on ipbsource you will find it i'm using it on my forum :D
K killer123 Active Member 365 2009 2 0 Jan 8, 2011 #5 http://www.wjunction.com/showthread.php?t=21294 This works too.
L Lock Down Active Member 2,122 2010 228 0 Jan 8, 2011 #6 He said NVM because he was using 1 instead of 2 so it did not work, )
B blow Active Member 97 2010 0 85 Jan 8, 2011 #7 Thanks Lock Down & Killer123, thats exactly what i wanted...