Chenar ultimele subiecte
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 1 • Distribuiţi
Chenar ultimele subiecte
Salut!Am o problema.Am instalat o tema PunBB si am facut un chenar la "Topicuri" ,"Mesaje" si a mai ramas ultimele mesaje.Problema e ca m-am uitat aici:https://help.forumgratuit.ro/t30628-cum-pot-pune-intr-un-chenar-ultimu-post?highlight=chenar
si dupa cateva modificari am reusit dar i-a uitat cum apare:
In fine..cum fac sa se aseze acolo in caseta aia?
Deci ca sa inteleaga toata lumea vreau sa pun un chenar la ultimele mesaje...borderul si backgroundul.....si celelalte le modific eu.Ma ajuta cineva?
si dupa cateva modificari am reusit dar i-a uitat cum apare:
In fine..cum fac sa se aseze acolo in caseta aia?
Deci ca sa inteleaga toata lumea vreau sa pun un chenar la ultimele mesaje...borderul si backgroundul.....si celelalte le modific eu.Ma ajuta cineva?
Re: Chenar ultimele subiecte
Încercaţi să modificaţi acest cod:
- Cod:
.lastpost{
border: solid 1px #7FC8FF;
border-radius: 6px;
-moz-box-shadow: 0px 0px 6px #7FC8FF;
-webkit-box-shadow: 0px 0px 6px #7FC8FF;
width: x%;}
}
Re: Chenar ultimele subiecte
Index_box:
Keir nu m-ai inteles.Eu vreau sa se dea scrisul ala adica:Astazi la 7:35
Admin mai in stanga pana ajunge la caseta aceea.Ca asa stiu sa maresc latimea la chenar.Snk winter astept.
- 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">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</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="tc2"><div class="for_topics">{catrow.forumrow.TOPICS}<span>Subiecte</span></div></td>
<td class="tc3"><div class="for_posts">{catrow.forumrow.POSTS}<span>Mesaje</span></div></td>
<td class="row3 over" align="center" valign="middle" height="50">
<div class="lastpost"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
</td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</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 -->
Keir nu m-ai inteles.Eu vreau sa se dea scrisul ala adica:Astazi la 7:35
Admin mai in stanga pana ajunge la caseta aceea.Ca asa stiu sa maresc latimea la chenar.Snk winter astept.
Re: Chenar ultimele subiecte
Inlocuiti index_box cu:
Incepand de acum va rog sa luati in seama faptul ca versiunea forumului dvs. este PunBB, ci nu phpBB2. Nu mai combinati codurile de la phpBB2 in aceasta versiune cand merge vorba de template-uri.
- 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">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</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="tc2"><div class="for_topics">{catrow.forumrow.TOPICS}<span>Subiecte</span></div></td>
<td class="tc3"><div class="for_posts">{catrow.forumrow.POSTS}<span>Mesaje</span></div></td>
<td class="tcr">
<span class="lastpost">
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</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 -->
Incepand de acum va rog sa luati in seama faptul ca versiunea forumului dvs. este PunBB, ci nu phpBB2. Nu mai combinati codurile de la phpBB2 in aceasta versiune cand merge vorba de template-uri.
Coddy- Membru activ
- Mesaje : 1348
Varsta : 74
Localizare : ...
Data înscrierii : 07/01/2012
Mulțumiri : 0
Re: Chenar ultimele subiecte
Da coddy,am bagat dar acum i-auite cum se vede:
Am modificat latimea si inaltimea ..dar nu are niciun efect..nustiu de ce,,,
Uite ce cod am in css:
Am modificat latimea si inaltimea ..dar nu are niciun efect..nustiu de ce,,,
Uite ce cod am in css:
- Cod:
.lastpost {
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;
}
Re: Chenar ultimele subiecte
Am postat acum 10 minute tu ce crezi?Normal ca mai "PERSISTA".Ma poate ajuta cineva?
Re: Chenar ultimele subiecte
TC.Am rezolvat.
Re: Chenar ultimele subiecte
Ivorry , vă reamintim că mesajele duble nu sunt acceptate decât dacă a trecut o perioada de 24 de ore de la ultimul mesaj (folosiți butonul edit).
Mulţumesc pentru înţelegere!
Mulţumesc pentru înţelegere!
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum