1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to Change PHPBB Screen Resolution to 800 X 600

Discussion in 'phpBB' started by tms12, Jul 23, 2007.

  1. #1
    I was looking for a way that will allow me to make my phpbb boards to fit in the screen for resolution 800 X 600 . Kind of like www.able2know.com/forums/
    not matter what is the resolution it fits the screen.
    Any help will be appreciated. Thanks
     
    tms12, Jul 23, 2007 IP
  2. fitnawake

    fitnawake Peon

    Messages:
    267
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if its your football and students talk forum, the resolution dosent matter, for the forum just fit to the resolution the users have, unless you want to put something extra in, in one of the sides
     
    fitnawake, Jul 24, 2007 IP
  3. tms12

    tms12 Peon

    Messages:
    174
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes, you are right, i am thinking to put couple of banner on one side also. Also , when i checked my forums on the smaller res. screen then its doesnt fit perfectly, i had to scroll left or right. But for higher res. it does fit perfectly. i am confused based what you have said fitnawake
     
    tms12, Jul 24, 2007 IP
  4. ThatForumPlace

    ThatForumPlace Peon

    Messages:
    201
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hopefully others can confirm this for me, but looking at my forum stats, (try google analytics), I have LESS than .00001% of users that are using a screen size that's less than 1024*768, so I wouldn't go as small as 800x600. That extra space should give you reasonable space for ads on the side.

    As for making it fit, a simple code change to your overall_header.php file should do the trick. Check phpbb.com for help with the coding if you need, but it's pretty straightforward.
     
    ThatForumPlace, Jul 29, 2007 IP
  5. ascensions

    ascensions Active Member

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Personally I just upgraded from 800 to a slightly larger 900, which seems to work well. But anyhow...

    Just change the #Wrap in your style sheet:

    Here's mine:
    /* Main blocks
    ---------------------------------------- */
    #wrap {
    background-color: #FFFFFF;
    	padding: 0 20px;
            width: 880px;
    	min-width: 650px;
            margin: 0 auto;
    }
    Code (markup):
    the width and the margin is the 2 statements your going to want.
     
    ascensions, Jul 29, 2007 IP
  6. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Template change is needed, no editing in the phpbb code part.
     
    inworx, Jul 30, 2007 IP
  7. Etherfast

    Etherfast Peon

    Messages:
    1,192
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Either a template change, either changing the top table in overall_header.tpl (quite similar to the wrapper) to "100%" width.
     
    Etherfast, Aug 1, 2007 IP
  8. ascensions

    ascensions Active Member

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #8
    If we're talking about PHPBB3, there is no tables.
     
    ascensions, Aug 3, 2007 IP
  9. tms12

    tms12 Peon

    Messages:
    174
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    thanks and great info. i will change my forums tonight
     
    tms12, Aug 7, 2007 IP