ai index_box modificat?
ce iti dau eu acum modificarile tale din index_box vor disparea nui chiar asa simplu sa modifici ora,eu te sfatuiesc tutusi sa o lasi acolo
daca nu urmeaza acesti pasi
inlocuieste index_box cu acesta(inainte de asta salveaza-l pe al tau,nu il sterge)
Cod:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<br>
<table class="border_categorii" width="100%" border="0" cellspacing="0" cellpadding="0">
<div id="titlu_categorii">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<td class="statut_mesaj" align="center">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row_tema_center">
<a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <br>
{catrow.forumrow.FORUM_DESC}
<td class="row_tema_left">
{catrow.forumrow.POSTS} Mesaje
</td>
<td class="row_tema_right">
{catrow.forumrow.TOPICS} Subiecte
</td>
<td class="row_tema_lastpost">
<div class="chenarel">
<span class="hotspot" onmouseover="tooltip.show('{catrow.forumrow.LATEST_TOPIC_NAME}');" onmouseout="tooltip.hide();"><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a></span> <br>
{catrow.forumrow.USER_LAST_POST}
</div></td></tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot --></table><!-- END tablefoot --><!-- END catrow -->
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<script type="text/javascript" language="javascript" src="http://extremtutorials.webs.com/ET/Tool-Tip Extrem-Tutorials/tooltips.js"></script>
<style type="text/css">
#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {background-color: white;
border: 1px solid #CFCFCF;
color: #6F6F6F;
font-family: Trebuchet MS,Arial,Helvetica,Georgia,Sans-serif;
font-size: 14px;
height: 17px;
margin-top: -2px;
padding-bottom: 4px;
padding-top: 2px;
}
</style>
<!-- END switch_on_index -->
apoi adauga in css
Cod:
.row_tema_lastpost .chenarel{
font-size: 0px !important;
visibility: hidden !important;
}
.row_tema_lastpost .chenarel a, .row_tema_lastpost .chenarel br{
font-size: 10px !important;
visibility: visible !important;
}