Posts: 792
Threads: 47
Joined: Aug 2011
2012-06-03, 06:00 PM
Have you edited anything in your headerinclude template and have you installed any plugins recently ?
Posts: 9,866
Threads: 594
Joined: Jan 2006
2012-06-03, 06:01 PM
Also check your profile options. I had some issues today with my settings.
Posts: 506
Threads: 43
Joined: Aug 2011
2012-07-09, 12:35 AM
(This post was last modified: 2012-07-09, 12:20 PM by User 51303.)
having the same issue after applying a few simple tweaks from yaldarams site. here is the link -
http://forgottencoders.co.uk/newthread.php?fid=14 - user : test - pass: pass123
oh and btw the above code doesnt work. the code that is in the file is the correct code but the sourcecode is not so i am guessing something is failing and then erroring with undefinededitor
on further inspection it seems its a javascript conflict please help
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/styles/body.css" />
<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/jquery/jquery.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/jquery.cookie.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/effects.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/login.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/jquery.tabs.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/colorpicker.js"></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>
<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}
ok so now none of my css is even working lol
Ok so somehow i removed the stylesheets variable
everything working fine for me again now.