MyBB Community Forums

Full Version: phpFreeChat Plugin 1.9-beta(C)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

it must be something wrong with the Header template, did you change it before or did any other plugins change it?

can you post the code of your header template when the plugin is activated!

b.r
Well... the only thing I did with my header is add a favicon. I removed it any then tried to view the webpage but the same thing happens.

Q: Can you post the code of your header template when the plugin is activate?
A:
1) When viewing page source it shows that it is completely blank!
2) When viewing the headerinclude in the Admin Panel, I see the following:
<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}
Hey again,

please post the Header not the Headerinclude?
I think this is what you are talking about:

<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

If this is not what you are looking for, please tell me how to get to the header source you are looking for.
can you send me a link to your Board!
You know what... I don't think I want to do this!

I removed all the files but a Chat link is still appearing in my menu... how do I remove this?
I think you're using an other theme, so that's why the Problem.
If you want to remove the Link, search for the Header template in the original theme and delete:
{$pfc_mybb__toplink_code}
and
{$pfc_mybb_obj__header}

b.r
Pages: 1 2