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.

Ultimele mesaje

Vezi subiectul anterior Vezi subiectul urmator In jos

In cos Ultimele mesaje

Mesaj Scris de DeeY Dum Noi 23, 2014 2:44 pm

Salut,

as vrea sa stiu cum pot face sa dispara acest scris din bara

Ultimele mesaje Snapshot_2014_11_23_142818
DeeY

DeeY
Membru Forumgratuit

Mesaje : 64
Varsta : 33
Data înscrierii : 29/09/2014
Mulțumiri : 0
Internet Explorer punBB

http://clansrt.forum.st
DeeY a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de Cesar Dum Noi 23, 2014 8:36 pm

Versiunea forumului dumneavoastra coincide cu versiunea aleasa in profil?
Cesar

Cesar
Membru onorific
Membru onorific

Mesaje : 3361
Varsta : 24
Localizare : Sinaia, Prahova
Data înscrierii : 13/09/2012
Mulțumiri : 311
Google Chrome punBB

https://help.forumgratuit.ro/
Cesar a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de DeeY Dum Noi 23, 2014 9:05 pm

nu, e phpbb2
DeeY

DeeY
Membru Forumgratuit

Mesaje : 64
Varsta : 33
Data înscrierii : 29/09/2014
Mulțumiri : 0
Internet Explorer punBB

http://clansrt.forum.st
DeeY a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de Cesar Dum Noi 23, 2014 9:25 pm

P.A > Afisare > Template-uri > General > index_box, cauta acest fragment de cod:
Cod:
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>

Si inlocuieste-l cu acesta:
Cod:
<th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
Cesar

Cesar
Membru onorific
Membru onorific

Mesaje : 3361
Varsta : 24
Localizare : Sinaia, Prahova
Data înscrierii : 13/09/2012
Mulțumiri : 311
Google Chrome punBB

https://help.forumgratuit.ro/
Cesar a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de DeeY Dum Noi 23, 2014 9:31 pm

nu am gasit acel cod...
DeeY

DeeY
Membru Forumgratuit

Mesaje : 64
Varsta : 33
Data înscrierii : 29/09/2014
Mulțumiri : 0
Internet Explorer punBB

http://clansrt.forum.st
DeeY a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de Cesar Dum Noi 23, 2014 9:33 pm

Postati templateul index_box aici.
Cesar

Cesar
Membru onorific
Membru onorific

Mesaje : 3361
Varsta : 24
Localizare : Sinaia, Prahova
Data înscrierii : 13/09/2012
Mulțumiri : 311
Google Chrome punBB

https://help.forumgratuit.ro/
Cesar a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de DeeY Lun Noi 24, 2014 3:33 pm

Cod:
<div class="pun-crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
   <p class="crumbs"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></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 nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></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">
                                                  <span class="stats_number">{catrow.forumrow.TOPICS}</span>
                                                    <span class="stats_text">Subiecte</span>
                                                  </td>
 
                                          
                  <td class="tc3">
                                                  <span class="stats_number">{catrow.forumrow.POSTS}</span>
                                                  <span class="stats_text">Mesaje</span>
                                                 </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}
                  </td>
            
                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->
 
                     <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 -->
DeeY

DeeY
Membru Forumgratuit

Mesaje : 64
Varsta : 33
Data înscrierii : 29/09/2014
Mulțumiri : 0
Internet Explorer punBB

http://clansrt.forum.st
DeeY a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de DeeY Mier Noi 26, 2014 5:14 pm

up?
DeeY

DeeY
Membru Forumgratuit

Mesaje : 64
Varsta : 33
Data înscrierii : 29/09/2014
Mulțumiri : 0
Internet Explorer punBB

http://clansrt.forum.st
DeeY a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de Cesar Mier Noi 26, 2014 5:27 pm

Inlocuieste template-ul tau cu acesta:
Cod:
<div class="pun-crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
   <p class="crumbs"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></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 nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></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">
                                                  <span class="stats_number"></span>
                                                    <span class="stats_text"></span>
                                                  </td>
 
                                          
                  <td class="tc3">
                                                  <span class="stats_number"></span>
                                                  <span class="stats_text"></span>
                                                 </td>
                                          
                     <td class="tcr">
                     <span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                  </td>
            
                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->
 
                     <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 -->
Cesar

Cesar
Membru onorific
Membru onorific

Mesaje : 3361
Varsta : 24
Localizare : Sinaia, Prahova
Data înscrierii : 13/09/2012
Mulțumiri : 311
Google Chrome punBB

https://help.forumgratuit.ro/
Cesar a fost mulțumit de autorul acestui subiect.

In cos Re: Ultimele mesaje

Mesaj Scris de Vizitator Joi Dec 11, 2014 1:53 pm

Ultimele mesaje Garbag10
Avand in vedere ca in ultimele 2 saptamani autorul nu a mai aratat interes pentru acesta problema, topicul va fi inchis si trimis in cos. Daca problema nu a fost rezolvata, va invitam sa deschideti un nou topic, in sectiunea corespunzatoare si avind un titlu explicit.

=> Topic trimis in cosul de gunoi

Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum