Theme von grafix-community.com nach installation kein fck editor mehr
Eingetragen von slash89 (2)
am 06.10.2008 - 07:12 Uhr in
am 06.10.2008 - 07:12 Uhr in
hallo wie die oben genannte überschrift schon sagt ich hab mit ein Theme runtergeladen und auch installiert habe drupal 5.10 drauf und den fck editor der editor funst ohne probleme mit nem standard theme von drupal nur eben nicht mit dem von grafix dem da >>>http://grafix-community.com/de/drupal_world_of_warcraft_portal_alliance_horde
hoffe es kann mir jemand helfen
hier mal die page.tpl.php in der meiner meinung der fehler liegen muss
<html>
<head>
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php //print $styles ?>
<style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/style.css";</style>
<?php print $scripts ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
<style type="text/css">
<!--
body { background-color: #000000;
margin: 0px;
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #ffffff;
font-size: 11px;
scrollbar-base-color: #000000;}
font {
font-size: 11px;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
color: #ffffff;}
table.standard,
table.userhead,
table.userbody,
table.userbottom,
table.quote,
table.contenthead,
table.contentbody,
table.contentbottom,
table.forumhead,
table.forumbody,
table.forumbottom,
table.event,
table.commentbody {
background: #000000;}
td, th {
font-size: 11px;
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #F59A0C;}
hr {
color: #1D1D1D;}
input,
option,
select,
textarea {
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
color: #ffffff;
background: #141416;}
.radio, .checkbox {background: none;}
.w90 {width: 90%;}
.big {
font-size: 11px;}
.small, .forumedit {
font-size: 10px;}
.bg, .bgsmall {
color: #ffffff;}
.bgsmall {
font-size: 10px;}
a, a.forumcat, a.forumthread {
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;}
a:link, a:visited,
a.forumcat:link, a.forumcat:visited,
a.forumthread:link, a.forumthread:visited {
color: #ffffff;}
a:hover, a:active,
a.forumcat:active, a.forumcat:hover,
a.forumthread:active, a.forumthread:hover {
color: #999999;}
a.big:hover, a.big:active {
color: #999999;}
a.small:hover, a.small:active {
color: #999999;}
.heads, .headssmall {
font-family: Tahoma, Verdana, Helvetica, Arial;
color: #F59A0C;
}
a.heads, td.heads, th.heads {
font-size: 11px;
}
td.heads, th.heads {
background-color: #828181; background-image: url(<?php print base_path() . path_to_theme() ?>/images/head.jpg);}
a.heads:link,
a.heads:visited {
color: #F59A0C;
}
a.heads:active,
a.heads:hover {
color: #666666;
}
a.headssmall, font.headssmall {
font-size: 10px;}
a.headssmall:link,
a.headssmall:visited {
color: #F59A0C;
}
a.headssmall:active, a.headssmall:hover {
color: #666666;}
td,th {color: #F59A0C;}
td.left,
th.left,
td.commentleft,
th.commentleft {
background-color: #141416;
color: #F59A0C; }
td.right,
th.right,
td.commentright,
th.commentright {
background-color: #1D1D1F;
color: #F59A0C; }
td.standard,
th.standard,
td.event,
th.event {
background-color: #141416;
color: #F59A0C; }
td.highlight,
th.highlight {
background-color: #1D1D1F;
color: #F59A0C; }
td.highlightsmall,
th.highlightsmall {
background-color: #1D1D1F;
color: #F59A0C;
font-size: 10px; }
td.odd,
th.odd,
td.contentodd,
th.contentodd,
td.forum1,
th.forum1 {
background-color: #141416;
color: #F59A0C;
}
td.odd2,
th.odd2,
td.contentodd2,
th.contentodd2,
td.forum2,
th.forum2 {
background-color: #141416;
color: #F59A0C;
}
td.even,
th.even,
td.contenteven,
th.contenteven,
td.forum3,
th.forum3 {
background-color: #1D1D1F;
color: #F59A0C;
}
td.even2,
th.even2,
td.contenteven2,
th.contenteven2,
td.forum4,
th.forum4 {
background-color: #1D1D1F;
color: #F59A0C;
}
table.navtabletop,
table.navtableleft,
table.navtableright,
table.navtablebottom {
background: #;}
td.quote {background-color: 49494B; font-family: Tahoma, Verdana, Helvetica, Arial; font-size: 11;}
td.navheadtop,
th.navheadtop,
td.navheadleft,
th.navheadleft,
td.navheadright,
th.navheadright,
td.navheadbottom,
th.navheadbottom {
background-color: #999999;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
background-image: url(<?php print base_path() . path_to_theme() ?>/images/);
}
A.navheadtop:link,
A.navheadtop:visited,
A.navheadleft:link,
A.navheadleft:visited,
A.navheadright:link,
A.navheadright:visited,
A.navheadbottom:link,
A.navheadbottom:visited {
text-decoration: underline;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navheadtop:active,
A.navheadtop:hover,
A.navheadleft:active,
A.navheadleft:hover,
A.navheadright:active,
A.navheadright:hover,
A.navheadbottom:active,
A.navheadbottom:hover {
text-decoration: none;
color: #000000;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
td.navbgtop,
th.navbgtop,
td.navbgleft,
th.navbgleft,
td.navbgright,
th.navbgright,
td.navbgbottom,
th.navbgbottom {
background-color: #;
color: #E4A816;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navtop:link,
A.navtop:visited,
A.navleft:link,
A.navleft:visited,
A.navright:link,
A.navright:visited,
A.navbottom:link,
A.navbottom:visited {
text-decoration: none;
color: #E4A816;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px; }
A.navtop:active,
A.navtop:hover,
A.navleft:active,
A.navleft:hover,
A.navright:active,
A.navright:hover,
A.navbottom:active,
A.navbottom:hover {
text-decoration: none;
color: #ffffff;
font-family: Tahoma, Verdana, Helvetica, Arial;
font-size: 11px;
}
.heads,
.headssmall,
.navheadtop,
.navheadleft,
.navheadright,
.navheadbottom
{font-weight: bold;}
/* Added for Drupal */
ul {
margin: 0.5em 0 1em;
padding: 0;
}
ul li {
margin: 0.4em 0 0.4em 1.2em;
}
ul li.expanded {
list-style-type: circle;
}
ul li.collapsed {
list-style-type: disc;
}
ul li.leaf {
list-style-type: square;
}
-->
</style></head><body>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%">
<tbody><tr>
<td background="<?php print base_path() . path_to_theme() ?>/images/links.jpg" height="100%" valign="top" width="21">
<table cellpadding="0" cellspacing="0" height="100%" width="32">
<tbody><tr>
<td height="250" valign="top" width="32"><img src="<?php print base_path() . path_to_theme() ?>/images/name.jpg" border="0" height="250" width="32"></td>
</tr>
<tr>
<td height="100%" width="32"> </td>
</tr>
<tr>
<td height="200" valign="top" width="32"><img src="<?php print base_path() . path_to_theme() ?>/images/leftend.jpg" border="0" height="200" width="32"></td>
</tr>
<tr>
</tr></tbody></table>
</td>
<td background="<?php print base_path() . path_to_theme() ?>/images/navback.jpg" height="100%" valign="top" width="160">
<table cellpadding="0" cellspacing="0" width="160">
<tbody><tr>
<td width="160"> </td><td class="designbodyleft" valign="top">
<table background="<?php print base_path() . path_to_theme() ?>/images/0.htm" border="0" cellpadding="0" cellspacing="0" height="100%" width="160">
<tbody><tr>
<td align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank.gif" valign="top"><p><img src="<?php print base_path() . path_to_theme() ?>/images/navstart.jpg" border="0" height="250" width="160"><br><img src="<?php print base_path() . path_to_theme() ?>/images/navstart02.gif" border="0" height="34" width="160"></p>
</td></tr><tr>
<td background="<?php print base_path() . path_to_theme() ?>/images/navbox_background02.gif" valign="top">
<?php print $sidebar_left; ?>
</td>
</tr>
<tr><td align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank.gif" valign="top"><a href="http://grafix-community.com/" target="_blank"><img src="<?php print base_path() . path_to_theme() ?>/images/navend.gif" border="0" height="53" width="160" alt="Drupal Themes">
</a></td></tr>
<tr>
</tr></tbody></table>
</td>
</tr>
</tbody></table>
</td>
<td background="<?php print base_path() . path_to_theme() ?>/images/background.jpg" height="100%" valign="top" width="618">
<table cellpadding="0" cellspacing="0" height="100%" width="638">
<tbody><tr>
<td align="center" valign="top" width="638">
<table cellpadding="0" cellspacing="0" height="0" width="0">
<tbody><tr>
<td colspan="3" align="right" background="<?php print base_path() . path_to_theme() ?>/images/header.jpg" height="250" valign="top" width="638">
</td></tr></tbody></table>
</td>
</tr>
<tr>
<td align="center" height="100%" valign="top" width="638">
<div align="center">
<table style="border-collapse: collapse;" background="<?php print base_path() . path_to_theme() ?>/images/background_buttons.jpg" border="0" cellpadding="0" cellspacing="0" width="638">
<tbody><tr> <td align="center" width="0%"><img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="15"></td><td align="center" width="0%">
<a href="<?php print base_path(); ?>"><img src="<?php print base_path() . path_to_theme() ?>/images/home.gif" alt="startseite" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/news.gif" alt="News" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/forum.gif" alt="Forum" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/download.gif" alt="Downloads" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/link.gif" alt="Links" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/book.gif" alt="Gästebuch" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="0"></td><td align="center" width="0%">
<a href="http://grafix-community.com"><img src="<?php print base_path() . path_to_theme() ?>/images/kontakt.gif" alt="Kontakt" border="0"></a></td><td align="center" width="0%">
<img src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="25" width="15"></td></tr>
</tbody></table>
</div>
<table class="sitebody" border="0" cellpadding="0" cellspacing="0" width="638">
<tbody><tr>
<td class="designbodycenter" valign="top" width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="638">
<tbody><tr>
<td background="<?php print base_path() . path_to_theme() ?>/images/ta01.jpg" height="53" width="638">
</td>
</tr>
<tr>
<td background="<?php print base_path() . path_to_theme() ?>/images/ta03.jpg">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="94%">
<tbody><tr>
<td height="80" valign="top">
<?php print $content; ?>
</td>
</tr>
</tbody></table>
</td></tr>
<tr>
<td><img src="<?php print base_path() . path_to_theme() ?>/images/ta02.jpg" height="53" width="638"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center" valign="top" width="638">
<br>
<table class="designbodyleft" designbodyleft="" background="<?php print base_path() . path_to_theme() ?>/images/blank.htm" cellpadding="0" cellspacing="0" width="1">
</table>
<p align="center"><a href="http://www.psd-resources.de/" style="text-decoration: none;">::] design by psd-resources.de [::</a><br>
<a href="http://grafix-community.com/" target="_blank"><img src="http://grafix-community.com/copyright.php" border="0" align="center"></a></p>
<p align="center"><a target="_blank" href="http://www.blizzard.de/">
<img src="<?php print base_path() . path_to_theme() ?>/images/blizzard.gif" border="0" height="31" width="88"></a></p>
<p align="center">World of Warcraft and Blizzard Entertainment are all trademarks or registered
trademarks of Blizzard Entertainment in the United States and/or other countries.
These terms and all related materials, logos, and images are copyright
Blizzard Entertainment.
This site is in no way associated with Blizzard Entertainment. </p><br><br>
</td>
</tr>
</tbody></table>
</td>
<td background="<?php print base_path() . path_to_theme() ?>/images/navback_re.jpg" height="100%" valign="top" width="160">
<table cellpadding="0" cellspacing="0" width="160">
<tbody><tr>
<td width="160"> </td><td class="designbodyleft" valign="top">
<table background="<?php print base_path() . path_to_theme() ?>/images/0.htm" border="0" cellpadding="0" cellspacing="0" height="100%" width="160">
<tbody><tr><td align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank.gif" valign="top"><p><img src="<?php print base_path() . path_to_theme() ?>/images/navstart_re.jpg" border="0" height="250" width="160"><br>
<img src="<?php print base_path() . path_to_theme() ?>/images/navtop_re.gif" border="0" height="37" width="160"></p>
</td></tr><tr>
<td background="<?php print base_path() . path_to_theme() ?>/images/navbox_background_re.gif" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="navheadleft" style="background-image: url(<?php print base_path() . path_to_theme() ?>/images/navtop_re02.gif);" height="56" width="100%"><div style="padding-left: 11px;" align="center"><img alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="15" width="0">Clock</div></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="center" width="95%">
<table class="navtableright" style="background-image: url(<?php print base_path() . path_to_theme() ?>/images/navbox_background_re);" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="navbgright">
<table align="center" cellpadding="0" cellspacing="0" width="125">
<tbody><tr>
<td height="13" width="125"><table align="center" border="0" height="130" width="130">
<tbody><tr>
<td align="center" valign="center"> <object classid="clsid:-D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" param="" name="wmode" value="transparent" height="130" width="130">
<param name="movie" value="swf/uhr.swf">
<param name="quality" value="high">
<embed src="<?php print base_path() . path_to_theme() ?>/images/uhr.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" height="130" width="130">
</object></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="centerbot" style="background-image: url(/blank.gif);" height="2" width="100%"><img alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="0" width="1"></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img alt="" src="<?php print base_path() . path_to_theme() ?>/images/blank.gif" border="0" height="5" width="1"></td>
</tr>
</tbody></table>
<?php print $sidebar_right; ?>
</td>
</tr>
<tr><td align="center" background="<?php print base_path() . path_to_theme() ?>/images/blank.gif" valign="top"><img src="<?php print base_path() . path_to_theme() ?>/images/navend_re.gif" border="0" height="50" width="160">
</td>
</tr></tbody></table>
</td>
</tr>
</tbody></table>
</td><td background="<?php print base_path() . path_to_theme() ?>/images/rechts.jpg" height="100%" valign="top" width="30">
<table cellpadding="0" cellspacing="0" height="100%" width="30">
<tbody><tr>
<td height="250" valign="top" width="30"><img src="<?php print base_path() . path_to_theme() ?>/images/rechts_top.jpg" border="0" height="250" width="30"></td>
</tr>
<tr>
<td height="100%" width="30"> </td>
</tr>
<tr>
<td height="102" valign="top" width="30"><img src="<?php print base_path() . path_to_theme() ?>/images/rechts_footer.jpg" border="0" height="48" width="30"></td>
</tr>
</tbody></table>
</td>
</tr></tbody></table>
<!-- You are allowed to remove this advertising script //-->
<script language="JavaScript1.1" type="text/javascript" src="http://www.contaxe.com/go/go.js?t=54&c=2799&dyn=1&hw=10&wr=15"></script>
</body></html>
Vielen dank schon mal für antworten
slash89
- Anmelden oder Registrieren um Kommentare zu schreiben
Hatte das selbe Problem.
am 08.10.2008 - 08:14 Uhr
Hatte das selbe Problem. Füge mal am Anfang der Datei noch folgenden Befehl ein:
<?php
print $scripts;
?>
<?php
print $closure;
?>
DieIkone schrieb Hatte das
am 08.10.2008 - 15:10 Uhr
Hatte das selbe Problem. Füge mal am Anfang der Datei noch folgenden Befehl ein:
<?php
print $scripts;
?>
<?php
print $closure;
?>
Hat super geklappt kann geschlossen werden großes danke an dich bist meine rettung =)