Results 1 to 10 of 27
-
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?
-
24th Jan 2008, 08:45 PM #5OPMember
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 #6Member
Very nice if statements, great job Jentel.
Extremely helpful article about hiding your identity here
-
24th Mar 2008, 10:50 AM #7Member
its common, but will help newbies!!
-
8th Apr 2008, 09:23 PM #8Member
intresting
-
9th Apr 2008, 02:41 AM #9lakshyak
Sponsored Links
9th Apr 2008, 05:23 AM
#10
themaCreator - create posts from...
Version 3.22 released. Open older version (or...