MyBB Community Forums

Full Version: Edit lay-out (and other) not correct..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
See here:
[attachment=3761]

I'm waiting for a fix, though. Toungue

EDIT: Most of the lay-out of the ajax isn't working fine.
destroyer Wrote:See here:


I'm waiting for a fix, though. Toungue

EDIT: Most of the lay-out of the ajax isn't working fine.
Did you upgrade from a 1.2 beta to 1.2 or 1.1.x to 1.2? And did you try clearing your cache?
I upgraded from 1.1.8.

Edit: clearing cache doesn't help.
Did you try to import an old theme or anything?
Yes, 'OrangeIce', but I've deleted it..
Can you provide me with a copy of the CSS stylesheet?

You can either link me to the forum and I'll fetch it or view the source yourself and look for the line similar to:
<link rel="stylesheet" type="text/css" href="http://community.mybboard.net/css.php?theme=2" />

Visit the URL in the stylesheet URL and save the contents of it as a text document & upload it here.

Thanks.
The CSS stylesheet is http://www.urbanus-online.be/forum/css.php ?
I didn't find anything else.. well now, I searched the file for something similar, but didn't find it.
Are you sure you uploaded all of the files? Specifically admin/adminfunctions.php.

If you look at the CSS you'll see a lot of sections with no names - which indicated to me you didn't upload the newer files (at least in the admin directory) before you upgraded.

The top of adminfunctions.php should contain:
$cssselectors = array(
	"body" => "body",
	"container" => "#container",
	"content" => "#content",
	"menu" => ".menu ul",
	"panel" => "#panel",
	"table" => "table",
	"tborder" => ".tborder",
	"thead" => ".thead",
	"tcat" => ".tcat",
	"trow1" => ".trow1",
	"trow2" => ".trow2",
	"trow_shaded" => ".trow_shaded",
	"trow_sep" => ".trow_sep",
	"tfoot" => ".tfoot",
	"bottommenu" => ".bottommenu",
	"navigation" => ".navigation",
	"navigation_active" => ".navigation .active",
	"smalltext" => ".smalltext",
	"largetext" => ".largetext",
	"textbox" => "input.textbox",
	"textarea" => "textarea",
	"radio" => "input.radio",
	"checkbox" => "input.checkbox",
	"select" => "select",
	"button" => "input.button",
	"editor" => ".editor",
	"editor_control_bar" => ".editor_control_bar",
	"toolbar_normal" => ".toolbar_normal",
	"toolbar_hover" => ".toolbar_hover",
	"toolbar_clicked" => ".toolbar_clicked",
	"autocomplete" => ".autocomplete",
	"autocomplete_selected" => ".autocomplete_selected",
	"popup_menu" => ".popup_menu",
	"popup_item" => ".popup_menu .popup_item",
	"popup_item_hovered" => ".popup_menu .popup_item:hover",
	"trow_reputation_positive" => ".trow_reputation_positive",
	"trow_reputation_neutral" => ".trow_reputation_neutral",
	"trow_reputation_negative" => ".trow_reputation_negative",
	"reputation_positive" => ".reputation_positive",
	"reputation_neutral" => ".reputation_neutral",
	"reputation_negative" => ".reputation_negative",

	// Link selectors
	"a_link" => "a:link",
	"a_visited" => "a:visited",
	"a_hover" => "a:hover"
);

From what I can see is that it is missing all of the new ones relating to MyBB 1.2
I reuploaded all files this morning. o.o

And the top of my adminfunctions.php does contain the stuff mentioned by you.

(I also uploaded all files before the upgrade..)

Here's the css: http://users.telenet.be/djmacclane/css.txt
Can you run revert.php from the beta site and revert your theme?

Something dodgy must have happened with the files before you upgraded which caused this.
Pages: 1 2