[Error]  Ayuda Editar esta plantilla
* URL del foro: www.downgamerz.com.ar * Versión del foro: 1.6.3 * Actualización: SI Creo que tengo q editar la plantilla forumbit_depth2_forum Lo...


Creo que tengo q editar la plantilla forumbit_depth2_forum

Lo que quiero hacer es algo parecido a esto

[Imagen: aa-59349.JPG]

ASi como dice la img , quitar las barras separadas y darle un mejor aspecto a mensajes y temas.


mi plantilla esta asi


Código PHP:
<tr>



<
td class="{$bgcolor}align="center" valign="top" 
width="1"><img 
src
="images/ficons/icon_{$forum['fid']}.png" widith="45" 
height="45" title="{$forum['name']}"/></td><td 
class="{$bgcolor}valign="top">

<
strong><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" 
alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}
class="ajax_mark_read" id="mark_read_{$forum['fid']}/><
href
="{$forum_url}"> {$forum['name']}</a></strong>{$forum_viewers_text}<div
 
class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>

</
td>

<
td class="{$bgcolor}valign="top" align="center" 
style="white-space: 
nowrap"
>{$threads}{$unapproved['unapproved_threads']}</td>

<
td class="{$bgcolor}valign="top" align="center" 
style="white-space: 
nowrap"
>{$posts}{$unapproved['unapproved_posts']}</td>

<
td class="{$bgcolor}valign="top" align="left" style="white-space: nowrap">{$lastpost}</td>

</
tr
No es ahí, es en esta: forumbit_depth1_cat

Donde ponga:

Código:
cellspacing="{$theme['borderwidth']}"

Pones:

Código:
cellspacing="0"
lo hise y funciono pero luego trate de probarlo en el skin " nesil " y no se quitan O.o

y esta asi la cosa


Código PHP:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="5">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
<
tr>
<
td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br /> 
Pero en qué theme quieres hacerlo? Activa el theme que quieras usar en tu foro, y trato de ver cómo se haría. Smile
dije q en el nesil D:
mira casi lo logro e.e


[Imagen: aaa2-60038.JPG]

asi me sale en el nesil y el fondo no se xq no sale y eso q subi la img de fondo :/

mi forumbit_depth1_cat esta asi

Código PHP:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="5">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tr>
<
td class="tcat" colspan="4"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="90" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
{
$sub_forums}
</
tbody>
</
table>
<
br /> 


Última modificación: 21 Jun, 2011, 4:59 pm por .::PirataOnline::..
Pero en esa imagen ya no salen las barras. No es así como lo quieres?
Si pero sale todo blanco y asi se ve feo quiero un fondo o algo parecido como el de libelux que tiene una sombra
Para eso tienes que editar el global.css. Cambias el .trow1 y el .trow2 por esto:

Código:
.trow1 {
    background: #fff url(images/CARPETA DE IMAGENES/trow_shadow.png) bottom left repeat-x;
}

.trow2 {
    background: #fff url(images/CARPETA DE IMAGENES/trow_shadow.png) bottom left repeat-x;
}

Y añades esta imagen dentro de tu carpeta de imágenes:

[attachment=1993]
lo hise y subi la imagen y todo y modifique la ruta y nada D:

lo tengo asi


Código PHP:
/***************************************
    Nesil 1.0
    soniquake - huseyinemanet.com - [email protected]
    09 Aralik 2010 Persembe
    ie7, ie8, ff, opera, chrome, safari
***************************************/

body {
    
background#d0d1c9 url(images/nesil/arkaplan.jpg) repeat;
    
color#333;
    
font-familyTahomaVerdanaArialSans-Serif;
    
font-size13px;
    
text-aligncenter;
    
line-height1.6;
    
margin0 0 25px 0;
}

a:linka:visited {
    
color#1359AE;
    
text-decorationnone;
    
outline0;
}

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

#container {
    
background#fff;
    
width950px;
    
color#333;
    
border1px solid #5d5d5d;
    
border-top0;
    
margin0 auto;
    
text-alignleft;
}

#content {
    
widthauto !important;
    
padding15px 20px;
}

#panel {
    
background#efefef;
    
color#000;
    
font-size11px;
    
border1px solid #D4D4D4;
    
padding8px;
}

table {
    
color#333;
    
font-familyTahomaVerdanaArialSans-Serif;
    
font-size12px;
    
line-height1.6;
        
background#182846 url(images/nesil/golge.png) repeat-x scroll left top;
}

.
tborder {
    
background#fff;
    
width100%;
    
margin0 auto;
    
border1px solid #C0C0C0;
    
-moz-border-radius6px;
    -
webkit-border-radius6px;
}

acronymabbr {
    
cursorhelp;
    
border-bottom1px dashed #555;
}

.
thead {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
border-bottom1px solid #bebebe;
    
padding7px 15px;
    -
moz-border-radius-topleft6px;
    -
moz-border-radius-topright6px;
    -
webkit-border-top-left-radius6px;
    -
webkit-border-top-right-radius6px;
    
font-weightbold;
}

.
thead a:link, .thead a:visited {
    
color#fff;
    
text-decorationnone;
}

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

.
tcat {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#666;
    
border-bottom1px solid #bebebe;
    
font-size11px;
    
padding5px 8px;
    
text-shadow1px 1px 0 #fff;
}

.
tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
    
color#333;
}
.
trow1 {
       
background#fff url(images/gamerzweb/trow_shadow.png) bottom left repeat-x;
}

.
trow2 {
background#fff url(images/gamerzweb/trow_shadow.png) bottom left repeat-x;

}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
background#FFFBD9;
    
border-bottom1px solid #F7E86A;
}

.
trow_sep {
    
background#f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-bottom1px solid #bebebe;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
padding7px 15px;
    
border-top1px solid #bebebe;
    
-moz-border-radius-bottomleft6px;
    -
moz-border-radius-bottomright6px;
    -
webkit-border-bottom-left-radius6px;
    -
webkit-border-bottom-right-radius6px;
}

.
tfoot a:link, .tfoot a:visited {
    
color#fff;
    
text-decorationnone;
}

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

.
bottommenu {
    
background#f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-top1px solid #bebebe;
    
padding6px;
}

.
bottommenu div span.smalltext a {
    
background-repeatno-repeat;
    
background-positionleft;
    
padding0 0 0 15px;
    
margin-right15px;
    
text-decorationnone;
}

.
iletisim {background-imageurl(images/nesil/ikon/iletisim.png);}
.
anasayfa {background-imageurl(images/nesil/ikon/anasayfa.png);}
.
yukari {background-imageurl(images/nesil/ikon/yukari.png);}
.
arsiv {background-imageurl(images/nesil/ikon/arsiv.png);}
.
rss {background-imageurl(images/nesil/ikon/rss.png);}

.
navigation {
    
color#333;
    
font-size11px;
    
font-weightbold;
}

.
navigation a:link, .navigation a:visited {
    
text-decorationnone;
}

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

.
navigation .active {
    
color#333;
    
font-size11px;
    
font-weightbold;
}

.
smalltext {
    
font-size11px;
}

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

textarea {
    
background#fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    
border1px solid gray;
    
padding0;
    
line-height1.4;
    
font-familyVerdanaArialSans-Serif;
    
font-size13px;
}

select {
    
background#fff;
    
border1px solid gray;
}

input.textbox {
    
background#fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    
border1px solid gray;
    
padding2px;
    
font-familyVerdanaArialSans-Serif;
}

.
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#333;
}

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

.
popup_menu .popup_item {
    
background#fff;
    
displayblock;
    
text-decorationnone;
    
white-spacenowrap;
    
border1px solid #ccc;
    
outline1px solid #f5f5f5;
    
padding3px 13px;
}

.
popup_menu a.popup_item:hover {
    
background#1192d5;
    
color#fff;
    
text-decorationnone;
}

.
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;
    
vertical-alignmiddle;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

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

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

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

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

hr {
    
background-color#000;
    
color#000;
    
height1px;
    
border0;
}

#copyright {
    
background#182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    
color#fff;
    
margin0;
    
padding6px;
    
border-top1px solid #003366;
}

#copyright a {
    
color#fff;
    
font-weightbold;
}

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

blockquote {
    
background#fafcfe;
    
margin0;
    
padding4px;
    
border-left4px solid #8394B2;
    
border-top1px dotted #333;
    
border-right1px dotted #333;
    
border-bottom1px dotted #333;
}

blockquote cite {
    
background#fafcfe url(images/nesil/alinti.gif) no-repeat right center;
    
displayblock;
    
padding3px;
    
font-stylenormal;
    
font-weightbold;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

.
codeblock {
    
background#fafcfe;
    
margin0 auto;
}

.
codeblock .title {
    
background#fddbcc url(images/nesil/kod.gif) no-repeat right;
    
border-bottom1px solid #ccc;
    
padding3px;
    
margin0 auto;
    
font-weightbold;
}

.
codeblock code {
    
color#465584;
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
padding4px;
    
border1px dotted #999;
    
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 {
    
margin1px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
text-decorationnone;
    
white-spacenowrap;
}

.
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-bottom10px;
}

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

.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
background#eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
    
padding3px 8px;
    
margin-bottom3px;
}

.
pagination a {
    
border1px solid #bbb;
    
text-shadow1px 1px 0 #fff;
}

