Results 1 to 10 of 27
Hybrid View
-
23rd Jan 2008, 11:05 PM #1OPMember
Tips & How to's [phpBB3]
I'll share some basic stuff, very easy to use, and very useful, basically its how to customize parts of your template.
If you want to make an announcement just for guests in header or anywhere, like "To gain full access click here to register" or whatever, do this:
Keep in mind, those edits are done in the style files root/styles/*/template/
Add this code where you'd like the announcement to be shown only for guests:
Code:<!-- IF not S_USER_LOGGED_IN --> Table code + the announcement should be added between the tags. <!-- ENDIF -->
Code:<!-- IF S_USER_LOGGED_IN --> Table code + the announcement should be added between the tags. <!-- ENDIF -->
Code:<!-- IF U_ACP --> Table code + the announcement should be added between the tags. <!-- ENDIF -->
Code:<!-- IF U_ACP or U_MCP --> Table code + the announcement should be added between the tags. <!-- ENDIF -->
Code:<!-- IF S_USER_LOGGED_IN --> Shoutbox table code here <!-- ENDIF -->
el_jentel1 Reviewed by el_jentel1 on . Tips & How to's [phpBB3] I'll share some basic stuff, very easy to use, and very useful, basically its how to customize parts of your template. If you want to make an announcement just for guests in header or anywhere, like "To gain full access click here to register" or whatever, do this: Keep in mind, those edits are done in the style files root/styles/*/template/ Add this code where you'd like the announcement to be shown only for guests: <!-- IF not S_USER_LOGGED_IN --> Table code + the announcement Rating: 5
-
24th Jan 2008, 03:06 AM #2MemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
24th Jan 2008, 09:44 AM #3Member
Thanks for the great tips mate.
maxw.org || lethalmedia.net || pornhq.org
-
24th Jan 2008, 06:59 PM #4MemberWebsite's:
wrz-tv.comWhat about if you want an announcement for Donators what would that be?
-
9th Apr 2008, 02:41 AM #5lakshyak
Sponsored Links
9th Apr 2008, 05:23 AM
#6
1st Feb 2010, 12:53 PM
#7
Member
Website's:
blurayrls.com
Hmm nice work mate...it helped alot..
4th Jul 2010, 08:51 AM
#8
Probation
thankssssssssssssss
24th Jan 2008, 08:45 PM
#9
OP
Member
For that you need a MOD, because this way it needs php to set the group ID, this is basic default tips provided in phpBB.
3rd Feb 2008, 10:51 PM
#10
Member
Very nice if statements, great job Jentel.
Extremely helpful article about hiding your identity here
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...