MyBB Community Forums

Full Version: Post format buttons not showing up.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All!

I have a fresh install of mybb 1.6.8
and whenever i go to post, the buttons do not show up!
(Pictured below) Or if you would like a link: http://i.imgur.com/R6TGv.jpg


[Image: R6TGv.jpg]


I run the site through Cloudflare, but have no apps enabled.
I am not the most advanced Mybb user, but here's a copy of my headerinclude.
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

Hope you guys can help me!
Please provide your Forum URL & a test account so we can have a look. Cheers Smile
forum url: http://eliteseing.net

user:testacct
pass:eliteseing

update: When i login through IE, it works... and when other users use it, it works fine.
Assuming it is my browser?
(Firefox)
Clear your browser cache ...
Have you got RocketLoader enabled in cloudflare? If so, disable it.
(2012-08-04, 04:05 PM)seanm0429 Wrote: [ -> ]forum url: http://eliteseing.net

user:testacct
pass:eliteseing

update: When i login through IE, it works... and when other users use it, it works fine.
Assuming it is my browser?
(Firefox)

I can pretty much guarantee that this is a Rocket Loader issue & you should turn this off in your Performance Settings.

Also: I would strongly recommend creating a PageRule to exclude the admin section of your site from CloudFlare. Some of our beta features can inadvertently break some functions in the back end...so taking a proactive approach.