MyBB Community Forums

Full Version: [F] **Fixed**ACP Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having a problem with my ACP. It is a clean install of 1.4. I have tried to re-upload all files in the ADMIN folder.

**Fixed-
Just changed the settings under "Control Panel Preferences (Global)". Changed from Default to Sharepoint. Now it works.***
Are you sure this is a clean install? What folders are in the admin/styles/ directory
Yes. Same bug here.
clean install and default admin theme.

than I changed from Default to Sharepoint and it works.
(2008-07-02, 08:30 AM)Sebastian1990 Wrote: [ -> ]Yes. Same bug here.
clean install and default admin theme.

than I changed from Default to Sharepoint and it works.

Ran across this one myself when i did the upgrade to my test board. Afer switching all was good. Didnt report it because i had just figured it was something to do with my server being slow at the moment.
This bug isn't present when you update a forum. Just mine forum got an update, will take some time do the converter from Beta to Stable but well, this is keeping mine users happy.
Interesting, ok, I think I know what's going on.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Tikitiki, can we know what was the problem Big Grin?
in our install/resources/settings.xml the default value was still set to 'Axiom' which is MyBB 1.2's theme.

<setting name="cpstyle">
			<title>Control Panel Style</title>
			<description><![CDATA[The Default style that the control panel will use. Styles are inside the styles folder. A folder name inside that folder becomes the style title and style.css inside the style title folder is the css style file.]]></description>
			<disporder>2</disporder>
			<optionscode><![CDATA[cpstyle]]></optionscode>
			<settingvalue><![CDATA[Axiom]]></settingvalue>
			<isdefault>1</isdefault>
			<helpkey></helpkey>
		</setting>

I've just set the "settingvalue" to blank now, which will make MyBB default to the default theme.