Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Battlefield 3
#8
(26.09.2013, 19:26)MrBrechreiz schrieb: Das Theme verwendet jscript. Setze zusätzlich mal im headerinclude das noconflict ein.

Code:
<script type="text/javascript">
  $.noConflict();
</script>

Hmm, geht leider nicht. Das steht in meinem Headerinclude Template:

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">
  $.
noConflict();
</
script>

<
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>



<!--
Body image stylesheets-->
    <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style1.css" title="style1" media="screen" />
    <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style2.css" title="style2" media="screen" />
    <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style3.css" title="style3" media="screen" />
    <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style4.css" title="style4" media="screen" />
        <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style5.css" title="style5" media="screen" />
        <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style6.css" title="style6" media="screen" />
        <
link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style7.css" title="style7" media="screen" />
<!--
Body image stylesheets-->

  <
script type="text/javascript">
jQuery(function()
    {
        
// Call stylesheet init so that all stylesheet changing functions 
        // will work.
        
jQuery.stylesheetInit();
        
        
// This code loops through the stylesheets when you click the link with 
        // an ID of "toggler" below.
        
jQuery('#toggler').bind(
            
'click',
            function(
e)
            {
                
jQuery.stylesheetToggle();
                return 
false;
            }
        );
        
        
// When one of the styleswitch links is clicked then switch the stylesheet to
        // the one matching the value of that links rel attribute.
        
jQuery('.styleswitch').bind(
            
'click',
            function(
e)
            {
                
jQuery.stylesheetSwitch(this.getAttribute('rel'));
                return 
false;
            }
        );
    }
);
 </
script>


<
link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/styles/body.css" />

<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/jquery.tabs.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/toggle.js"></script> -->
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/stylesheet.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/color.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/sidebar.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>    
{
$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
Zitieren


Nachrichten in diesem Thema
Battlefield 3 - von MyBB.de Bot - 27.02.2012, 11:15
RE: Battlefield 3 - von MyBB.de Bot - 07.03.2012, 14:25
RE: Battlefield 3 - von MyBB.de Bot - 10.03.2012, 21:05
RE: Battlefield 3 - von MyBB.de Bot - 20.04.2012, 02:10
RE: Battlefield 3 - von MyBB.de Bot - 03.05.2012, 12:30
RE: Battlefield 3 - von Swat 6 - 26.09.2013, 19:00
RE: Battlefield 3 - von MrBrechreiz - 26.09.2013, 19:26
RE: Battlefield 3 - von Swat 6 - 26.09.2013, 22:54
RE: Battlefield 3 - von MrBrechreiz - 27.09.2013, 07:15
RE: Battlefield 3 - von Swat 6 - 27.09.2013, 17:46
RE: Battlefield 3 - von Jockl - 27.09.2013, 18:13
RE: Battlefield 3 - von MrBrechreiz - 27.09.2013, 19:07
RE: Battlefield 3 - von Swat 6 - 27.09.2013, 22:45
RE: Battlefield 3 - von Jockl - 27.09.2013, 23:53
RE: Battlefield 3 - von tomtom86 - 24.01.2014, 13:55
RE: Battlefield 3 - von MrBrechreiz - 24.01.2014, 14:03
RE: Battlefield 3 - von tomtom86 - 24.01.2014, 18:23
RE: Battlefield 3 - von MrBrechreiz - 24.01.2014, 18:52
RE: Battlefield 3 - von BeeJayZZR - 24.01.2014, 19:31
RE: Battlefield 3 - von MrBrechreiz - 24.01.2014, 20:02
RE: Battlefield 3 - von tomtom86 - 25.01.2014, 10:12
RE: Battlefield 3 - von MrBrechreiz - 25.01.2014, 11:44
RE: Battlefield 3 - von tomtom86 - 28.01.2014, 18:54
RE: Battlefield 3 - von AnyChat - 28.01.2014, 19:05
RE: Battlefield 3 - von tomtom86 - 28.01.2014, 19:09
RE: Battlefield 3 - von AnyChat - 28.01.2014, 19:12
RE: Battlefield 3 - von MrBrechreiz - 28.01.2014, 20:51
RE: Battlefield 3 - von tomtom86 - 30.01.2014, 16:37

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Battlefield 2 MyBB.de Bot 0 1.452 28.11.2010, 21:21
Letzter Beitrag: MyBB.de Bot