Eine neue Erweiterung wurde veröffentlicht:
Battlefield 3
Zitat:Short info:
Battlefield 3 is mybb theme inspired by EA DICE awarded game Battlefield 3.
Customization:
Customization file(s) for this theme is included in zip archive in PSD (Photoshop Document) format.If you need any other form of customization feel free to pm me.
License:
This work (Battlefield 3) is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license visit http://creativecommons.org/licenses/by-sa/3.0/.
Footer copyright:
Authors copyright (Theme Designed by Johnny S) must remain visible in Battlefield 3 footer.If you want to remove copyright branding removal options is available.For more information about copyright removal send me a PM on forum.
Archive:
Battlefield 3.zip contians following files and folder:
-BF3-theme.xml
-psd folder (logo.psd -BigNoodleTitling font is used for logo)
-images folder (bf folder)
-jscripts (jquery and bf3 editor theme)
-license.txt
-install.txt
Support thread:
http://community.mybb.com/thread-113298-...23335.html
Tolles Theme, aber ich habe ein Problem: Bei diesem Theme geht das
Thank you / Like Plugin nicht. Der Button wird zwar angezeigt, aber weder die Anzeige, wieviele Danke man erhalten hat noch die Liste der User, die sich bedankt haben, wird angezeigt. Wenn ich auf den Button klicke, kommt nur der Spinner, und sonst passiert nichts weiteres. Wenn ich dann die Seite erneut lade, ist nun der Danke entfernen Button dort. Ich habe das Plugin schon de- und wieder installiert, die Templates manuell ins Template Set eingefügt, nichts hat etwas gebracht. Bei den anderen Themes funktioniert das Plugin, nur bei diesem eben nicht. Wäre froh um eure Hilfe, da ich sowohl das Theme als auch das Plugin benutzen möchte :S
Das Theme verwendet jscript. Setze zusätzlich mal im headerinclude das noconflict ein.
Code:
<script type="text/javascript">
$.noConflict();
</script>
(26.09.2013, 18: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}
In deinem headerinclude fehlt der jscript Eintrag für das THX Plugin !
Hmm, kannst du mir evtl. gleich sagen, wie dieser jscript Eintrag aussieht? Denn komischerweise habe ich in keinem anderen Headerinclude der anderen Themes einen solchen Eintrag gefunden :/