Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Problema categori

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Problema categori

Mesaj Scris de Frosty. Sam Oct 26, 2013 11:30 am

Salut . La revedere 
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 ?
Problema categori Untitled


Ultima editare efectuata de catre Frosty. in Dum Oct 27, 2013 10:01 am, editata de 1 ori
Frosty.

Frosty.
Membru Forumgratuit

Mesaje : 141
Varsta : 27
Data înscrierii : 01/06/2013
Mulțumiri : 7
Internet Explorer phpBB3

http://lemakdesign.forum.st/
Frosty. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Zeus Sam Oct 26, 2013 1:55 pm

Buna ziua,

Intrati in P.A > Afisare > Pagina de start > Structura de ierarhie > Separati categoriile sau indexurile : Mediu
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Frosty. Sam Oct 26, 2013 4:48 pm

Asa am dar degeaba ...
Frosty.

Frosty.
Membru Forumgratuit

Mesaje : 141
Varsta : 27
Data înscrierii : 01/06/2013
Mulțumiri : 7
Internet Explorer phpBB3

http://lemakdesign.forum.st/
Frosty. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Zeus Sam Oct 26, 2013 6:27 pm

Postati aici index_box.
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Frosty. Sam Oct 26, 2013 9:15 pm

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 -->
Frosty.

Frosty.
Membru Forumgratuit

Mesaje : 141
Varsta : 27
Data înscrierii : 01/06/2013
Mulțumiri : 7
Internet Explorer phpBB3

http://lemakdesign.forum.st/
Frosty. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Zeus Sam Oct 26, 2013 10:25 pm

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 -->
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de d3ad#SounD. Dum Oct 27, 2013 2:54 am

Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
d3ad#SounD.

d3ad#SounD.
Membru Forumgratuit

Mesaje : 103
Varsta : 28
Data înscrierii : 27/10/2013
Mulțumiri : 4
Internet Explorer phpBB2

http://exgaming.forumer.ro/
d3ad#SounD. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Frosty. Dum Oct 27, 2013 8:43 am

d3ad#SounD. a scris:Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
Stiu asta am facut cand am creeat categoria ..

Rylled template-ul nu a mers ..
Frosty.

Frosty.
Membru Forumgratuit

Mesaje : 141
Varsta : 27
Data înscrierii : 01/06/2013
Mulțumiri : 7
Internet Explorer phpBB3

http://lemakdesign.forum.st/
Frosty. a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Problema categori

Mesaj Scris de Zeus Dum Oct 27, 2013 9:10 am

Frosty. a scris:
d3ad#SounD. a scris:Cand creezi un forum nou sau o categorie selecteaza felul adica ce sa fie categorie sau forum .
Stiu asta am facut cand am creeat categoria ..

Rylled template-ul nu a mers ..
Buna dimineata, La revedere 

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 -->
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Frosty. Dum Oct 27, 2013 10:00 am

Imi pare rau Rylled vina mea am uitat sa dau "Publica" dupa ce am introdus codul dat de tine .
Multumesc +1 .
Icon-ul rezolvat 
Frosty.

Frosty.
Membru Forumgratuit

Mesaje : 141
Varsta : 27
Data înscrierii : 01/06/2013
Mulțumiri : 7
Internet Explorer phpBB3

http://lemakdesign.forum.st/
Frosty. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Problema categori

Mesaj Scris de Adi. Dum Oct 27, 2013 1:11 pm

topic rezolvat 
Adi.

Adi.
Membru onorific
Membru onorific

Mesaje : 3738
Localizare : Forumgratuit
Data înscrierii : 01/08/2012
Mulțumiri : 30
Google Chrome phpBB3

Adi. a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus


Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum