Activity Stream
48,167 MEMBERS
6828 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1.     
    #1
    Member

    Default 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 -->
    However if you want to make an announcement just for registered members:

    Code: 
    <!-- IF S_USER_LOGGED_IN -->
    Table code + the announcement should be added between the tags.
    <!-- ENDIF -->
    If you would like to make an announcement only for admins (of course you can make a complete section just for admins, but sometimes its useful:

    Code: 
    <!-- IF U_ACP -->
    Table code + the announcement should be added between the tags.
    <!-- ENDIF -->
    For moderators and Admins:

    Code: 
    <!-- IF U_ACP or U_MCP -->
    Table code + the announcement should be added between the tags.
    <!-- ENDIF -->
    You don't have to only use that for announcement, for example, if you have a shoutbox or anything similar that you would like to only show for members:

    Code: 
    <!-- IF S_USER_LOGGED_IN -->
    Shoutbox table code here
    <!-- ENDIF -->
    So basically you can do a lot of things with these simple codes, but if you don't have any basic knowledge of HTML, then I advise you to not edit anything.
    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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Thanks I knew the user logged or not one, but good to know for the staff and others

  4.     
    #3
    Member
    Thanks for the great tips mate.
    maxw.org || lethalmedia.net || pornhq.org


  5.     
    #4
    Member
    Website's:
    wrz-tv.com
    What about if you want an announcement for Donators what would that be?

  6.     
    #5
    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.

  7.     
    #6
    Member
    Very nice if statements, great job Jentel.
    Extremely helpful article about hiding your identity here

  8.     
    #7
    Member
    its common, but will help newbies!!

  9.     
    #8
    Member
    intresting

  10.     
    #9
    lakshyak
    Quote Originally Posted by krazeek View Post
    What about if you want an announcement for Donators what would that be?
    You will have to create a new variable for the donator group. In short, a MOD will be needed lol!

  •     
    #10
    Member
    Quote Originally Posted by lakshyak View Post
    You will have to create a new variable for the donator group. In short, a MOD will be needed lol!
    I think he already got that from my reply.

  • Page 1 of 3 123 LastLast

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

    Similar Threads

    1. Online Business Tips - 4 Prime Tips To Run Your Business Successfully
      By GarryField in forum Webmasters, Money Making
      Replies: 0
      Last Post: 25th Feb 2014, 12:46 PM
    2. [Hiring] Seo For phpbb3
      By Majky71 in forum Completed Transactions
      Replies: 2
      Last Post: 5th Jun 2011, 07:50 AM
    3. need phpbb3 pro
      By superstar in forum phpBB
      Replies: 3
      Last Post: 23rd Jan 2011, 01:44 PM
    4. phpbb3 SEO
      By nYXem in forum Webmaster Discussion
      Replies: 3
      Last Post: 30th Jun 2010, 10:44 PM
    5. PHPBB3 help!!
      By nYXem in forum phpBB
      Replies: 3
      Last Post: 2nd Jun 2010, 02:29 PM

    Tags for this Thread

    BE SOCIAL