.
pagination .pagination_current {
    
background#182846 url(images/nesil/tablo.gif) repeat-x left top;
    
border1px solid #101b31;
    
color#fff;
    
text-decorationnone;
    
font-weightbold;
}

.
pagination a:hover, .pagination a:active {
    
background#182846 url(images/nesil/tablo.gif) repeat-x left top;
    
border1px solid #101b31;
    
color#fff;
    
text-decorationnone;
    
text-shadow1px 1px 0 #444;
}

.
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;
    
text-alignjustify;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px;
    
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;
}

.
logo {
    
height125px;
    
positionrelative;
    
border-bottom1px solid #194a6c;
}

.
logo a {
    
backgroundurl(images/nesil/logo.pngtop left repeat-x;
    
height125px;
    
width950px;
    
displayblock;
    
text-indent: -9999px;
}

.
lower_panel a.login {
    
backgroundurl(images/nesil/ikon/giris.pngno-repeat;
    
padding-left20px;
    
margin-right15px;
    
margin-left15px;
}

.
lower_panel a.register {
    
backgroundurl(images/nesil/ikon/kayitol.pngno-repeat;
    
padding-left20px;
    
margin-right15px;
}

.
lower_panel a.admincp {
    
backgroundurl(images/nesil/ikon/adminkp.pngno-repeat;
    
padding-left20px;
}

.
lower_panel a.modcp {
    
backgroundurl(images/nesil/ikon/modkp.pngno-repeat;
    
padding-left20px;
}

.
lower_panel a.usercp {
    
backgroundurl(images/nesil/ikon/kullanicikp.pngno-repeat;
    
padding-left20px;
}

.
lower_panel {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#000;
    
border-bottom1px solid #bebebe;
    
padding6px;
    
font-familyTahomaVerdanaArialSans-Serif;
}

.
lower_panel a {
    
color#626262;
    
margin-right15px;
    
text-shadow1px 1px 0 #fff;
}

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

.
upper_panel {
    
background#eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    
color#333;
    
border-bottom1px solid #bebebe;
    
padding6px;
    
font-familyTahomaVerdanaArialSans-Serif;
}

.
upper_panel a {
    
padding-left20px;
    
margin-right15px;
    
text-shadow1px 1px 0 #fff;
    
font-weightbold;
}

.
upper_panel a.logout {
    
backgroundurl(images/nesil/ikon/logout.gifno-repeat right;
    
padding-right20px;
    
margin-left0;
    
padding-left0;
    
margin-right0;
}

#golge {
    
backgroundurl(images/nesil/golge.pngrepeat-y;
    
width986px;
    
positionrelative;
    
margin0 auto;
    
heightauto;
}

#golge_alt {
    
backgroundurl(images/nesil/golge_alt.pngno-repeat;
    
height18px;
    
width986px;
    
margin0 auto;
}

.
alt_forumlar {
    list-
stylenone;
    
margin0;
    
padding0;
}

.
alt_forumlar li {
    
width33%;
    
floatleft;
    
line-height20px;
}

#menu {
    
backgroundurl(images/nesil/menu_bg_baslar.pngno-repeat;
    
positionabsolute;
    
top92px;
    
right18px;
    
padding-left41px;
    
font-familyTahoma'Trebuchet MS'Arialsans-serif;
}

#menu ul {
    
background#016db0 url(images/nesil/menu_bg.png) repeat-x;
    
list-stylenone;
    
margin0;
    
padding0;
    
height34px;
}

#menu li {
    
floatleft;
    
margin-top4px;
    
margin-right10px;
}

#menu li a {
    
color#fff;
    
padding4px 10px 1px;
    
text-decorationnone;
    
displayblock;
    
border-bottom0;
}

#menu li a:hover {
    
color#fff;
    
border-bottom2px solid #fff;
    
text-decorationnone;
}

#menu li.active a, #menu li.active a:hover {
    
backgroundurl(images/nesil/menu_bg_aktif.pngno-repeat top left;
    
color#333;
    
padding4px 10px 4px 13px;
    
border-bottom2px solid #fff;
}

#menu li.active {
    
backgroundurl(images/nesil/menu_bg_aktif2.pngno-repeat top right;
    
padding-right4px;
    
positionrelative;
    
bottom: -2px;
}

.
yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
    
color#333;
    
text-decorationnone;
}

form#lang_select {
    
margin-top: -4px;
}

.
author {
    
backgroundurl(images/nesil/nav_bit.gifno-repeat center left;
    
padding-left20px;
}

.
remember_me input {
    
vertical-alignsub;
}

.
messageEditor .toolbar_button {
    
cursorpointer;
}

.
post_avatar img {
    
background#fff;
    
border1px solid #ddd;
    
padding1px;
}

.
button {
    
cursorpointer;

No tienes ese theme puesto... Así no podemos ver qué pasa.