MyBB Community Forums

Full Version: Random?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay right,

visit www.BobbaMarket.net/Forum/.

Does the the button in the top hand corner of Categories work for you?

I don't know but It randomly just stopped working.

Also when I try and delete posts nothing happens?

It says no post selected but i did select it?


+ also when i click edit post it doesn't give the option "quick edit/full edit"
Try uploading a clean copy of general.js and popup_menu.js. They are located in your jscript directory. I would download a fresh copy of mybb and upload those to files to your site and see if you still have the problem. I show 3 javascript errors on your site and that is probably the problem.
Thanks for the reply Smile

I tried what you suggested but the problem persists,

how do you change the location were cookies are stored?
What do you mean change the location of your cookies?


Can you post your headerinclude template? It is located in your admin control panel>Template&Styles>Template>Template Name>Ungrouped Template. Also is the headerinclude link green?
<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-Language" content="en-us" />
<meta http-equiv="content-style-type" content="text/css" />
<meta name="resource-type" content="document" />
<meta name="language" content="english" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2009-2010 BobbaMarket" />
<meta name="description" content="Buy Habbo Thrones / Sell Habbo Thrones for real money. Join today!" />
<meta name="keywords" content="Habbo Hotel throne buy habbo sell habbo/>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></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}

Yeah it's green
Can you run the diff report and post what the difference is?
How do you run a diff report Toungue
errm, just found out now when you try and post a reply theres no B I U and abillity to change font etc
Running the diff report shouldn't affect your site. The diff report just checks the differences between the current template and the original mybb. What items are different in the diff report for the headerinclude template?