Buttony w html

Założony przez  Salioner.

wersja skryptu MyBB:1.6.6
adres forum:http://rometws50.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Na forum mam zainstalowany styl Sky Cotton i kwiecia. Zauważyłem że w kwieciu są tylko kawałki obrazków do buttonow a reszta jest gdzieś w html. Chciałbym się dowiedzieć jak mógłbym na Sky Cotton zrobić te buttony , chodzi mi oto co i skąd muszę skopiować ze stylu by kwiecio i wkleić do Sky Cotton żeby mieć takie buttony ( wszystkiego identyczne tylko nazwami się różnią ) .
chodzi mi oto:    
Zamiast obrazków dajesz link tekstowy z odpowiednią klasą.

Link:
<a href="adres" class="przyciski">[TEKST]</a

To dodać do global.css:
.przyciski{
color#888;
background-imagelinear-gradient(bottomrgb(230,230,23014%, rgb(245,248,25057%);
background-image: -o-linear-gradient(bottomrgb(230,230,23014%, rgb(245,248,25057%);
background-image: -moz-linear-gradient(bottomrgb(230,230,23014%, rgb(245,248,25057%);
background-image: -webkit-linear-gradient(bottomrgb(230,230,23014%, rgb(245,248,25057%);
background-image: -ms-linear-gradient(bottomrgb(230,230,23014%, rgb(245,248,25057%);
background-image: -webkit-gradient(linearleft bottomleft topcolor-stop(0.14rgb(230,230,230)), color-stop(0.57rgb(245,248,250)));
border-style:solid;
border-width:1px;
border-color#aaa;
-webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;


Ewentualnie zamiast tych wszystkich background-image możesz użyć obrazka i kodu css:
backgroundurl(adres obrazka); 
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
a gdzie mam dać ten link testowy i czy kod do global.css mogę dać na końcu i gdzie mam wstawić ten link do obrazka ?
Okej, widzę, że trzeba wytłumaczyć to od podstaw ;)

Kody różnych buttonów są w szablonach twojego stylu, kategoria opis posta, zazwyczaj na początku każdego z szablonów:
postbit_delete_pm
postbit_edit
postbit_email
postbit_find
postbit_forward_pm
postbit_multiquote
postbit_pm
postbit_quickdelete
postbit_quote
postbit_rep_button
postbit_reply_pm
postbit_replyall_pm
postbit_report
postbit_warn
postbit_www


To chyba wszystkie szablony, które trzeba edytować, o ile żadnego nie pominąłem.

Tak, kod możesz dodać na końcu global.css

Link do obrazka, jak napisałem, zamiast wszystkich background-image, czyli jeśli nie chcesz używać gradientu css3, to twój kod css powinien wyglądać tak:
.przyciski{
color#888;
backgroundurl(adres obrazka); 
border-style:solid;
border-width:1px;
border-color#aaa;
-webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;

:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
Nie wyszło mi nadal są stare buttony ;/ kod:
.przyciski{
color#888;
backgroundurl(images/post.png); 
border-style:solid;
border-width:1px;
border-color#aaa;
-webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;


Mam trochę problem z ikonkami bo jest ich dużo ( biorę je ze stylu by kwiecio ) i przez to nie wiem którą wysłać do ftp i wsadzić więc wysłałem tą dużą szarą i zmieniłem jej nazwe i nie wyszło tutaj jest paczka tych ikonek http://speedy.sh/sJnVC/ikony.rar


Załączone pliki Obrazki
       
Zmieniłeś linki w szablonach?
Jeszcze dokładnie to obczaje później, bo w tej chwili jestem na fonie i raczej nie jest to wygodne rozwiązanie, jeśli chodzi o pomoc techniczną.
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
Co do przycisku edytuj:
Pewnie masz wtyczkę "notatka od administratora" zainstalowaną?
Jeżeli tak to wstaw tu:
http://rometws50.pl/admin/index.php?module=style-templates&action=edit_template&title=editpost_first&sid=-1
to:
{$editpost}
Nie zmieniłem oto moje global.css
body {
    
background#F0F8FF;
    
color#000;
    
text-aligncenter;
    
line-height1.4;
    
    
font-familyArialHelveticaTahomaVerdanaSans-Serif;
    
font-size13px;
}

a:link {
    
color#026CB1;
    
text-decorationnone;
}

a:visited {
    
color#026CB1;
    
text-decorationnone;
}

a:hovera:active {
    
color#000;
    
text-decorationunderline;
}

#container {
    
width89%;
    
marginauto auto;
    
text-alignleft;
}

#header {
    
background#1798ce url(images/sky_cotton/header_bg.png) top left repeat-x;
    
border2px solid #313131;
    
border-bottom0;
    
height174px;
    -
moz-border-radius8px 8px 0 0;
    -
webkit-border-top-left-radius8px;
    -
webkit-border-top-right-radius8px;
}

#logo {
    
backgroundtransparent url(images/sky_cotton/logo_bg.pngbottom left repeat-x;
    
text-aligncenter;
    
padding22px 20px 38px 20px;
    
height98px;
}

.
logo_left {
    
backgroundtransparent url(images/sky_cotton/logo_left.pngbottom left no-repeat;
    
padding-left15px;
    
floatleft;
    
margin-left8px;
    
margin-top16px;
}

.
logo_right {
    
backgroundtransparent url(images/sky_cotton/logo_right.pngbottom right no-repeat;
    
padding-right15px;
}

#logo .search_go {
    
backgroundtransparent url(images/sky_cotton/search_go.pngcenter bottom no-repeat;
    
width14px;
    
border0;
    
height16px;
    
positionrelative;
    
top0;
    
left: -22px;
    
cursorpointer;
}

#content {
    
background#fff;
    
widthauto !important;
    
border2px solid #313131;
    
padding15px;
}

#footer {
    
background#555 url(images/sky_cotton/gradient.png) bottom left repeat-x;
    
color#fff;
    
border2px solid #F0F8FF;
    
border-top0;
    
padding15px 20px;
    -
moz-border-radius0 0 8px 8px;
    -
webkit-border-bottom-left-radius8px;
    -
webkit-border-bottom-right-radius8px;
    
text-shadow-1px 0 #333;
}

#footer a {
    
color#ccc;
    
font-size12px;
    
font-styleitalic;
}

.
menu ul {
    
color#ccc;
    
text-alignleft;
    
padding12px 0;
    
margin133px 0 0 285px;
    
text-transformuppercase;
    list-
stylenone;
    
    
font-size11px;
    
font-weightbold;
}

.
menu ul a {
    
color#ccc;
    
padding6px;
    
text-decorationnone;
}

.
menu ul a:hover, .menu ul a:active {
    
background#494949;
    
color#fff;
    
padding5px;
    
border1px solid #393939;
    
-moz-border-radius3px;
    -
webkit-border-radius3px;
    
text-shadow-1px 0 #111;
    
text-decorationnone;
}

#panel {
    
background#1c7ba3;
    
width270px;
    
color#c6dfe9;
    
border1px solid #0a4a65;
    
padding8px;
    
floatright;
    
margin10px 10px 0 0;
    
height93px;
    
text-shadow-1px 0 #0d5e7f;
    
-moz-border-radius5px;
    -
webkit-border-radius5px;
    
font-size12px;
}

#panel a {
    
color#fff;
}

#panel .username {
    
backgroundurl(images/sky_cotton/panel_user_bg.pngbottom left repeat-x;
    
border-bottom1px solid #2d91bc;
    
padding2px 2px 4px 4px;
}

#panel .buttons {
    
padding10px 0;
}

#panel .button, #panel .formbutton {
    
background#14688c url(images/sky_cotton/gradient.png) bottom left repeat-x;
    
color#fff;
    
border1px solid #0a4b66;
    
padding6px 8px;
    
text-shadow-1px 0 #073a4f;
    
-moz-border-radius3px;
    -
webkit-border-radius3px;
    
text-decorationnone;
    
font-size11px;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}

table {
    
color#000000;
    
font-familyArialHelveticaTahomaVerdanaSans-Serif;
    
font-size13px;
}

.
tborder tr:first-child td.thead:first-child,
.
tborder tr:first-child td.tcat:first-child {
    
border-left1px solid #717171;
    
-moz-border-radius-topleft5px;
    -
webkit-border-top-left-radius5px;
}

.
tborder tr:first-child td.thead:last-child,
.
tborder tr:first-child td.tcat:last-child {
    
border-right1px solid #717171;
    
-moz-border-radius-topright5px;
    -
webkit-border-top-right-radius5px;
}

.
tborder tr td.trow1:first-child,
.
tborder tr td.trow2:first-child,
.
tborder tr td.trow_shaded:first-child,
.
tborder tr td.tcat:first-child {
    
border-left1px solid #717171;
}

.
tborder tr td.trow1:last-child,
.
tborder tr td.trow2:last-child,
.
tborder tr td.trow_shaded:last-child,
.
tborder tr td.tcat:last-child {
    
border-right1px solid #717171;
}

.
tborder {
    
border-bottom1px solid #717171;
    
width100%;
    
marginauto auto;
}

.
thead {
    
background#2f93bd url(images/sky_cotton/thead_bg.gif) top left repeat-x;
    
color#ffffff;
    
padding7px;
    
text-shadow-1px 0 #1c6f92;
    
    
font-size15px;
}

.
thead a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:hover, .thead a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
tcat {
    
background#909090 url(images/sky_cotton/tcat_bg.gif) top left repeat-x;
    
color#444;
    
border-top1px solid #717171;
    
border-bottom1px solid #717171;
    
text-shadow0 1px 0 #b8b8b8;
    
font-size12px;
}

.
tcat_l {
    
background#909090 url(images/sky_cotton/tcat_bg.gif) top left repeat-x;
    
color#444;
    
border-top1px solid #717171;
    
border-bottom1px solid #717171;
    
border-left1px solid #717171;
    
text-shadow0 1px 0 #b8b8b8;
    
font-size12px;
}

.
tcat_r {
    
background#909090 url(images/sky_cotton/tcat_bg.gif) top left repeat-x;
    
color#444;
    
border-top1px solid #717171;
    
border-bottom1px solid #717171;
    
border-right1px solid #717171;
    
text-shadow0 1px 0 #b8b8b8;
    
font-size12px;
}

.
tcat a,
.
tcat_l a,
.
tcat_r a {
    
color#000000;
}

.
tcat a:hover,
.
tcat_l a:hover,
.
tcat_r a:hover {
    
color#000000;
}

.
trow1 {
    
background#f5f5f5 url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
border-bottom1px solid #ddd;
}

.
trow2 {
    
background#efefef url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
border-bottom1px solid #ddd;
}

.
trow_shaded {
    
background#ffdde0  url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
border-bottom1px solid #ddd;
}

.
trow_selected td {
    
background#FFFBD9 url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
border-bottom1px solid #ddd;
}

.
trow_sep {
    
background#e9e9e9;
    
color#444;
    
border-bottom1px solid #ddd;
    
border-left1px solid #717171;
    
border-right1px solid #717171;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#1899cf url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
color#ffffff;
    
border-top1px solid #717171;
    
border-left1px solid #717171;
    
border-right1px solid #717171;
    
text-shadow-1px 0 #1c6f92;
}

.
tfoot a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
bottommenu {
    
width180px;
    
floatleft;
}

.
bottomhead {
    
font-size16px;
    
font-weightbold;
}

.
navigation {
    
background#ddd;
    
color#555;
    
border1px solid #989898;
    
padding9px;
    -
moz-border-radius5px;
    -
webkit-border-radius5px;
    
font-size13px;
    
font-weightbold;
}

.
navigation a:link {
    
color#777;
    
text-decorationnone;
}

.
navigation a:visited {
    
color#777;
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
color#333;
    
text-decorationnone;
}

.
navigation .active {
    
color#555;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

.
largetext {
    
font-size16px;
    
font-weightbold;
}

input.textbox {
    
background#fefefe url(images/sky_cotton/text_bg.png) bottom left repeat-x;
    
color#777;
    
border1px solid #12688c;
    
padding5px;
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    
font-size13px;
}

input.button {
    
background#1082b1 url(images/sky_cotton/trow_bg.png) bottom left repeat-x;
    
color#eee;
    
border1px solid #12688c;
    
padding5px;
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    
text-shadow-1px 0 #156485;
    
cursorpointer;
    
font-size11px;
}

textarea {
    
background#ffffff;
    
color#000000;
    
border1px solid #0f5c8e;
    
padding2px;
    
font-familyVerdanaArialSans-Serif;
    
line-height1.4;
    
font-size13px;
}

select {
    
background#fefefe url(images/sky_cotton/text_bg.png) bottom left repeat-x;
    
color#777;
    
border1px solid #888;
    
padding3px;
    -
moz-border-radius4px;
    -
webkit-border-radius4px;
    
    
font-size13px;
}

.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #0f5c8e;
}

.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}

.
autocomplete_selected {
    
background#adcee7;
    
color#000;
}

.
popup_menu {
    
background#fff;
    
border1px solid #888;
    
-moz-border-radius5px;
    -
webkit-border-radius5px;
}

.
popup_menu .popup_item {
    
color#444;
}

.
popup_menu .popup_item:hover {
    
background#3692b8;
    
color#155a77;
    
padding3px 5px;
    
border1px solid #155a77;
    
-moz-border-radius3px;
    -
webkit-border-radius3px;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
}

.
valid_field {
    
border1px solid #0c0;
}

.
validation_error {
    
backgroundurl(images/invalid.gifno-repeat center left;
    
color#f30;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_success {
    
backgroundurl(images/valid.gifno-repeat center left;
    
color#00b200;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_loading {
    
backgroundurl(images/spinner.gifno-repeat center left;
    
color#555;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

/* Additional CSS (Master) */
img {
    
bordernone;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background-color#FFFBD9;
    
font-weightbold;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
menu li {
    
displayinline;
}

.
menu img {
    
padding-right5px;
    
vertical-aligntop;
}

#panel .links {
    
margin0;
    
floatright;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
}

img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}

hr {
    
background-color#000000;
    
color#000000;
    
height1px;
    
border0px;
}

#copyright {
    
colorblack;
    
padding8px;
    
text-aligncenter;
    
    
font-size11px;
}

#copyright a {
    
colorblack;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}

blockquote {
    
background#fff;
    
color#777;
    
border1px solid #ccc;
    
margin0;
    
padding6px;
    -
moz-border-radius5px;
    
margin-bottom5px;
    
font-familyGeorgia"Times New Roman";
    
font-size11px;
    
font-styleitalic;
}

blockquote cite {
    
color#222;
    
border-bottom1px solid #ccc;
    
padding2px 4px 5px 4px;
    
displayblock;
    
margin-bottom6px;
    
    
font-familyArialHelveticaTahomaVerdanaSans-Serif;
    
font-size13px;
    
font-stylenormal;
    
font-weightbold;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

blockquote cite span.highlight {
    
floatnone;
    
font-weightbold;
    
padding-bottom0;
}

.
codeblock {
    
background#fff;
    
border1px solid #ccc;
    
margin0;
    
padding6px;
    -
moz-border-radius5px;
    
margin-bottom5px;
}

.
codeblock .title {
    
border-bottom1px solid #ccc;
    
padding2px 4px 5px 4px;
    
displayblock;
    
margin-bottom6px;
    
font-weightbold;
}

.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}

form {
    
margin0;
    
padding0;
}

.
popup_menu .popup_item_container {
    
margin3px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
padding4px 6px;
    
white-spacenowrap;
    
    
text-decorationnone;
    
font-size11px;
}

.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}

.
pm_alert {
    
background#FFF6BF;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
red_alert {
    
background#FBE3E4;
    
border1px solid #A5161A;
    
color#A5161A;
    
text-aligncenter;
    
padding5px 20px;
    
margin-bottom15px;
    
font-size11px;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

div.error p {
    
margin0;
    
color#000;
    
font-weightnormal;
}

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
color#C00;
    
backgroundurl(images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}

.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}

.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
padding2px 6px;
    
margin-bottom3px;
}

.
pagination a {
    
border1px solid #81A2C4;
}

.
pagination .pagination_current {
    
background#F5F5F5;
    
border1px solid #81A2C4;
    
font-weightbold;
    
color#000;
}

.
pagination a:hover {
    
background#F5F5F5;
    
text-decorationnone;
}

.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}

.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}

.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}

.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
}

.
forum_legend dd {
    
floatleft;
    
margin-right10px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
post_body {
    
padding5px;
}

.
post_buttons img {
    
vertical-alignmiddle;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px/* amount of padding needed for image to fully show */
    
vertical-alignmiddle;
    
bordernone;
}

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}

.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border:1px solid #980201;
}

.
_plus {
    
background-color:#E8FCDC;
    
color#008800;
    
border:1px solid #008800;
}

.
pagination_breadcrumb {
    
background-color#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
}

.
statsmenu {
    
padding10px;
    
text-aligncenter;
    
background#40a6d1 url(images/sky_cotton/thead_bg.png) top left repeat-x;
-webkit-border-top-left-radius5px;
-
webkit-border-top-right-radius5px;
-
moz-border-radius-topleft5px;
-
moz-border-radius-topright5px;
border-top-left-radius5px;
border-top-right-radius5px;
    
border1px solid #035488;
}

.
statsmenu a {
    
margin-right35px;
    
color#F3F3F3;
    
font-familyTahomasans-serif;
    
font-size:12px;
    
font-weight:bold;
}

.
novastats {
    
background#ffffff;
    
margin0px 0 20px 0;
    
padding8px 20px;
    
border-bottom1px solid #035488;
    
border-top1px solid #035488;
    
border-left1px solid #035488;
    
border-right1px solid #035488; d5dde5
}

.
novastats .title {
    
color:#000;
    
font-weight:bold;
    
font-family:Arial;
    
font-size:14px;
}

.
novastats hr {
    
background#c2c2c2;
    
width:98%;
}

.
novastats .stats {
    
color#000;
    
border-left:1px solid #d0d1d3;
    
padding-left20px;
}

.
przyciski{
color#888;
backgroundurl(images/post.png); 
border-style:solid;
border-width:1px;
border-color#aaa;
-webkit-border-radius2px;
-
moz-border-radius2px;
border-radius2px;

wcześniej podałem paczkę z plikami
No to jak Ci się ma wyświetlać, jak nie zmieniłeś linków?
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
a gdzie mam to zmienić ?
Dałem Ci przecież cały wykaz szablonów, gdzie trzeba zmodyfikować linki.
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
a co mam wpisać w tych obrazkach.
Aby adminować forum, powinno się przynajmniej znać podstawy HTML'a :p

Musisz zamienić kod linków, np w postbit_quote masz:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}title="{$lang->postbit_quote}/></a

To trzeba zamienić na:
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}class="przyciski">Cytuj</a

I tak dalej, i tak dalej...
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.
sam doszedłem do tego :) już zrobiłem ale coś nie wyszło http://rometws50.pl/thread-219.html
Okej, wiesz co... Daj mi dostęp do ACP i Ci to z dobroci serca zrobię :)
:: Akcja DZIĘKUJĘ ZA POMOC ::
Pomocy udzielam jedynie na forum. Wszystkie rzeczy wykraczające poza tą dziedzinę wykonuję odpłatnie.



Użytkownicy przeglądający ten wątek:

1 gości