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 fac să apară imagini în loc de numărul de subiecte/mesaje

Pagina 2 din 3 Înapoi  1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Mier Oct 24, 2012 4:40 pm

Rezumarea primului mesaj :

Bună ziua! Am o întrebare! Cum pot face să apară așa: Cum fac să apară imagini în loc de numărul de subiecte/mesaje - Pagina 2 9scuiu în loc de numărul efectiv de subiecte/mesaje din secțiunea respectivă din forumul meu?

Mulțumesc!


Ultima editare efectuata de catre BlitzKrieg in Mier Oct 31, 2012 9:37 pm, editata de 1 ori
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de Stick MRC™ Dum Oct 28, 2012 9:41 am

Înlocuiți index_box cu acesta.

Cod:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- 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="50"> </th>
      <th nowrap="nowrap" width="50"> </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></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="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/topicu10.png" /></span>
<span class="gensmall">{catrow.forumrow.TOPICS}</span></span></td>
        </td>

<td class="row2" align="center" valign="middle" height="50">
        <span class="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/sub_mo10.png" /></span>
<span class="gensmall">{catrow.forumrow.POSTS}</span></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </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 -->
Stick MRC™

Stick MRC™
Membru nou

Mesaje : 5
Varsta : 27
Localizare : Bucuresti
Data înscrierii : 27/10/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://arenadevils.wikiforum.ro/
Stick MRC™ a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Dum Oct 28, 2012 12:02 pm

Stick MRC™ a scris:Înlocuiți index_box cu acesta.

Cod:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- 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="50"> </th>
      <th nowrap="nowrap" width="50"> </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></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="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/topicu10.png" /></span>
<span class="gensmall">{catrow.forumrow.TOPICS}</span></span></td>
        </td>

<td class="row2" align="center" valign="middle" height="50">
        <span class="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/sub_mo10.png" /></span>
<span class="gensmall">{catrow.forumrow.POSTS}</span></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </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 -->

Folosesc PHPBB3 . Scrie la profil. Am mai zis odată parcă!
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de Ade'S Dum Oct 28, 2012 12:20 pm

BlitzKrieg a scris:
Stick MRC™ a scris:Înlocuiți index_box cu acesta.

Cod:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- 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="50"> </th>
      <th nowrap="nowrap" width="50"> </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></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="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/topicu10.png" /></span>
<span class="gensmall">{catrow.forumrow.TOPICS}</span></span></td>
        </td>

<td class="row2" align="center" valign="middle" height="50">
        <span class="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/sub_mo10.png" /></span>
<span class="gensmall">{catrow.forumrow.POSTS}</span></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </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 -->

Folosesc PHPBB3 . Scrie la profil. Am mai zis odată parcă!

Foloseste codul da de mine, functioneaza l-am testat
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Dum Oct 28, 2012 12:47 pm

Gwen a scris:
BlitzKrieg a scris:
Stick MRC™ a scris:Înlocuiți index_box cu acesta.

Cod:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- 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="50"> </th>
      <th nowrap="nowrap" width="50"> </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></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="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/topicu10.png" /></span>
<span class="gensmall">{catrow.forumrow.TOPICS}</span></span></td>
        </td>

<td class="row2" align="center" valign="middle" height="50">
        <span class="genmed"><span style="opacity: 0.2;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=15"><img src="http://i43.servimg.com/u/f43/16/93/10/51/sub_mo10.png" /></span>
<span class="gensmall">{catrow.forumrow.POSTS}</span></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </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 -->

Folosesc PHPBB3 . Scrie la profil. Am mai zis odată parcă!

Foloseste codul da de mine, functioneaza l-am testat

Nu apare ca în imagine!
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de Ade'S Dum Oct 28, 2012 12:53 pm

Stiu ca apare sub titlu, doresti ca in imagine?
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Dum Oct 28, 2012 1:18 pm

Gwen a scris:Stiu ca apare sub titlu, doresti ca in imagine?

Da, cam (exact) la fel vreau...
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Mier Oct 31, 2012 4:14 pm

Nu se poate să nu aibă nimeni codul! E secret de stat ? Fericit)
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de Ade'S Mier Oct 31, 2012 4:49 pm

Pe phpbb3 nu cred ca se poate asa ceva..
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Mier Oct 31, 2012 6:52 pm

Ade'S a scris:Pe phpbb3 nu cred ca se poate asa ceva..

Ba se poate, că am văzut și pe PHPBB3!
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de Andrei95 Mier Oct 31, 2012 6:53 pm

Doar template-urile versiunilor Phpbb2 si PunBB sunt afectate de aceste modificari.

pe Phpbb3 nam intalnit poate te-ai inselat @
Andrei95

Andrei95
Membru Forumgratuit

Mesaje : 82
Varsta : 29
Localizare : Offer support forumgratuit Gratis @
Data înscrierii : 28/10/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://formetin2.wikiforum.ro/
Andrei95 a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de VeteraNNN Mier Oct 31, 2012 7:10 pm

Cu ajutorul CSS
Cod:
.row .topics::after {
content: url(link imagine);
}

.row .posts::after {
content: url(link imagine);
}
sau

Cu ajutorul JS
Cod:
$(function() {
// Added .class and img after number the topics.
$('<div class="img"><img src="link"></div>').appendTo('.row .topics');

// Added .class and img after number the posts.
$('<div class="img"><img src="link"></div>').appendTo('.row .posts');
});
VeteraNNN

VeteraNNN
Membru activ

Mesaje : 484
Varsta : 29
Localizare : Undeva in spatele tau !!
Data înscrierii : 28/10/2012
Mulțumiri : 0
Internet Explorer phpBB3

VeteraNNN a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac să apară imagini în loc de numărul de subiecte/mesaje

Mesaj Scris de BlitzKrieg Mier Oct 31, 2012 9:36 pm

Andrei95 a scris:Doar template-urile versiunilor Phpbb2 si PunBB sunt afectate de aceste modificari.

pe Phpbb3 nam intalnit poate te-ai inselat @

Nu m-am înșelat! Uite că se poate ! ---->

ET Gaming a scris:Cu ajutorul CSS
Cod:
.row .topics::after {
content: url(link imagine);
}

.row .posts::after {
content: url(link imagine);
}
sau

Cu ajutorul JS
Cod:
$(function() {
// Added .class and img after number the topics.
$('<div class="img"><img src="link"></div>').appendTo('.row .topics');

// Added .class and img after number the posts.
$('<div class="img"><img src="link"></div>').appendTo('.row .posts');
});

Mersi mult mult mult mult mult mult!!! CSS-ul a mers perfect! REZOLVAT!
avatar

BlitzKrieg
Membru Forumgratuit

Mesaje : 295
Varsta : 25
Localizare : Romania
Data înscrierii : 15/04/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://freestuff.forumcreativ.ro/
BlitzKrieg a fost mulțumit de autorul acestui subiect.

Pagina 2 din 3 Înapoi  1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum