Thread Verfasser: Nephilim
Thread ID: 234
Thread Info
Es gibt 7 Beiträge zu diesem Thema, und es wurde 5998 Mal angesehen.
 Thema drucken
Probleme mit BlackOPS Theme
Nephilim
Ich hoffe es kann mir jemand helfen. Hab auf meiner Seite das PHP Theme BlackOPS
Installieren ging alles gut aber ich hab in der Navigationsleiste immer 2 Sterne es sollte aber normalerweise nur einer da sein. Auf der restlichen Seite sind auch nur immer ein Stern zu sehen nur bei der Navigationsleiste nicht. Wie bekomme ich das hin?

megacube.de/Hilfe.jpg

Zusammengefügt am 20. Mai 2014 um 12:59:57:
Weiß ja nicht ob es hilft aber das ist der styles.css




/*****************
Menu
*****************/
ul#menu
{
   margin:0 0 14px 0;
   padding:0;
   list-style-type:none;
   width:auto;
   position:relative;
   display:block;
   height:30px;
   font-size:15px;
   font-weight:bold;
   text-transform:uppercase;
   background:transparent url('images/nav_bg.png') repeat-x top left;
   font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

ul#menu li
{
   display:block;
   float:left;
   margin:0;
   padding:0;
}
   
ul#menu li a
{
   display:block;
   float:left;
   color: #666;
   text-decoration:none;
   font-weight:bold;
   padding:8px 16px 0 16px;
}
   
ul#menu li a:hover
{   
   color:#FFF;
   height:30px;
   background:transparent url('images/nav_bg.png') 0px -30px no-repeat;      
}
   

ul#menu li a.current
{
   display:inline;
   height:22px;
   background:transparent url('images/nav_bg.png') 0px -30px no-repeat;   
   float:left;
   margin:0;
}

/*****************
Footer Legal Expand
*****************/

#logo_expand{
   clear: both;
   width: 980px;
   margin: 0 auto;
   padding: 20px 0 18px 0;
}

   a.expand_toggle{
      cursor: pointer;
      text-indent: -10000px;
      background: url('images/logo_expand.gif') no-repeat;
      width:976px;
      height:23px;
      display:block;
      margin:0 auto;
   }

      a.expand_toggle.hover{
         background-position: 0 -23px;
      }   

   .expand_content{
      display:none;
      width:980px;
      margin:0 auto;
      text-align:center;
      padding: 15px 0;
   }

      .expand_content li, .expand_visible_content li{
         display:inline;
         padding-right: 15px;
         padding-lfet:15 px;
      }
      

      .expand_content p{
         color: #555;
         font-size: 11px;
         margin:10px;
      }

   .expand_visible_content{
      width:980px;
      margin:0 auto;
      text-align:center;
      padding: 15px 0;
   }

/*****************
Remove Flash Borders
*****************/
:focus { -moz-outline-style: none;
}
/*****************
IE 6 PNG Fix
*****************/
img { behavior: url("style/iepngfix.htc")
}
/*****************
Align Flash Block Bottom
*****************/
td object, td embed {
vertical-align: bottom;
}

/*****************
Align Top Links Right
*****************/
.align-right {
   float:right; margin: 0 10px 0 0;
   font-style:italic !important;
}

/*****************
IFrame Styling
*****************/
iframe {
   border-style:dashed;
   border-color:#666;
   border-top-width:1px;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
}
/*****************
List Styling
*****************/
ul {
   margin: 0 30px 5px 30px;
    padding: 0 0 0 14px;
   list-style-image: url('images/star.png');
   line-height:22px;
   color:#fff;
   text-decoration:none;
}

/*****************
Quote Styling
*****************/
blockquote {
   margin: 0 30px 5px 30px;
   padding: 0 0 0 10px;
   font-size:13px;
   line-height:22px;
   font-family: Georgia, "Times New Roman", Times, serif;
   border-left: 2px solid #FFF;
   COLOR:#cccccc!important;
   
}

blockquote p {
   COLOR:#FFF!important;
   font-size:11px;
      line-height:18px;
      font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset {
   border:1px solid #666
}

legend {
   padding: 0.2em 0.5em;
   color:#FFF;
   font-size:90%;
   text-align:right;
   background-color:transparant;
}
/*****************
Read More
*****************/
.readmore {
   display: block;
   float:right;
   margin-right:6px;
   width:89px;
   background:url('images/readmore.png') no-repeat;
}

.readmore:hover{

   background:url('images/readmore.png') 0px -20px;
}

BODY   {
   font:12px Century Gothic, Arial, sans-serif;
   cursor:default;
   margin:0px;
   background: url('images/background.jpg') #000 top center repeat-y;
   }

th, td, p{
   color: #FFFFFF;
   font:12px Century Gothic, Arial, sans-serif;
   }

hr{
   border: 0px dashed #cccccc;
   border-top-width:1px;
   height:0px;
   }

TEXTAREA {
background: url('forums/images/hit.gif') repeat-x #000;
color:#FFFFFF;
font:12px Century Gothic, Arial, sans-serif;
BORDER-TOP: #4e4e4e 1px solid;
BORDER-BOTTOM: #666 1px solid;
BORDER-LEFT: #4e4e4e 1px solid;
BORDER-RIGHT: #666 1px solid;
}

/* The drop down select boxes */
SELECT {
background: url('forums/images/hit.gif') repeat-x #000;
color:#FFF;
font:12px Century Gothic, Arial, sans-serif;
BORDER-TOP: #4e4e4e 1px solid;
BORDER-BOTTOM: #666 1px solid;
BORDER-LEFT: #4e4e4e 1px solid;
BORDER-RIGHT: #666 1px solid;
}

input {
/*Where uses login and the search boxes and news title areas*/
background: url('forums/images/hit.gif') repeat-x #000;
color:#FFFFFF;
font:12px Century Gothic, Arial, sans-serif;
BORDER-TOP: #4e4e4e 1px solid;
BORDER-BOTTOM: #666 1px solid;
BORDER-LEFT: #4e4e4e 1px solid;
BORDER-RIGHT: #666 1px solid;
}
/* The drop down select boxes */
option{
   background:black;
   color:#999;
   font:12px Century Gothic, Arial, sans-serif;
}

/*Links*/
a:link {
   color: #cccccc;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #cccccc;
}
a:hover {
   text-decoration: none;
   color: #FFF;
}
a:active {
   text-decoration: none;
   color: #CCC;
}
 

img{
   border:0;
}

.openside {
text-transform:uppercase; font-size:14px; font-weight:bold;
}

.opentable{
text-transform:uppercase; font-size:16px; font-weight:bold;
}

/*Header Links*/
.headertext  {COLOR: #666; font-size: 104%; line-height: 14px; font-family: Century Gothic, Arial, sans-serif;}

.headertext a:link, .headertext a:visited {COLOR: #999; text-decoration: none; line-height: 14px; font-family: Century Gothic, Arial, sans-serif;}

.headertext a:hover {COLOR: #FFF; text-decoration: none; line-height: 14px; font-family: Century Gothic, Arial, sans-serif;}

.forumstitle  {COLOR: #FFFFFF; font-size: 110%; line-height: 14px; font-family: Century Gothic, Arial, sans-serif;}

.content {COLOR: #FFFFFF;}

.title, .title a  {COLOR: #FFF; FONT-SIZE: 13px; letter-spacing:2px;  FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.forumcontent{BACKGROUND: none; COLOR: #ffc231; FONT-SIZE: 12px; FONT-FAMILY: Century Gothic, Arial, sans-serif}

.posted     {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 12px; FONT-FAMILY: Century Gothic, Arial, sans-serif}

.morelink     {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-FAMILY: Century Gothic, Arial, sans-serif}

.storytitle  {BACKGROUND: none; COLOR: #2e3128; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.storycat    {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: underline}

.boxtitle     {BACKGROUND: none; COLOR: #2e3128; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.boxcontent  {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}

.option     {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.tiny       {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.small       {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: normal; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.medium       {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 14px; FONT-WEIGHT: normal; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.genmed       {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 12px; FONT-WEIGHT: normal; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}

.forumheadertext    {BACKGROUND: none; COLOR: #2e3128; FONT-SIZE: 14px; FONT-FAMILY: Century Gothic, Arial, sans-serif; text-transform: none; FONT-WEIGHT: bold}

.forumlink         {BACKGROUND: none; COLOR: #D5591A; FONT-SIZE: 14px; FONT-FAMILY: Century Gothic, Arial, sans-serif; text-transform: none; FONT-WEIGHT: bold}

.forumdescription   {BACKGROUND: none; COLOR: #d0e5a9; FONT-SIZE: 12px; FONT-FAMILY: Century Gothic, Arial, sans-serif; FONT-WEIGHT: normal}

.forumcategory      {BACKGROUND: none; COLOR: #2e3128; FONT-SIZE: 14px; FONT-FAMILY: Century Gothic, Arial, sans-serif; text-transform: none; FONT-WEIGHT: bold}

.forumtitle         {BACKGROUND: none; COLOR: #2e3128; FONT-SIZE: 14px; FONT-FAMILY: Century Gothic, Arial, sans-serif; text-transform: none; FONT-WEIGHT: bold}

.error        {BACKGROUND: none; COLOR: #ff0000; FONT-SIZE: 12px; FONT-FAMILY: Century Gothic, Arial, sans-serif}

.footertext    {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Century Gothic, Arial, sans-serif; TEXT-DECORATION: none}
/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:12px; color:#999!important}

a.topictitle:hover{color:#FFF!important}

.topictype{font:12px bold; color: #904c26!important}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name, .name a:link{font-size:11px; color: #CCC;}


/* Form elements */
form{display:inline}

/* Category gradients*/
td.cat{font-size:13px;letter-spacing:2px;text-transform: capitalize;background:url('forums/images/cell-bg1.jpg') #000 repeat-x; height:25px}

/* Main table cell colours and backgrounds */
td.row1{padding:4px;background: #000000 url('forums/images/row1.jpg') repeat-x;}
td.row2{padding:4px;background: #1B1B1B url('forums/images/row2.jpg') repeat-x;}
td.row3{padding:4px;background: #242424 url('forums/images/row3.jpg') repeat-x;}
td.spacerow{background: #242424 url('forums/images/forumfooter.jpg') repeat-x; height:10px!important;}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{
   }

/* This is for the error messages that pop up */
.errorline{background: #333 url('forums/images/row1.jpg') repeat-x;;color:#000000;border:1px dashed #C60;}

/* This is the border line & background colour round the entire page */
.bodyline{background: #66644e;color:#000000;border:1px solid #66644e}

/* This is the outline round the main forum tables */
.forumline{}

/* This is the line in the posting page which shows the rollover
help line. This is actually a text box,but if set to be the same
colour as the background no one will know;)*/
.helpline{
background: url(forums/images/hit.gif) repeat-x #000;
color:#FFFFFF;
font:12px Century Gothic, Arial, sans-serif;
BORDER-TOP: #4e4e4e 1px solid;
BORDER-BOTTOM: #666 1px solid;
BORDER-LEFT: #4e4e4e 1px solid;
BORDER-RIGHT: #666 1px solid;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle, .maintitle:link {
font: italic 160% "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif; text-decoration: none; color:#FFF;}



/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:14px; text-transform:capitalize;}

.postbody{font:12px/110% Century Gothic, Arial, sans-serif; color:#CCC; }

/* Location,number of posts,post date etc */
.postdetails{color: #666;font-size:10px}

/* Quote blocks */
.quote{   background:#000;
      border: 1px dashed #FFF;
      border-width:1px;
      color: #C63;
      font: 12px Century Gothic, Arial, sans-serif;
      padding:10px
      }

/* Code blocks */
.code{  background: #000;
      border: 1px dashed #FFF;
      border-width:1px;
      color:#060;
      font:9px Courier,"Courier New",sans-serif;
      padding:10px
      }

.subtitle,h2{color:#000000;font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}


/* The main submit button option */
input.button, input.mainoption, input.liteoption {
background: url(forums/images/hit.gif) repeat-x #000;
color:#FFFFFF;
font:12px Century Gothic, Arial, sans-serif;
BORDER-TOP: #4e4e4e 1px solid;
BORDER-BOTTOM: #666 1px solid;
BORDER-LEFT: #4e4e4e 1px solid;
BORDER-RIGHT: #666 1px solid;
}
.copyright{
letter-spacing:2px;
font-size:10px
}

/* General table properties */

.center {
   margin: 0 auto;
}

.tbl-border {
   background-color: #222222;
}

.tbl {
   font-size: 13px;
   color: #CBCBCB;
   padding: 4px;
}

.tbl1 {
   font-size: 13px;
   color: #CBCBCB;
   background-color: #323232;
   padding: 4px;
}

.tbl2 {
   font-size: 13px;
   color: #CBCBCB;
   background-color: #2a2a2a;
   padding: 4px;

}

.forum-caption {
   font-size: 13px;
   font-weight: bold;
   color: #bbb;
   padding: 5px 4px 5px 4px;
}

.quote {
   font-size: 13px;
   color: #CBCBCB;
   background-color: #292929;
   padding: 4px;
   margin: 0px 20px 0px 20px;
   border: 1px solid #000;
}

.poll {
   height: 12px;
   border: 1px solid #000;
}

.comment-name {
   font-weight: bold;
   color: #CBCBCB;
}

.shoutboxname {
   font-weight: bold;
   color: #888;
}

.shoutbox {
   color: #CBCBCB;
}

.shoutboxdate {
   font-size: 10px;
   color: #888;
}


.side-small {
   font-size: 11px;
   font-weight: normal;
   color: #CBCBCB;
}

.side-label {
   color: #CBCBCB;
   margin: 2px 0 2px 0;
   padding: 2px 2px 3px 2px;
}

#navigation a {
   display: block;
   color: #CBCBCB;
   padding: 2px;
   text-decoration: none;
}

#navigation a:hover {
   color: #CBCBCB;
   background-color: #292929;
}

/* Page Navigation */

.pagenav {
   padding: 4px;
}

.pagenav span {
   color: #CBCBCB;
   background-color: #292929;
   border: 1px solid #000;
   padding: 2px 4px 2px 4px;
   margin: 2px;
}

.pagenav a {
   color: #CBCBCB;
   background-color: #292929;
   border: 1px solid #000;
   padding: 2px 4px 2px 4px;
   margin: 2px;
   text-decoration: none;
}

.pagenav a:hover {
   color: #CBCBCB;
   background-color: #292929;
   margin: 2px;
   text-decoration: none;
}

Bearbeitet von Nephilim am 20. Mai 2014 10:59:57
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
John Doe
Dieser "Stern" ist im Falle deines Themes als sogenanntes "THEME-BULLET" definiert (in der theme.php) und wird beim Listing von Links über die style.css noch einmal aufgerufen:


/*****************
List Styling
*****************/
ul {
   margin: 0 30px 5px 30px;
    padding: 0 0 0 14px;
   list-style-image: url('images/star.png');
   line-height:22px;
   color:#fff;
   text-decoration:none;
}


Lösch mal versuchsweise hier die Zeile

list-style-image: url('images/star.png');


Ansonsten taucht überall auf der Seite, wo THEME_BULLET aufgerufen wird, (durch die theme.php definiert) dieser Stern auf (wie zb in der Navigation), überall dort wo mit <ul>...</ul> gearbeitet wird aber noch einmal zusätzlich (wie eben in der Navigation) durch diese Angabe in der styles.css.
Bearbeitet von John Doe am 20. Mai 2014 11:37:40
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Nephilim
Danke für die schnelle Antwort leider hat das nicht funktioniert.

Ich hab hiermal das theme.php



<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
// by NetriX @ PHPFusionMods.com

if (!defined("IN_FUSION")) {die("Access Denied");}

require_once INCLUDES . "theme_functions_include.php";

// Define Theme Name (Should be folder name)
define("THEME_NAME", THEMES."BlackOPS");
define("THEME_BULLET", "<img src='".THEME_NAME."/images/star.png' alt='' />");

function showsublinks2($sep = "", $class = "") {
   $sres = dbquery(
      "SELECT link_name, link_url, link_window, link_visibility FROM ".DB_SITE_LINKS."
      WHERE link_position='2' OR link_position='3' ORDER BY link_order"
   );
   if (dbrows($sres)) {
      $i = 0;
      $res = "<ul id='menu'>\n";
      while ($sdata = dbarray($sres)) {
         if ($sdata['link_url'] != "---" && checkgroup($sdata['link_visibility'])) {
            $link_target = $sdata['link_window'] == "1" ? " target='_blank'" : "";
            $li_class = "";
            if (strstr($sdata['link_url'], "http://") || strstr($sdata['link_url'], "https://")) {
               $res .= "<li>".$sep."<a href='".$sdata['link_url']."'$link_target><span>".parseubb($sdata['link_name'], "b|i|u|color")."</span></a></li>\n";
            } else {
               $res .= "<li>".$sep."<a href='".BASEDIR.$sdata['link_url']."'$link_target><span>".parseubb($sdata['link_name'], "b|i|u|color")."</span></a></li>\n";
            }
            $i++;
         }
      }
      $res .= "</ul>\n";
      return $res;
   }
}

$total = number_format(dbcount("(user_id)", DB_USERS));

$result = dbquery(
   "SELECT ton.online_user, tu.user_id, tu.user_name, tu.user_status FROM ".DB_ONLINE." ton
   LEFT JOIN ".DB_USERS." tu ON ton.online_user=tu.user_id"
);
$guests = 0; $members = array();
while ($data = dbarray($result)) {
   if ($data['online_user'] == "0") {
      $guests++;
   } else {
      array_push($members, array($data['user_id'], $data['user_name'], $data['user_status']));
   }
}

$total2=($guests+(count($members)));

function render_page($license = false)
{
global $settings, $main_style, $locale, $userdata, $total, $total2;
echo "\n<!-- GET THIS THEME AT PHPFUSIONMODS.COM -->\n\n";
print "<table style='height:10px;width:100%;' border='0' cellpadding='0' cellspacing='0' >\n";
print "<tr valign='top'>\n";
print "<td valign='top' style='background:url(".THEME_NAME."/images/spacer.gif) repeat-y top;'>\n";
print "<table id='mytable' style='width:980px;' align='center' border='0' cellpadding='0' cellspacing='0'>\n";
print "<tr>\n";
print "<td style='width:50%; padding-left:5px; background:url(".THEME_NAME."/images/nav_bg.png) 0px -30px #000 repeat-x; height:26px;'>";
if (iGUEST) {
print "<p class='headertext'>Hello Anonymous Please <a href='".BASEDIR."login.php'>Sign In</a> Or <a href='".BASEDIR."register.php'>Register</a></p>\n";
} else {
print "<p class='headertext'>Welcome back ".$userdata['user_name'].". <a href='".BASEDIR."edit_profile.php'>Edit Profile</a></p>\n";
}
print "</td>\n<td align='right' style='width:50%; background:url(".THEME_NAME."/images/nav_bg.png) 0px -30px #000 repeat-x; height:26px; padding-right:10px;'><p class='headertext'>Total Registered Users $total &bull; Total Online Now $total2</p></td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td colspan='2' style='background:url(".THEME_NAME."/images/header/header.jpg) #000 no-repeat; height:200px;'>\n";
print "</td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td colspan='2' style='background:#000; margin-height:-5px;'>\n";
echo showsublinks2();
print "</td>\n";
print "</tr>\n";
print "</table>\n<br />\n";
print "<table style='width:100%; border:none;' cellpadding='0' cellspacing='0' >\n";
print "<tr valign='top'>\n";
print "<td valign='top'>\n";
print "<table style='height:100%;width:980px;border:none;' cellpadding='0' cellspacing='0' align='center'>\n";
print "<tr valign='top'>\n";
print "<td width='0' valign='top' height='100%' style='background:url(".THEME_NAME."/images/spacer.gif) repeat-y;'><img src='".THEME_NAME."/images/spacer.gif' width='0' height='100%' border='0' alt='' /></td>\n";
if (LEFT) { print "<td width='0' height='100%' valign='top'>\n";
echo (LEFT);
print "</td>\n"; }
print "<td width='0' valign='top' style='background:url(".THEME_NAME."/images/spacer.gif) repeat-y;'><img src='".THEME_NAME."/images/spacer.gif' width='0' height='0' border='0' alt='' /></td>\n";
print "<td width='100%' height='100%'>\n";
echo U_CENTER.CONTENT.L_CENTER;
print "</td>\n";
print "<td width='0' valign ='top'><img src='".THEME_NAME."/images/spacer.gif' alt='' width='0' height='0' border='0' /></td>\n";
if (RIGHT) { print "<td width='100%' height='100%' >\n";
echo (RIGHT);
print "</td>\n"; }
print "<td width='0' valign='top' height='100%' style='background:url(".THEME_NAME."/images/spacer.gif) repeat-y;'><img src='".THEME_NAME."/images/spacer.gif' width='0' height='100%' alt='' /></td>\n";
print "</tr>\n";
print "</table>\n";
print "<center>\n";
print "<a href='http://www.phpfusionmods.com/' target='_blank' title='Check us out'>Coded by NetriX @ PHPFusionMods.com</a><br />\n";
echo stripslashes($settings['footer'])."<br />\n";
if (!$license) { echo showcopyright()."<br /><br />\n"; }
print "<a rel='nofollow' href='http://www.activision.com/'><img src='".THEME_NAME."/images/footer/activision.png' alt='activision' /></a>\n";
print "<a rel='nofollow' href='http://www.treyarch.com/'><img src='".THEME_NAME."/images/footer/treyarch.gif' alt='treyarch' /></a>\n";
print "<a rel='nofollow' href='http://www.esrb.org/ratings/ratings_guide.jsp'><img src='".THEME_NAME."/images/footer/esrb_rp.gif' alt='esrb' /></a>\n";
print "<a rel='nofollow' href='http://www.callofduty.com/blackops/'><img src='".THEME_NAME."/images/footer/logo.gif' alt='esrb' /></a>\n";
print "</center>\n";
print "</td>\n";
print "</tr>\n";
print "</table>\n";
print "</td>\n";
print "</tr>\n";
print "</table>\n";
} // END RENDER

function render_news($subject, $news, $info)
{
opentable($subject);
echo $news."<hr />\n";
echo newsposter($info, " &middot;") . newsopts($info, "&middot;") . itemoptions("N",$info['news_id']);
closetable();
}

function render_article($subject, $article, $info)
{
opentable($subject);
echo ($info['article_breaks'] == "y" ? nl2br($article) : $article);
echo "<hr />\n";
echo articleposter($info, " &middot;") . articlecat($info, " &middot;") .articleopts($info, "&middot;") . itemoptions("A", $info['article_id']);
closetable();
}

function opentable($title)
{
print "<table align='center' width='98%' border='0' cellspacing='0' cellpadding='0'>\n";
print "<tr>\n";
print "<td width='22'><img src='".THEME_NAME."/images/1.jpg' width='22' height='42' alt='' /></td>\n";
print "<td width='100%' style='background:url(".THEME_NAME."/images/2.jpg) repeat-x;text-align:center;' class='opentable'>$title</td>\n";
print "<td width='19'><img src='".THEME_NAME."/images/3.jpg' width='19' height='42' alt='' /></td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td style='background:url(".THEME_NAME."/images/4.jpg) repeat-y; width:22px; height:100%;'></td>\n";
print "<td style='background:url(".THEME_NAME."/images/5.jpg);'>\n";
}

function closetable()
{
print "</td>\n";
print "<td style='background:url(".THEME_NAME."/images/6.jpg) repeat-y; width:19px; height:100%;'></td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td width='22'><img src='".THEME_NAME."/images/7.jpg' width='22' height='32' alt=' ' /></td>\n";
print "<td width='100%' style='background:url(".THEME_NAME."/images/8.jpg) repeat-x;'></td>\n";
print "<td width='19'><img src='".THEME_NAME."/images/9.jpg' width='19' height='32' alt='' /></td>\n";
print "</tr>\n";
print "</table>\n";
print "<br />\n";
}

function openside($title, $collapse = false, $state = "on")
{
global $panel_collapse;
$panel_collapse = $collapse;
print "<table style='width:190; border:none;' cellspacing='0' cellpadding='0'>\n";
print "<tr>\n";
print "<td width='190px' height='42px' style='background:url(".THEME_NAME."/images/2x.jpg) repeat-x;text-align:center;' class='openside'>$title</td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td style='background-image:url(".THEME_NAME."/images/rbm.jpg); background-repeat:repeat-y; border:hidden; padding:12px; width:190px;'>\n";
}

function closeside()
{
global $panel_collapse;
print "</td>\n";
print "</tr>\n";
print "<tr>\n";
print "<td><img src='".THEME_NAME."/images/rbb.jpg' width='190' height='31' alt='' /></td>\n";
print "</tr>\n";
print "</table>\n";
print "<br />\n";
}
?>
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Dat Tunes
Am besten wäre auch einmal der Link zur Seite, so könnte man sich das Problem mit Firebug auch mal vor Ort anschauen.
Das Problem ist nicht das Problem, das Problem ist der Nutzer, der das Problem verursacht.
Was lernen wir ?
Wir entfernen einfach den Nutzer und das Problem ist gelöst !

Sollte das Problem nicht gelöst sein, WD40! WD40 hilft immer !
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Nephilim
http://megacube.de/kgr2/files/news.php

Sorry hätte ich auch gleich machen können. Das ist der Link. Ich bekomme es einfach nicht hin.

Zusammengefügt am 20. Mai 2014 um 19:07:!36:
Hab jetzt in der ganzen style.css list-style:none; eingegeben und die scheinen weg zu sein jetzt muss ich die Links nur weiter an den linken Rand bekommen :-)
Bearbeitet von Nephilim am 20. Mai 2014 17:07:36
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Dat Tunes
Kann keinen Fehler feststellen, welchen Browser nutzt du den.
Im Firefox als auch im aktuellen IE sieht es bei mir normal aus.

easycaptures.com/fs/uploaded/740/7827372057.jpg
Das Problem ist nicht das Problem, das Problem ist der Nutzer, der das Problem verursacht.
Was lernen wir ?
Wir entfernen einfach den Nutzer und das Problem ist gelöst !

Sollte das Problem nicht gelöst sein, WD40! WD40 hilft immer !
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Nephilim
Hab jetzt in der ganzen style.css list-style:none; eingegeben und die scheinen weg zu sein jetzt muss ich die Links nur weiter an den linken Rand bekommen :-)

Zusammengefügt am 20. Mai 2014 um 20:12:56:
Ich habs geschafft.
Ich danke für die Hilfe von Euch.
Das Thema kann denn geschlossen werden. :-)


/*****************
List Styling
*****************/
ul {
   margin: left;
        padding: 0;
   list-style-image: url('images/star.png');
   list-style:none;
   line-height:22px;
   color:#fff;
   text-decoration:none;

Bearbeitet von Nephilim am 20. Mai 2014 18:12:56
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Springe ins Forum: