Current time: 03-20-2010, 07:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
phpFreeChat Plugin 1.9-beta(C)
10-07-2008, 02:34 PM
Post: #11
RE: phpFreeChat Plugin 1.9-beta(C)
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

http://www.info-tunesien.de
German Site about Tunisia!
Find all posts by this user
Quote this message in a reply
10-07-2008, 08:39 PM (This post was last modified: 10-07-2008 08:40 PM by enfotoad.)
Post: #12
RE: phpFreeChat Plugin 1.9-beta(C)
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:
PHP Code:
<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} 
Find all posts by this user
Quote this message in a reply
10-07-2008, 10:19 PM
Post: #13
RE: phpFreeChat Plugin 1.9-beta(C)
Hey again,

please post the Header not the Headerinclude?

http://www.info-tunesien.de
German Site about Tunisia!
Find all posts by this user
Quote this message in a reply
10-07-2008, 11:56 PM
Post: #14
RE: phpFreeChat Plugin 1.9-beta(C)
I think this is what you are talking about:

PHP Code:
<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.
Find all posts by this user
Quote this message in a reply
10-08-2008, 09:36 AM (This post was last modified: 10-09-2008 08:02 AM by RII.)
Post: #15
RE: phpFreeChat Plugin 1.9-beta(C)
can you send me a link to your Board!

http://www.info-tunesien.de
German Site about Tunisia!
Find all posts by this user
Quote this message in a reply
10-09-2008, 12:06 AM
Post: #16
RE: phpFreeChat Plugin 1.9-beta(C)
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?
Find all posts by this user
Quote this message in a reply
10-09-2008, 08:09 AM
Post: #17
RE: phpFreeChat Plugin 1.9-beta(C)
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:
PHP Code:
{$pfc_mybb__toplink_code
and
PHP Code:
{$pfc_mybb_obj__header

b.r

http://www.info-tunesien.de
German Site about Tunisia!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: