MyBB Community Forums

Full Version: My Views are not
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
My Views are not updating. What the cause?
If you have the Favicon plugin, remove it, it's that.
Yes I have it. But how can i use favicon icon?
Just upload the image to your forum root folder.
Another problem my acp--Templates -- Header included is not working.
Can you be a bit more specific as to what you mean by 'is not working'?? How exactly 'is it not working'??
[attachment=12467]

I am add a picture . See this
Any one see this!! Plse
Looks like someone or a plugin deleted the master record of the headerinclude template from the database. Can you run this query in phpMyAdmin?

INSERT INTO mybb_templates (title,template,sid,version) VALUES('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=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}', '-2', '1400');
How can i run this quary on phpmyadmin?
PHPMyAdmin > choose database from list on left > click 'SQL' along the top > paste the exact code above > click Go.

Ask your host if you're still not sure, running queries isn't really MyBB support.
Pages: 1 2 3