MyBB Community Forums

Full Version: How do i make my forum "not full screen"?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone, i want to make my forum not full screen, like have it running in 1024x768 with a plain background.

So for example, using VBulletin would mean using a "fixed" style, but i dont know how to do this in MyBB.
This is a theme change. In your admincp edit you theme. You can change the width of the forum from 90% to 1024px or whatever you like.
Edit the width of the "Page Container"...
Ahh okay thanks guys.

Now i have a problem, i changed my webhost and the SQL DB names changed and i dont know how to fix them.
I backupped the databases and restored it on the new webhost, and i had to change the mysql name and password and i did that, but now i get this:
(Am i doing somehting wrong? or do i have to change something else?)

Now it says:
MySQL error: 1146
Table 'blahblahblah.mybb_datacache' doesn't exist
Query: SELECT title,cache FROM mybb_datacache
You need to update the details in inc/config.php too.
Okay, well the database name used to be:
blah_mybbz

Now its:
blahh_blah_mybbz

I already changed the database name, do i have to change anything else?
Thanks alot guys for your help, i got it fixed!
When i was restoring, i used the wrong method and it didnt work.
Had to use PHPMYAdmin, thanks all once again!