Results 1 to 10 of 27
Threaded 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Online Business Tips - 4 Prime Tips To Run Your Business Successfully
By GarryField in forum Webmasters, Money MakingReplies: 0Last Post: 25th Feb 2014, 12:46 PM -
[Hiring] Seo For phpbb3
By Majky71 in forum Completed TransactionsReplies: 2Last Post: 5th Jun 2011, 07:50 AM -
need phpbb3 pro
By superstar in forum phpBBReplies: 3Last Post: 23rd Jan 2011, 01:44 PM -
phpbb3 SEO
By nYXem in forum Webmaster DiscussionReplies: 3Last Post: 30th Jun 2010, 10:44 PM -
PHPBB3 help!!
By nYXem in forum phpBBReplies: 3Last Post: 2nd Jun 2010, 02:29 PM
themaPoster - post to forums and...
Version 5.36 released. Open older version (or...