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.

Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Mesaj Scris de Leonidas Lun Mar 17, 2014 7:41 pm

Salut !
Am mai postat un subiect ca acesta , dar pentru punbb , as vrea rezolvarea acestuia pentru phpbb2
Multumesc


Ultima editare efectuata de catre Leonidas in Lun Mar 17, 2014 8:27 pm, editata de 1 ori
Leonidas

Leonidas
Membru Forumgratuit

Mesaje : 356
Varsta : 25
Data înscrierii : 19/02/2014
Mulțumiri : 11
Internet Explorer phpBB3

http://www1.pkrplace.com/
Leonidas a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Mesaj Scris de Vizitator Lun Mar 17, 2014 7:56 pm

Buna Seara,
Puteti posta index_body?.

PS:
Cautati in index_body:
Cod:
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->
si inlocuitil cu
Cod:
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
   </tr>
</table>
<!-- END switch_legend -->


Ultima editare efectuata de catre YoDa in Lun Mar 17, 2014 8:07 pm, editata de 1 ori
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Mesaj Scris de Vizitator Lun Mar 17, 2014 8:00 pm

Salut,
Cautati in index_body:
Cod:

<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->
Inlocuiti cu:
Cod:

<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall"><div class="fg_display>{L_NEW_POSTS}</div></span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall"><div class="fg_display>{L_NO_NEW_POSTS}</div></span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall"><div class="fg_display>{L_FORUM_LOCKED}</div></span></td>
  </tr>
</table>
<!-- END switch_legend -->
Si adaugati in foaia de stil CSS:
Cod:

.fg_display{display:none;}
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Mesaj Scris de Leonidas Lun Mar 17, 2014 8:26 pm

Multumesc , domnule Kannon !
Rezolvat !  Foarte fericit
Leonidas

Leonidas
Membru Forumgratuit

Mesaje : 356
Varsta : 25
Data înscrierii : 19/02/2014
Mulțumiri : 11
Internet Explorer phpBB3

http://www1.pkrplace.com/
Leonidas a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum sterg "Mesaje Noi" , "Mesaje Blocate" , Nu sunt mesaje noi"?

Mesaj Scris de Vizitator Lun Mar 17, 2014 8:32 pm

Cu placere! Fericit
 topic rezolvat 
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