Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t find admin panel


chrishajer
Participant

@chrishajer

You could probably change it in the database if you access with something like phpMyAdmin. Otherwise you used to be able to set this in bb-config.php, but I’m not sure if this still works:

$bb->name = 'Short Forum Name';

If not, you could just edit the header.php template file to not even display the site name on the site until you can log in and change it in the admin panel.

Just remove this line long enough to log in and change the Name setting:

<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

Skip to toolbar