Mesaje new, no new in dreapta
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Mesaje new, no new in dreapta
Doresc icon-urile cu "new" "no new" in dreapta.. stiu ca mi-a facut SGSS odata dar imi trebuie pentru punBB
Uitati template-ul index_box
Uitati template-ul index_box
- 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 -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl"></th>
<th class="tc3"></th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc3"><div class="romanian"> <div class="posts"><b>{catrow.forumrow.POSTS}</b> Mesaje</div> <br><div class="topics"> <b>{catrow.forumrow.TOPICS}</b> Subiecte </div></div></td>
<td class="tcr">
<div class="gensmall chenarlastposts">{catrow.forumrow.LAST_POST}</div>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- 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>
<!-- END switch_on_index -->
- Cod:
.icon-f {
position: relative;
left: 480px;
top:-10px !important;
}
Vizitator- Vizitator
Re: Mesaje new, no new in dreapta
Inlocuiti acest fragment de cod:
Identificati si stergeti acest fragment de cod:
Identificati acest fragment de cod:
Adaugati in Foaie de stil CSS:
Cat despre codul CSS, nu am verificat, insa cred ca va trebui sa inlocuiti:
- Cod:
<th class="tcl"></th>
<th class="tc3"></th>
<th class="tcr">{L_LASTPOST}</th>
- Cod:
<th class="tcl"></th>
<th class="tc3"></th>
<th class="tcr">{L_LASTPOST}</th>
<th class="tci"></th>
Identificati si stergeti acest fragment de cod:
- Cod:
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
Identificati acest fragment de cod:
- Cod:
<td class="tcr">
<div class="gensmall chenarlastposts">{catrow.forumrow.LAST_POST}</div>
</td>
- Cod:
<td class="tci"><span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span></td>
Adaugati in Foaie de stil CSS:
- Cod:
.pun table .tcl {
width: 55% !important;
}
Cat despre codul CSS, nu am verificat, insa cred ca va trebui sa inlocuiti:
- Cod:
left: 480px;
- Cod:
right: 480px;
Re: Mesaje new, no new in dreapta
Ciudat.. foarte ciudat. Am reusit cu
- Cod:
span.status {
position: relative;
left: -500px;
top: 10px;
}
Vizitator- Vizitator
Subiecte similare
» Cum mut Ultimele Mesaje in dreapta
» Pozitia profilului in mesaje pe dreapta.
» Lini pe dreapta pe stanga in centru pe langa numar de mesaje/topicuri
» Cum dau subiecte/mesaje last topic mai spre dreapta
» Cum adaug un logo mic la mesaje , jos in colt in dreapta
» Pozitia profilului in mesaje pe dreapta.
» Lini pe dreapta pe stanga in centru pe langa numar de mesaje/topicuri
» Cum dau subiecte/mesaje last topic mai spre dreapta
» Cum adaug un logo mic la mesaje , jos in colt in dreapta
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