MyBB Community Forums

Full Version: No mycodes after new theme on 1.4.2 MyBboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Error
http://img167.imageshack.us/my.php?image...onudb2.png


Headerinclude templates

<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=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}
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>

Customized codes
What templates have you changed??
nav,nav_sep,nav_sep_active

headerinclude

postbit

forumdisplay_threads_sep,forumdisplay_subforums,forumdisplay_announcements_announcement

forumbit_depth1_cat,forumbit_depth2_forum,forumbit_depth2_forum_lastpost,

Footer and index.
Revert headerinclude (copy what's where first so you can put it back if it doesn't fix it).

Also make sure you're jscript files are all there.
I Revert headerinclude and I sure js files.
Hmm.only administrators error. Where is problem?
My god. Big Grin I fixed.

Get this step.



User cp > Edit Options > Show the MyCode formatting options on the posting pages and update options.