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.

Adaugare imagini la "subiecte" si "mesaje"

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Fr0zenn Lun Dec 30, 2013 6:29 pm

Sunt nou pe forum si nu prea stiu cum sa modific codurile acestea vreau sa imi apara imaginea de la Topic si Post asupra numarului de la post si topic
P.S: Eu acest index_box il folosesc editatil pe aceasta il folosesc va multumesc
Cod:
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
    <tr>
        <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
        <th nowrap="nowrap" width="130"></th>
        <th nowrap="nowrap" width="150"></th>
    </tr>
    <!-- END tablehead -->
    <!-- BEGIN cathead -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
          <h{catrow.cathead.LEVEL} class="hierarchy">
              <span class="cattitle">
                <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
              </span>
          </h{catrow.cathead.LEVEL}>
        </td>
        <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
    </tr>
    <!-- END cathead -->
    <!-- BEGIN forumrow -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
        <!-- END inc -->
        <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
          <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
        </td>
        <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
          <h{catrow.forumrow.LEVEL} class="hierarchy">
              <span class="forumlink">
                <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
              </span>
          </h{catrow.forumrow.LEVEL}>
          <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
          <span class="gensmall">
              <!-- BEGIN switch_moderators_links -->
              {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
              <!-- END switch_moderators_links -->
              {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
          </span>
        </td>
        <td class="row3" align="center" valign="middle" height="50">
          <span class="gensmall bchenare"><div class="nsubiecte" style="width: 95px">Subiecte: <span style="float:right;">{catrow.forumrow.TOPICS}</span></div>
          <div class="nmesaje" style="width: 95px">Mesaje: <span style="float:right;">{catrow.forumrow.POSTS}</span></div></span>
        </td>
        <td class="row3 over" align="center" valign="middle" height="50">
          <div class="gensmall chenar"><span><left>{catrow.forumrow.LAST_POST}</left></span></div>
        
        </td>
    </tr>
    <!-- END forumrow -->
    <!-- BEGIN catfoot -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
    </tr>
    <!-- END catfoot -->
    <!-- BEGIN tablefoot -->
  </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Fr0zenn

Fr0zenn
Membru Forumgratuit

Mesaje : 86
Varsta : 26
Data înscrierii : 29/12/2013
Mulțumiri : 0
phpBB2

http://cstrike.forum.st
Fr0zenn a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Teed Lun Dec 30, 2013 6:40 pm

Buna seara,

poftim:
Cod:
<<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
    <tr>
        <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
        <th nowrap="nowrap" width="130"></th>
        <th nowrap="nowrap" width="150"></th>
    </tr>
    <!-- END tablehead -->
    <!-- BEGIN cathead -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
          <h{catrow.cathead.LEVEL} class="hierarchy">
              <span class="cattitle">
                <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
              </span>
          </h{catrow.cathead.LEVEL}>
        </td>
        <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
    </tr>
    <!-- END cathead -->
    <!-- BEGIN forumrow -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
        <!-- END inc -->
        <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
          <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
        </td>
        <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
          <h{catrow.forumrow.LEVEL} class="hierarchy">
              <span class="forumlink">
                <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
              </span>
          </h{catrow.forumrow.LEVEL}>
          <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
          <span class="gensmall">
              <!-- BEGIN switch_moderators_links -->
              {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
              <!-- END switch_moderators_links -->
              {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
          </span>
        </td>
        <td class="row3" align="center" valign="middle" height="50">
                      <span class="gensmall"><img src="http://i56.servimg.com/u/f56/15/75/22/69/zwykd10.png" />
                              {catrow.forumrow.TOPICS}  </span>  </td>
      <td class="row2" align="center" valign="middle" height="50">
    <span class="gensmall"><img src="http://i56.servimg.com/u/f56/15/75/22/69/ekhl10.png" />{catrow.forumrow.POSTS}</span>
    </td>
       
        </td>
    </tr>
    <!-- END forumrow -->
    <!-- BEGIN catfoot -->
    <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
    </tr>
    <!-- END catfoot -->
    <!-- BEGIN tablefoot -->
  </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Teed

Teed
Membru activ

Mesaje : 509
Varsta : 27
Localizare : Unde nu te astepti !
Data înscrierii : 11/11/2013
Mulțumiri : 141
Internet Explorer phpBB2

http://mega-game.dust.tv
Teed a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Fr0zenn Lun Dec 30, 2013 7:46 pm

Nu este bine nu imi arata titlul de la ultimul post
Fr0zenn

Fr0zenn
Membru Forumgratuit

Mesaje : 86
Varsta : 26
Data înscrierii : 29/12/2013
Mulțumiri : 0
phpBB2

http://cstrike.forum.st
Fr0zenn a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Teed Lun Dec 30, 2013 7:56 pm

Puteti posta un screen
Teed

Teed
Membru activ

Mesaje : 509
Varsta : 27
Localizare : Unde nu te astepti !
Data înscrierii : 11/11/2013
Mulțumiri : 141
Internet Explorer phpBB2

http://mega-game.dust.tv
Teed a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Fr0zenn Lun Dec 30, 2013 8:34 pm

Eu vreau ca de ex la forumul member zone sa fie un icon cu un om iar la topic si post sa fie imagine cu post si topic
Fr0zenn

Fr0zenn
Membru Forumgratuit

Mesaje : 86
Varsta : 26
Data înscrierii : 29/12/2013
Mulțumiri : 0
phpBB2

http://cstrike.forum.st
Fr0zenn a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Cassius Dio Mar Dec 31, 2013 11:19 am

Buna ziua, La revedere

Iata un caz concret care demonstreaza ineficienta "sindromului template gata-facut". Va rog sa stergeti template-ul (restabilindu-l pe cel cu valoarea de origine), si sa urmati de la inceput urmatoarele modificari:
1. Gasiti acest cod:
Cod:
{catrow.forumrow.TOPICS}
si adaugati inainte:
Cod:
<img src="http://i56.servimg.com/u/f56/15/75/22/69/zwykd10.png" />
2. Gasiti acest cod:
Cod:
{catrow.forumrow.POSTS}
si adaugati inainte:
Cod:
<img src="http://i56.servimg.com/u/f56/15/75/22/69/ekhl10.png" />
3 (suplimentar). Fiindca multi utilizatori, dupa aceasta modificare, doresc eliminarea textelor "Subiecte" si "Mesaje" din titlurile tabelelor, voi arata ce trebuie sa faceti pentru a realiza acest lucru.
Gasiti si stergeti, pe rand, urmatoarele coduri:
Cod:
{L_TOPICS}
Cod:
{L_POSTS}
4. Salvati si publicati template-ul.

Succes!  Noroc 
Cassius Dio

Cassius Dio
Membru onorific
Membru onorific

Mesaje : 10826
Varsta : 26
Localizare : Strawberry Fields
Data înscrierii : 13/07/2012
Mulțumiri : 84
Internet Explorer phpBB3

http://beatles.forummo.com/
Cassius Dio a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Fr0zenn Mar Dec 31, 2013 11:59 am

Merci House MO rezolvat
Fr0zenn

Fr0zenn
Membru Forumgratuit

Mesaje : 86
Varsta : 26
Data înscrierii : 29/12/2013
Mulțumiri : 0
phpBB2

http://cstrike.forum.st
Fr0zenn a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Adaugare imagini la "subiecte" si "mesaje"

Mesaj Scris de Cassius Dio Mar Dec 31, 2013 2:09 pm

Pentru putin. Sarbatori fericite! santa 
topic rezolvat
Cassius Dio

Cassius Dio
Membru onorific
Membru onorific

Mesaje : 10826
Varsta : 26
Localizare : Strawberry Fields
Data înscrierii : 13/07/2012
Mulțumiri : 84
Internet Explorer phpBB3

http://beatles.forummo.com/
Cassius Dio 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