Problema categori
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 categori
Salut .
Am si eu o problema in privinta cu categoriile . De ce la o categorie apare "Forum" si nu numele pe care i l-am pus eu ?
Am si eu o problema in privinta cu categoriile . De ce la o categorie apare "Forum" si nu numele pe care i l-am pus eu ?
Ultima editare efectuata de catre Frosty. in Dum Oct 27, 2013 10:01 am, editata de 1 ori
Re: Problema categori
Buna ziua,
Intrati in P.A > Afisare > Pagina de start > Structura de ierarhie > Separati categoriile sau indexurile : Mediu
Intrati in P.A > Afisare > Pagina de start > Structura de ierarhie > Separati categoriile sau indexurile : Mediu
Re: Problema categori
Asa am dar degeaba ...
Re: Problema categori
Poftim .
- 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-head2">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl" style="font-size: 11px; font-weight: bold; color: #5a5a5a;padding: 8px 40px;">Forum</th>
<th class="tcr" style="font-size: 11px; font-weight: bold; padding: 6px; color: #5a5a5a;">Last post informations</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>
<div class="descript">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<span class="forum_desc_pos"><span class="forum_desc_con" style="opacity: 0; left: 10px; display: none; "><span class="forum_description">{catrow.forumrow.FORUM_DESC}</span></span></span>
<div class="forum_stats"><span>Topics:</span> {catrow.forumrow.TOPICS} <span>Replies:</span> {catrow.forumrow.TOPICS}</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="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 -->
Re: Problema categori
Inlocuiti template-ul actual cu:
- Cod:
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl" style="font-size: 11px; font-weight: bold; color: #5a5a5a;padding: 8px 40px;"><div class="page-title">{catrow.tablehead.L_FORUM}</div></th>
<th class="tcr" style="font-size: 11px; font-weight: bold; padding: 6px; color: #5a5a5a;">Last post informations</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<!-- END cathead -->
<!-- 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>
<div class="descript">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<span class="forum_desc_pos"><span class="forum_desc_con" style="opacity: 0; left: 10px; display: none; "><span class="forum_description">{catrow.forumrow.FORUM_DESC}</span></span></span>
<div class="forum_stats"><span>Topics:</span> {catrow.forumrow.TOPICS} <span>Replies:</span> {catrow.forumrow.TOPICS}</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="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 -->
Re: Problema categori
Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
Re: Problema categori
Stiu asta am facut cand am creeat categoria ..d3ad#SounD. a scris:Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
Rylled template-ul nu a mers ..
Re: Problema categori
Buna dimineata,Frosty. a scris:Stiu asta am facut cand am creeat categoria ..d3ad#SounD. a scris:Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
Rylled template-ul nu a mers ..
Mai exact ce nu a mers? Nu doriti ca textul Forum sa fie inlocuit cu numele categoriei?
Inlocuiti template-ul actual cu cel de mai jos:
- Cod:
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl" style="font-size: 11px; font-weight: bold; color: #5a5a5a;padding: 8px 40px;"><b>{catrow.tablehead.L_FORUM}</b></th>
<th class="tcr" style="font-size: 11px; font-weight: bold; padding: 6px; color: #5a5a5a;">{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>
<div class="descript">
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<span class="forum_desc_pos"><span class="forum_desc_con" style="opacity: 0; left: 10px; display: none; "><span class="forum_description">{catrow.forumrow.FORUM_DESC}</span></span></span>
<div class="forum_stats"><span>Topics:</span> {catrow.forumrow.TOPICS} <span>Replies:</span> {catrow.forumrow.TOPICS}</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="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>
<br />
<!-- 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>
<!-- END switch_on_index -->
Re: Problema categori
Imi pare rau Rylled vina mea am uitat sa dau "Publica" dupa ce am introdus codul dat de tine .
Multumesc +1 .
Multumesc +1 .
Adi.- Membru onorific
- Mesaje : 3738
Localizare : Forumgratuit
Data înscrierii : 01/08/2012
Mulțumiri : 30
Subiecte similare
» Problema categori
» Categori si forumuri
» Categorii si forumuri
» Titlu categori
» Zapada pe categori
» Categori si forumuri
» Categorii si forumuri
» Titlu categori
» Zapada pe categori
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