Online/Offline MOD -> keine Anzeige / keine Symbole

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
TullieForce
Mitglied
Beiträge: 182
Registriert: 04.02.2005 18:39
Wohnort: Leipzig

Online/Offline MOD -> keine Anzeige / keine Symbole

Beitrag von TullieForce »

Hallo...

ich habe mir den Mod Online / Offline eingebaut...(Another Online-Offline indicator 1.2.1)

doch komme ich mit dieser anpassung nicht zurecht:

Code: Alles auswählen

#
#----------[ OPEN ]-------------------------------------
#

templates/subSilver/subSilver.cfg

#
#----------[ FIND ]-------------------------------------
#

?>

#
#----------[ BEFORE, ADD ]------------------------------
#

// Another Online_Offline indicator
$images['Online'] = "$current_template_images/online.gif"; 
$images['Offline'] = "$current_template_images/offline.gif";
$images['Hidden_Admin'] = "$current_template_images/hidden_online.gif";
$images['Online_small'] = "$current_template_images/online_small.gif"; 
$images['Offline_small'] = "$current_template_images/offline_small.gif";
$images['Hidden_Admin_small'] = "$current_template_images/hidden_online_small.gif";
denn in meinem SubSylver / (aber auch Icicle) findet es kein: Was tun ? bzw wie schreibe ich dies um ?

mein Icicle:

Code: Alles auswählen

/* Scrollbar Color and HR */

body               
{ 
scrollbar-base-color: #F1F4F7
}


/* Font Properties */

body             
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #383B3F
}

table            
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #383B3F
}

td               
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #383B3F
}

.smalltext       
{ 
font-family: Verdana; 
font-size : 10px; 
color: #383B3F
}

.mediumtext      
{ 
font-family: Verdana; 
font-size : 11px; 
color: #383B3F
}

.largetext       
{ 
font-family: Verdana; 
font-size : 13px; 
color: #383B3F
}

.catrowtext      
{ 
font-family: Verdana; 
font-size : 12px; 
color: #535D66; 
font-weight: bold 
}

.toprowtext      
{ 
font-family: Verdana; 
font-size : 9px; 
color: #EAF0F5; 
font-weight: bold 
}


/* Cell Properties */


TD.row1	        
{ 
background-color: #E9EEF3;
font-family: Verdana; 
font-size : 13px; 
color: #494957
}     
     
TD.row2	        
{ 
background-color: #F1F4F7;
font-family: Verdana; 
font-size : 12px; 
color: #494957
}

td.toprow
{
font-family: Verdana; 
font-size : 9px; 
color: #EAF0F5; 
background-image: url(images/icicle_gradient_blue.gif);
background-repeat: repeat;
} 

td.catrow           
{ 
font-family: Verdana; 
font-size : 12px; 
color: #535D66; 
font-weight: bold;
background-image: url(images/icicle_gradient_grey.gif);
background-repeat: repeat;
}

TD.tableborder	  
{ 
background-color: #FFFFFF
}

/* Link Properties */


a                         { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }  
a:link                    { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a:visited                 { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a:active                  { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a:hover                   { text-decoration: none; font-size: 11px; color: #304C6C; font-family: Verdana } 

a.forumlink               { text-decoration: underline; font-weight: bold; font-size: 13px; color: #304C6C; font-family: Verdana }
a.forumlink:link          { text-decoration: underline; font-weight: bold; font-size: 13px; color: #304C6C; font-family: Verdana }
a.forumlink:visited       { text-decoration: underline; font-weight: bold; font-size: 13px; color: #304C6C; font-family: Verdana }
a.forumlink:active        { text-decoration: underline; font-weight: bold; font-size: 13px; color: #304C6C; font-family: Verdana }
a.forumlink:hover         { text-decoration: none; font-size: 13px; font-weight: bold; color: #304C6C; font-family: Verdana }
   
a.topiclink               { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }  
a.topiclink:link          { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.topiclink:visited       { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.topiclink:active        { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.topiclink:hover         { text-decoration: none; font-size: 13px; color: #304C6C; font-family: Verdana }  
 
a.catlink                 { text-decoration: none; font-weight: bold; font-size: 13px; color: #535D66; font-family: Verdana }   
a.catlink:link            { text-decoration: none; font-weight: bold; font-size: 13px; color: #535D66; font-family: Verdana }
a.catlink:visited         { text-decoration: none; font-weight: bold; font-size: 13px; color: #535D66; font-family: Verdana }
a.catlink:active          { text-decoration: none; font-weight: bold; font-size: 13px; color: #535D66; font-family: Verdana }
a.catlink:hover           { text-decoration: underline; font-weight: bold; font-size: 13px; color: #535D66; font-family: Verdana }
  
a.toprowlink              { text-decoration: none; font-size: 9px; color: #EAF0F5; font-family: Verdana }   
a.toprowlink:link         { text-decoration: none; font-size: 9px; color: #EAF0F5; font-family: Verdana }
a.toprowlink:visited      { text-decoration: none; font-size: 9px; color: #EAF0F5; font-family: Verdana }
a.toprowlink:active       { text-decoration: underline; font-size: 9px; color: #EAF0F5; font-family: Verdana }
a.toprowlink:hover        { text-decoration: underline; font-size: 9px; color: #EAF0F5; font-family: Verdana } 
     
a.smalllink               { text-decoration: underline; font-size: 10px; color: #304C6C; font-family: Verdana }   
a.smalllink:link          { text-decoration: underline; font-size: 10px; color: #304C6C; font-family: Verdana }
a.smalllink:visited       { text-decoration: underline; font-size: 10px; color: #304C6C; font-family: Verdana }
a.smalllink:active        { text-decoration: underline; font-size: 10px; color: #304C6C; font-family: Verdana }
a.smalllink:hover         { text-decoration: none; font-size: 10px; color: #304C6C; font-family: Verdana }   
  
a.mediumlink              { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }  
a.mediumlink:link         { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a.mediumlink:visited      { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a.mediumlink:active       { text-decoration: underline; font-size: 11px; color: #304C6C; font-family: Verdana }
a.mediumlink:hover        { text-decoration: none; font-size: 11px; color: #304C6C; font-family: Verdana }   
    
a.largelink               { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.largelink:link          { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.largelink:visited       { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.largelink:active        { text-decoration: underline; font-size: 13px; color: #304C6C; font-family: Verdana }
a.largelink:hover         { text-decoration: none; font-size: 13px; color: #304C6C; font-family: Verdana }         

/* Form elements */

input, textarea, select 
{
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}

[br]// Another Online_Offline indicator
$images['Online'] = "$current_template_images/online.gif"; 
$images['Offline'] = "$current_template_images/offline.gif";
$images['Hidden_Admin'] = "$current_template_images/hidden_online.gif";
$images['Online_small'] = "$current_template_images/online_small.gif"; 
$images['Offline_small'] = "$current_template_images/offline_small.gif";
$images['Hidden_Admin_small'] = "$current_template_images/hidden_online_small.gif";[/br]
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

dann hast du das aus der Icicle.cfg aus versehen was gelöscht. Im Original-Download ist es enthalten.

Ausserdem muss in Zeile 1 das hier stehen:

Code: Alles auswählen

<?php
und ganz am Ende Dann kannst du auch den Code entsprechend einfügen :wink:

Markus
Benutzeravatar
TullieForce
Mitglied
Beiträge: 182
Registriert: 04.02.2005 18:39
Wohnort: Leipzig

Beitrag von TullieForce »

...danke hat wunderbar geklappt...

ps.: hatte die falsche Datei erwischt...(statt .cfg -> Cascading Style Sheet-Dokument)

:oops: :oops: :oops:
Antworten

Zurück zu „phpBB 2.0: Mod Support“