Problem z modyfikacją - Moderation BBcode
avatarus - 05-11-2006, 00:06 Temat postu: Moderation BBcode Mam problem z Modem : Moderation BBcode
powinien wyglądać tak:
a u mnie wygląda poprostu tak
Kod: | Mod Info:
[tu powinien być text na innym tle ] |
wpisuje coś takiego żeby sprawdzić czy działa: Kod: | [mod]tu powinien być text na innym tle [/mod] |
dodatkowo w instrukcji pisze: Kod: | templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
.mod {
font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #D61717; line-height: 125%;
background-color: #f1e1b1; border: #D61717; border-style: solid; font-weight : bold;
border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px
}
|
ale nie ma nic takiego o_O
Ktoś zna rozwiązanie tego problemu?
z góry dziękuje
Ooi - 06-11-2006, 10:41
szukaj w templates/Nazwa_Stylu/Nazwa_Stylu.css
avatarus - 06-11-2006, 12:09
no w tym problem że robi się już zmianę w tym pliku :
(kawałek instrukcji) Cytat: | #-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.css
#
#-----[ FIND ]------------------------------------------
#
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
.mod {
font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #D61717; line-height: 125%;
background-color: #f1e1b1; border: #D61717; border-style: solid; font-weight : bold;
border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px
}
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
.mod {
font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #D61717; line-height: 125%;
background-color: #f1e1b1; border: #D61717; border-style: solid; font-weight : bold;
border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px
}
# |
Ooi - 06-11-2006, 13:30
to ja nie wiem
w overall_header.tpl na bank nie ma czegoś takiego i nie pamiętam, aby kiedykolwiek było
avatarus - 06-11-2006, 16:28
no właśnie w ty problem że nie wiem gdzie to wkleić
Ktoś może z was zaimplementował ten mod?
|
|
|