Cum pot face in felul acesta la subiecte si mesaje ?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Cum pot face in felul acesta la subiecte si mesaje ?
Salut, as vrea sa fac in felul acesta la subiecte si mesaje:
Daca puteti sami oferiti un cod. Multumesc !
Daca puteti sami oferiti un cod. Multumesc !
Re: Cum pot face in felul acesta la subiecte si mesaje ?
Salutare.
Va rog sa postati aici template-ul index_box.
Va rog sa postati aici template-ul index_box.
Re: Cum pot face in felul acesta la subiecte si mesaje ?
Poftim L!:
- 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">
<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}
</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 -->
Re: Cum pot face in felul acesta la subiecte si mesaje ?
Inlocuiti-l cu:
Iar in Foaie de stil CSS adaugati:
- 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">
<div class="ntopics">{catrow.forumrow.TOPICS}<br /><span>Topicuri</span></div>
</td>
<td class="row_tema_right">
<div class="nposts">{catrow.forumrow.POSTS}<br ><span>Posturi</span></div>
</td>
<td class="row_tema_lastpost">
<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}
</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 -->
Iar in Foaie de stil CSS adaugati:
- Cod:
.ntopics, .nposts{
width: 74px;
height: 33px;
background: url("http://i43.servimg.com/u/f43/14/53/79/27/fp10.png") no-repeat left top;
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: normal;
color: #0E2C3E;
padding-top: 3px;
margin-left: 13px;
}
Vizitato- Vizitator
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum