Problema forumuri 3 coloane si 2 randuri
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Problema forumuri 3 coloane si 2 randuri
Problema 3 coloane si 2 randuri
Imi apar subforumurile...
Imi apar subforumurile...
Ultima editare efectuata de catre AlexSasann in Joi Dec 18, 2014 10:57 pm, editata de 1 ori
Re: Problema forumuri 3 coloane si 2 randuri
Bună,
Pentru a dezactiva subforumurile, navigați la PA > Afisare > Structura si ierarhie > Link catre nivelele inferioare : Nu
Pentru a dezactiva subforumurile, navigați la PA > Afisare > Structura si ierarhie > Link catre nivelele inferioare : Nu
Vizitator- Vizitator
Re: Problema forumuri 3 coloane si 2 randuri
Ideea este ca vreau sa ramana subforumurile, dar as vrea doar la sectiunea aceea sa dispara. Nu se poate?
Stiu ca reusisem mai de mult acest lucru.
EDIT!
Am incercat altceva, dar tot se vad.
Am pus acel cod sa dispara titlul forumului dar au ramas imaginile,si daca le scot raman virgulele.
Stiu ca reusisem mai de mult acest lucru.
EDIT!
Am incercat altceva, dar tot se vad.
Am pus acel cod sa dispara titlul forumului dar au ramas imaginile,si daca le scot raman virgulele.
Re: Problema forumuri 3 coloane si 2 randuri
Hm, ați putea posta template-ul index_box?
Vizitator- Vizitator
Re: Problema forumuri 3 coloane si 2 randuri
- Cod:
<div class="pun-crumbs hide">
<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="pocoyo">
<div class="main-head" style=" margin-bottom: 5px; ">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content ">
<table cellspacing="0" class="table">
<thead class="hide">
</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};" style="min-width: 75%!important;width: 75%!important;">
<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>
<div class="derechita">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
<div class="desc">{catrow.forumrow.FORUM_DESC}</div>
<!-- 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}
</div>
</td>
<td class="tc2"></td>
<td class="tc3 col_c_stats ipsType_small" style="min-width: 85px;width: 85px;text-align: left"><strong>{catrow.forumrow.TOPICS}</strong> subiecte<br><strong>{catrow.forumrow.POSTS}</strong> mesaje</td>
<td class="tcr">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<div class="retoret"><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>
</div>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
</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 -->
Re: Problema forumuri 3 coloane si 2 randuri
Înlocuiți index_box cu:
- Cod:
<div class="pun-crumbs hide">
<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="pocoyo">
<div class="main-head" style=" margin-bottom: 5px; ">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content ">
<table cellspacing="0" class="table">
<thead class="hide">
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl {catrow.forumrow.U_VIEWFORUM}" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};" style="min-width: 75%!important;width: 75%!important;">
<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>
<div class="derechita">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
<div class="desc">{catrow.forumrow.FORUM_DESC}</div>
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
<span class="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</div>
</td>
<td class="tc2"></td>
<td class="tc3 col_c_stats ipsType_small" style="min-width: 85px;width: 85px;text-align: left"><strong>{catrow.forumrow.TOPICS}</strong> subiecte<br><strong>{catrow.forumrow.POSTS}</strong> mesaje</td>
<td class="tcr">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<div class="retoret"><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>
</div>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
</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:
td.tcl.\2f LINK span.subforums {
display: none !important;
}
Vizitator- Vizitator
Re: Problema forumuri 3 coloane si 2 randuri
Nu merge.. apar in continuare
Re: Problema forumuri 3 coloane si 2 randuri
Un link către forum, te rog?
Edit:
Adaugă asta în CSS:
Edit:
Adaugă asta în CSS:
- Cod:
td.tcl.\2f f9-forum > div > span {
display: none !important;
}
Vizitator- Vizitator
Re: Problema forumuri 3 coloane si 2 randuri
Rezolvat. Multumesc mult!
Vizitator- Vizitator
Subiecte similare
» Problema forumuri pe 3 coloane
» Setari pentru o categorie cu 2 coloane cu cate 2 forumuri [sub-forumuri dezordonate]
» Mi-am facut o categorie cu doua randuri si doua coloane si nu pot muta subiectele acolo
» 6 forumuri pe 3 coloane
» Forumuri pe mai multe coloane
» Setari pentru o categorie cu 2 coloane cu cate 2 forumuri [sub-forumuri dezordonate]
» Mi-am facut o categorie cu doua randuri si doua coloane si nu pot muta subiectele acolo
» 6 forumuri pe 3 coloane
» Forumuri pe mai multe coloane
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