Pagina 1 van 1

MOD KLEUR

Geplaatst: 26 okt 2005, 19:31
door fransoos
heb al veel mods gezien die de kleuren van moderators kunnen veranderen in allemaal mooie kleurtjes

maar ik wil juist dat de mods niet meer herkenbaar zijn via de apparte mod kleur

dus hoe krijg ik de mod kleur weer normaal ??

heb al overal gezocht in de "papieren" maar kan niet vinden waar die kleuren worden gemaakt

Geplaatst: 26 okt 2005, 19:34
door svenn
ik denk dat het in de mod zelf zit , moet je even zoeken naar kleurcodes

of anders zit het in het template , en dan kun je het vermoedelijk zelfst veranderen in het ACP .

Geplaatst: 26 okt 2005, 19:40
door fransoos
svennson schreef:ik denk dat het in de mod zelf zit , moet je even zoeken naar kleurcodes

of anders zit het in het template , en dan kun je het vermoedelijk zelfst veranderen in het ACP .
uuhhhh wat is het ACP ????

Geplaatst: 26 okt 2005, 19:40
door XGE_Lithium
Admin Control Panel :)

Geplaatst: 26 okt 2005, 19:43
door fransoos
XGE_Lithium schreef:Admin Control Panel :)
oeps
ja dat klinkt wel erg dom nu van mij :oops:

maar ik heb dus niet de mod geinstaleerd die de kleuren veranderd
het is de standaart dessertstorm template
en in het ACP kan ik hier niks over vinden

Geplaatst: 26 okt 2005, 19:43
door svenn
sorry die term gebruik ik vaak , ja onder template wijziggen , maar kijk ook eens in het aangepaste deel want je hebt zoveel verschillende mods .... geef eens de mod anders .. ;)

Geplaatst: 26 okt 2005, 19:44
door svenn
oja nu begrijp ik het dom van mij ... even kijken .. dus de gebruikers moeten dezelfde kleur als mods ?

Geplaatst: 26 okt 2005, 19:45
door fransoos
svennson schreef:sorry die term gebruik ik vaak , ja onder template wijziggen , maar kijk ook eens in het aangepaste deel want je hebt zoveel verschillende mods .... geef eens de mod anders .. ;)
mmm dat is het hem juist

heb niks geen mod geinstaleerd

het is de standaard kleur verandering in Desserystorm

moet toch ergens een kleurcode van te vinden zijn die ik simpel kan aanpassen
het is enkel in de vieuw online dat de mod kleurt

Geplaatst: 26 okt 2005, 19:46
door fransoos
svennson schreef:oja nu begrijp ik het dom van mij ... even kijken .. dus de gebruikers moeten dezelfde kleur als mods ?
ja, of andersom natuurlijk :wink:

Geplaatst: 26 okt 2005, 19:47
door XGE_Lithium
Ik weet niet precies of dat hier mee te maken heeft, maar hier vind je een goed overzicht met kleurcode's :thumb:

Verder weet ik niet precies wat je bedoeld :(

Geplaatst: 26 okt 2005, 19:51
door svenn
@ fp

welja kleurcodes zijn codes die kleuren aangeven in die codes heb je alle kleuren terwijl je anders maar kunt nemen red als rood en niet half lich rood ;) get it ?

@ ts

geef eens de link naar je css bestand die in je templates map staat , ik weet het neit zeker , maar kan niet op ms server dus kan niet kijken ;)

Geplaatst: 26 okt 2005, 19:55
door fransoos
deze bedoel je ??


/*
DesertStorm Theme for phpBB2 :: by trevorj
http://www.trevorj.com
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color:#d0c090;
scrollbar-face-color: #f8e8b8; scrollbar-highlight-color: #c8a078;
scrollbar-shadow-color: #c8a078; scrollbar-3dlight-color: #c8a078;
scrollbar-arrow-color: #905000; scrollbar-track-color: #d0c090;
scrollbar-darkshadow-color: #c8a078;
}

/* General font families for common tags */
font{ font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-family: Verdana, Arial, Helvetica, sans-serif }
hr { height: 0px; border: solid #d9b189 0px; border-top-width: 1px;}
a { color: #905000; text-decoration: none; }
a:hover { color: #dd6900; text-decoration: underline; }
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color:#f8e8b8; border: #b79067; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline { background-color:#b79067; border: 2px #c8a078 solid }

/*
Main table cell colours and backgrounds
Styles that use bitmap backgrounds are commented "Uses Bitmap"
Note that netscape 4 takes paths to bitmap files relative from
the html file rather than from the style sheet.
Hence, to maintain compatibility, all styles using bitmaps have
their "background : url(templates/DesertStorm/images/bitmap.gif);"
setting defined in overall_header.tpl
*/

TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #c8a078; height: 25px; font-size: 11px; font-weight: bold; color: #e9d9a9; } /* Uses Bitmap */
TD.tablebg { background-color: #d0c090 }
TD.cat { background-color: #c8a078; height: 28px } /* Uses Bitmap */
TD.row1 { background-color: #f8e8b8 }
TD.row2 { background-color: #e9d9a9 }
TD.row3 { background-color: #f8e8b8 }

/* This is the spacer row between post replies */
TD.spaceRow { background-color: #b79067; border: #d9b189; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }

/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
TD.rowpic { background-color: #ffffff } /* Uses Bitmap */


/*
Setting additional nice borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#D1D7DC; height: 28px; border: #ffffff; border-style: solid; } /* Uses Bitmap */

TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.catLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }

TH.thHead,TH.thSides,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #ffffff; border-style: solid; }
TH.thTop,TH.thLeft,TH.thRight,TH.thCornerL,TH.thCornerR { border: #b4a172; }

TH.thHead { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TH.thSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thTop { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }

TD.row3Right { background-color: #f8e8b8; border: #f8e8b8; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }



/* The largest text used in the index page title and toptic title etc. */
.maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

a.sitename { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #905000;}
a.sitename:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #dd6900;}

/* General normal text */
.gen { font-size : 12px; color : #000000; }
a.gen { color: #905000; text-decoration: none; }
a.gen:hover { color: #dd6900; text-decoration: underline; }


/* General medium text */
.genmed { font-size : 11px; color : #000000; }
a.genmed { text-decoration: none; color : #905000; }
a.genmed:hover { text-decoration: underline; color : #dd6900; }


/* General small */
.gensmall { font-size : 10px; color : #000000; }
a.gensmall { color: #905000; text-decoration: none; }
a.gensmall:hover{ color: #dd6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu { text-decoration: none; color : #000000; }
a.mainmenu:hover{ text-decoration: underline; color : #dd6900; }


/* Forum category titles */
.cattitle { font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #905000}
a.cattitle { text-decoration: none; color : #905000; }
a.cattitle:hover { text-decoration: underline; color : #dd6900; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #905000; }
a.forumlink { text-decoration: none; color : #905000; }
a.forumlink:hover { text-decoration: underline; color : #dd6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;}
a.nav { text-decoration: none; color : #905000; }
a.nav:hover { text-decoration: underline; color : #dd6900; }


/* titles for the topics: could specify viewed link colour too */
.topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle { text-decoration: none; color : #905000; }
a.topictitle:hover { text-decoration: underline; color : #dd6900; }
a.topictitle:visited { text-decoration: none; color : #d09000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; text-decoration : none; color : #000000;}
a.name { color: #000000; text-decoration: none;}
a.name:hover { color: #CC5800; text-decoration: underline;}


/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
a.postdetails { color: #905000; text-decoration: none; }
a.postdetails:hover { color: #dd6900; text-decoration: underline; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : #905000 }
a.postlink:hover { text-decoration: underline; color : #dd6900}


/* Quote Code (currently not used) */
.code {
font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #006600;
background-color: #f1e1b1; border: #b79067; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #f1e1b1; border: #b79067; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.editedby { font-size : 10px; line-height : 100%; color : #333333; }

/* Form elements */
input,textarea, select {
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #faeaba;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : #faeaba;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}

/* The main submit button option */
input.mainoption {
background-color : #faeaba;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-color : #faeaba;
font-weight : normal;
}

/* 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-color: #e9d9a9; border-style: none; }

/* Copyright and bottom info */
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright { color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

Geplaatst: 26 okt 2005, 19:56
door svenn
ja die bedoelde ik maar het is een goede template :p (niet zoals de mijne) en het kleur word van ergens anders aangeroepen ...

Geplaatst: 26 okt 2005, 20:09
door fransoos
hier een stuk uit mijn vieuwonline.php
staat wel iets in over colors
maar kan er niet veel uit wijs!!!

misschien die color2 en color 3 verwijderen ??


********************
AUTH_LIST_ALL, $userdata);

//
// Get user list
//
$sql = "SELECT u.user_id, u.username, u.user_level, s.session_logged_in, s.session_time, s.session_page, s.session_ip
FROM ".USERS_TABLE." u, ".SESSIONS_TABLE." s
WHERE u.user_id = s.session_user_id
AND s.session_time >= ".( time() - 300 ) . "
ORDER BY u.username ASC, s.session_ip ASC";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not obtain regd user/online information', '', __LINE__, __FILE__, $sql);
}

$guest_users = 0;
$registered_users = 0;
$hidden_users = 0;

$reg_counter = 0;
$guest_counter = 0;
$prev_user = 0;
$prev_ip = '';

while ( $row = $db->sql_fetchrow($result) )
{
$view_online = false;

if ( $row['session_logged_in'] )
{
$user_id = $row['user_id'];

if ( $user_id != $prev_user )
{
$username = $row['username'];

$style_color = '';
if ( $row['user_level'] == ADMIN )
{
$username = '<b style="color:#' . $theme['fontcolor3'] . '">' . $username . '</b>';
}
else if ( $row['user_level'] == MOD )
{
$username = '<b style="color:#' . $theme['fontcolor2'] . '">' . $username . '</b>';
}

if ( !$row['user_allow_viewonline'] )
{
$view_online = ( $userdata['user_level'] == ADMIN ) ? true : false;
$hidden_users++;

$username = '<i>' . $username . '</i>';
}
else
{
$view_online = true;
$registered_users++;
}

$which_counter = 'reg_counter';
$which_row = 'reg_user_row';
$prev_user = $user_id;
}
}
else
{
if ( $row['session_ip'] != $prev_ip )

Geplaatst: 26 okt 2005, 20:12
door svenn
even opzoeken in je acp (;)) in template wijziggen naar fontcolor2 zoeken en veranderen naar je kleur die hetzelfde is als dat van gebruikers

Geplaatst: 26 okt 2005, 21:06
door fransoos
heb gevonden waar ik de codes kan wijzigen

ze staan u allemaal ingesteld op dezelfde kleur, maar er is geen verandering opgetreden :roll:

***************

<?php

//
// phpBB 2.x auto-generated theme config file for DesertStorm
// Do not change anything

in this file!
//

$DesertStorm[0]['template_name'] = "DesertStorm";
$DesertStorm[0]['style_name']

= "DesertStorm";
$DesertStorm[0]['head_stylesheet'] = "DesertStorm.css";
$DesertStorm[0]['body_background'] = "";
$DesertStorm[0]['body_bgcolor'] = "E5E5E5";
$DesertStorm[0]['body_text'] = "000000";
$DesertStorm[0]['body_link'] = "006699";
$DesertStorm[0]['body_vlink'] = "5493B4";
$DesertStorm[0]['body_alink'] = "";
$DesertStorm[0]['body_hlink'] = "DD6900";
$DesertStorm[0]['tr_color1'] = "EFEFEF";
$DesertStorm[0]['tr_color2'] = "DEE3E7";
$DesertStorm[0]['tr_color3'] = "D1D7DC";
$DesertStorm[0]['tr_class1'] = "";
$DesertStorm[0]['tr_class2'] = "";
$DesertStorm[0]['tr_class3'] = "";
$DesertStorm[0]['th_color1'] = "006699";
$DesertStorm[0]['th_color2'] = "006699";
$DesertStorm[0]['th_color3'] = "FFFFFFF";
$DesertStorm[0]['th_class1'] = "cellpic1.gif";
$DesertStorm[0]['th_class2'] = "cellpic3.gif";
$DesertStorm[0]['th_class3'] = "cellpic2.jpg";
$DesertStorm[0]['td_color1'] = "FAFAFA";
$DesertStorm[0]['td_color2'] = "FFFFFF";
$DesertStorm[0]['td_color3'] = "";
$DesertStorm[0]['td_class1'] = "row1";
$DesertStorm[0]['td_class2'] = "row2";
$DesertStorm[0]['td_class3'] = "";
$DesertStorm[0]['fontface1'] = "Verdana, Arial, Helvetica,

sans-serif";
$DesertStorm[0]['fontface2'] = "Trebuchet MS";
$DesertStorm[0]['fontface3'] =

"Courier, \'Courier New\', sans-serif";
$DesertStorm[0]['fontsize1'] = "10";
$DesertStorm[0]['fontsize2'] = "11";
$DesertStorm[0]['fontsize3'] = "12";
$DesertStorm[0]['fontcolor1'] = "444444";
$DesertStorm[0]['fontcolor2'] = "444444";
$DesertStorm[0]['fontcolor3'] = "444444";
$DesertStorm[0]['span_class1'] = "";
$DesertStorm[0]['span_class2'] = "";
$DesertStorm[0]['span_class3'] = "";
$DesertStorm[0]['img_size_poll'] = "0";
$DesertStorm[0]['img_size_privmsg'] = "0";

?>

Geplaatst: 26 okt 2005, 21:34
door Bee
$DesertStorm[0]['fontcolor2'] = "444444"; is het, tenzij de template het overschrijft.

Geplaatst: 26 okt 2005, 21:45
door fransoos
Bee schreef:$DesertStorm[0]['fontcolor2'] = "444444"; is het, tenzij de template het overschrijft.
ik denk dan dat de template het overschrijft
maar welk template ???

Geplaatst: 27 okt 2005, 11:23
door Diablo Gamer
waarom doen julie het zo moeilijk instaleer gewoon deze mod Color Groups

Geplaatst: 27 okt 2005, 13:11
door Bas
NEEEEEE! Geen Color Groups! Neem ERC, met Totally ERC, dat is veel beter, en minder traag. :)