So I had to restore another database and my forum looks like it did after I made the backup in which it should like the same as the backup I took.
I did this;
created database
created user/permissions
assigned user to the database
went to inc/config and edited the bold areas
$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'mybb';
$config['database']['table_prefix'] = 'mybb_';
$config['database']['hostname'] = 'localhost';
$config['database']['username'] = '_______';
$config['database']['password'] = '_______';
And nothing
I even tried importing the .gz and the .zip with two different databases/users/permissions, etc... and still nothing.
Cleared my cache "ctrl + f5" and nothing
Restarted browser and nothing
Did I miss something.
The only thing different I did this time was kept board online and plugins remained activated.
-------------------------------------------------
You know whats weird was...
I made the backup first, then
after the backup I made changes to my template and theme and also renamed a forum category title
then I restored the backup
the forum category is back how it was prior to the backup however my template/theme changes I made afterward are still there?????
The changes I made to the template and theme were from this thread
http://community.mybb.com/thread-116926.html
And I wanted to restore my backup since I couldn't get my template or theme fixed.