Hey Leute,
ein Freund von mir hat die Lösung gefunden (tausend Dank an dich!). Diese Lösung möchte ich euch hier präsentieren falls auch jemand anderes mal das Theme benutzen möchte. Öffnet die Datei CyberTech%20Blue-theme.xml und sucht folgendes:
Code:
<template name="headerinclude" version="1604"><![CDATA[<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" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<meta name="description" content="CyberTechForums is a mutli-topical forum including Gaming, Coding, Computing and Technology. Java, Visual Basic and C++ are our most popular coding languages on the forum. We also have our very own Call of Duty and BattleField Clans. All of our members are ready to learn something new and as we specialise in so many areas, we are happy to help anyone with any questions." />
<meta name="keywords" content="Gaming, Coding, Technology, Tech, Cyber, Forums, Java, Visual, Basic, Visual Basic, C, C#, C++, C+, Windows, Linux, Mac, MacOS, Help, Support, Tutorials, iPhone, iPad, Android, iOS, HTC, Apple, Microsoft, Google, Web, Developement, HTML, CSS, PHP, MySQL, SQL, Perl, Delphi, Battlefield, Call of Duty, COD, Modern Warfare, Black Ops, Warfare" />
<meta name="author" content="Oliver Evans" />
<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=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(".post_buttons img").fadeTo("fast", 0.5);
jQuery(".post_buttons img").hover(function(){
jQuery(this).fadeTo("fast", 1.0);
},function(){
jQuery(this).fadeTo("fast", 0.5);
});
});
</script>
<link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8" />
<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.cookie.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/sidebar.js"></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>
<script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js">
/***********************************************
* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js">
/***********************************************
* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>]]></template>
<template name="reputation_add" version="1604"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation}</title>
{$headerinclude}
</head>
und ersetzt es mit:
Code:
<template name="headerinclude" version="1604"><![CDATA[<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" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<meta name="description" content="CyberTechForums is a mutli-topical forum including Gaming, Coding, Computing and Technology. Java, Visual Basic and C++ are our most popular coding languages on the forum. We also have our very own Call of Duty and BattleField Clans. All of our members are ready to learn something new and as we specialise in so many areas, we are happy to help anyone with any questions." />
<meta name="keywords" content="Gaming, Coding, Technology, Tech, Cyber, Forums, Java, Visual, Basic, Visual Basic, C, C#, C++, C+, Windows, Linux, Mac, MacOS, Help, Support, Tutorials, iPhone, iPad, Android, iOS, HTC, Apple, Microsoft, Google, Web, Developement, HTML, CSS, PHP, MySQL, SQL, Perl, Delphi, Battlefield, Call of Duty, COD, Modern Warfare, Black Ops, Warfare" />
<meta name="author" content="Oliver Evans" />
<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=1603"></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>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery(".post_buttons img").fadeTo("fast", 0.5);
jQuery(".post_buttons img").hover(function(){
jQuery(this).fadeTo("fast", 1.0);
},function(){
jQuery(this).fadeTo("fast", 0.5);
});
});
</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>
]]></template>
<template name="reputation_add" version="1604"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation}</title>
{$headerinclude}
</head>
Jetzt normal per Admin CP installieren und dann sollte es laufen!
EDIT: kann jemand mein Link aus dem 1. Beitrag entfernen? Bekomme jetzt irgendwie extrem viel Spam...