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.

Mutarea iconilor selectate de mine in loc de cele originale.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Vin Aug 21, 2015 9:21 pm

Cum as putea muta iconurile de la forumuri in loc de imaginile acelea albe:
Mutarea iconilor selectate de mine in loc de cele originale. URP14ql
Ca si aici:
Mutarea iconilor selectate de mine in loc de cele originale. 9TcpY62
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de Dan Sam Aug 22, 2015 11:12 am

Bună ziua!
În primul rând intrați în Panoul de administrare ~> Afisare ~> Imagini si culori ~> Administrare imagini ~> Mod avansat ~> Icon-uri forum
Acum la fiecare imagine bifați căsuța Mascheaza și apăsați butonul inregistrează.
Dan

Dan
Membru onorific
Membru onorific

Mesaje : 811
Varsta : 23
Localizare : Slatina -Nu ofer support prin Mesagerie privată
Data înscrierii : 02/11/2014
Mulțumiri : 117
Google Chrome punBB

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Sam Aug 22, 2015 12:54 pm

Gata.
Aici este index_box daca trebuie modificat.
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-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
              <tr>
                  <th class="tcl"></th>
                  <th class="tc2"></th>
                  <th class="tc3"></th>
                  <th class="tcr"></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">{L_TOPICS}<br />{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{L_POSTS}<br />{catrow.forumrow.POSTS}</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 -->
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de Dan Sam Aug 22, 2015 1:26 pm

Ai citit ce am scris mai sus?
Dan

Dan
Membru onorific
Membru onorific

Mesaje : 811
Varsta : 23
Localizare : Slatina -Nu ofer support prin Mesagerie privată
Data înscrierii : 02/11/2014
Mulțumiri : 117
Google Chrome punBB

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de SSYT Sam Aug 22, 2015 1:34 pm

@RealWolf. - te rog sa postezi un link catre forumul pe care vrei sa faci aceasta modificare !
SSYT

SSYT
Membru onorific
Membru onorific

Mesaje : 1424
Varsta : 29
Localizare : Romania, localhost:80
Data înscrierii : 10/08/2015
Mulțumiri : 199
Opera phpBB3

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Sam Aug 22, 2015 1:44 pm

RyNo a scris:Ai citit ce am scris mai sus?
Da am citit, dar trebuie modificat din index_box.
Phyton a scris:@RealWolf. - te rog sa postezi un link catre forumul pe care vrei sa faci aceasta modificare !
http://areagames.forumer.ro/
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de SSYT Sam Aug 22, 2015 2:05 pm

Panou de administrare ~> Afisare ~> Template-uri ~> General ~> index_box
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">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
      <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>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="row1" align="center" valign="middle"><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">&nbsp;</td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr class="forum-row">
      <!-- BEGIN inc -->
      <td id=" custom-img" 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 desc-cat">{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">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

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

Panou de administrare ~> Module ~> HTML & JAVASCRIPT ~> Gestiunea codurilor JavaScript ~> Coduri JavaScript
Creeaza un cod JavaScript

Titlu * : Custom img
Amplasare : Indexul forumului & Subforumuri

Cod JavaScript * :
Cod:
(function($) {
  "use strict";
  $(function() {
      $('.forumline:has("tr.forum-row")').each(function() {
        var cImg = $('span.genmed.desc-cat img:eq(0)', this);
        if(cImg.length != 1) return;
        if(cImg.length) {
            $('td.row1:eq(0)', this).html('<img src="'+ cImg.attr('src') +'" class="small" />');
            cImg.next().remove();
            cImg.remove();
        }
      });
  });
})(jQuery);
SSYT

SSYT
Membru onorific
Membru onorific

Mesaje : 1424
Varsta : 29
Localizare : Romania, localhost:80
Data înscrierii : 10/08/2015
Mulțumiri : 199
Opera phpBB3

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Sam Aug 22, 2015 2:07 pm

Nu este bine deloc.
http://areagames.forumer.ro/
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de SSYT Sam Aug 22, 2015 2:16 pm

Accea tema dispunea de index_box modificat ?


Edit:

index_box
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-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
              <tr>
                  <th class="tcl"></th>
                  <th class="tc2"></th>
                  <th class="tc3"></th>
                  <th class="tcr"></th>
              </tr>
            </thead>
            <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr class="forum-row">
                  <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 />
                    <span class="genmed desc-cat">{catrow.forumrow.FORUM_DESC}</span>
                    <!-- 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">{L_TOPICS}<br />{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{L_POSTS}<br />{catrow.forumrow.POSTS}</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 -->

Codul jQuery:
Cod:
(function($) {
  "use strict";
  $(function() {
      $('.main-content table.table:has("tr.forum-row") tr.forum-row').each(function() {
        var cImg = $('span.genmed.desc-cat img:eq(0)', this);
        if(cImg.length != 1) return;
        if(cImg.length) {
            $('td.tcl .status', this).html('<img src="'+ cImg.attr('src') +'" class="small" />');
            cImg.next().remove();
            cImg.remove();
        }
      });
  });
})(jQuery);
SSYT

SSYT
Membru onorific
Membru onorific

Mesaje : 1424
Varsta : 29
Localizare : Romania, localhost:80
Data înscrierii : 10/08/2015
Mulțumiri : 199
Opera phpBB3

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Sam Aug 22, 2015 2:24 pm

Da
----------------------------
EDIT: Nu merge acel cod.
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de SSYT Sam Aug 22, 2015 6:59 pm

Cod:
.pun tbody.statused tr.forum-row span.status {
    position: absolute;
    margin-left: -43px !important;
}

.pun tbody.statused tr.forum-row td.tcl {
    padding-left: 4.4em !important;
}

Cod:
(function($) {
  "use strict";
  $(function() {
      $('.main-content table.table:has("tr.forum-row") tr.forum-row').each(function() {
        var cImg = $('span.genmed.desc-cat img:eq(0)', this);
        if(cImg.length) {
            $('td.tcl .status', this).html('<img src="'+ cImg.attr('src') +'" class="small" />');
            cImg.next().remove();
            cImg.remove();
        }
      });
  });
})(jQuery);

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-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
              <tr>
                  <th class="tcl"></th>
                  <th class="tc2"></th>
                  <th class="tc3"></th>
                  <th class="tcr"></th>
              </tr>
            </thead>
            <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr class="forum-row">
                  <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 />
                    <span class="genmed desc-cat">{catrow.forumrow.FORUM_DESC}</span>
                    <!-- 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">{L_TOPICS}<br />{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{L_POSTS}<br />{catrow.forumrow.POSTS}</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 -->
SSYT

SSYT
Membru onorific
Membru onorific

Mesaje : 1424
Varsta : 29
Localizare : Romania, localhost:80
Data înscrierii : 10/08/2015
Mulțumiri : 199
Opera phpBB3

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

Rezolvat Re: Mutarea iconilor selectate de mine in loc de cele originale.

Mesaj Scris de RealWolf. Dum Aug 23, 2015 9:27 am

De ce nu imi apare descrierea?
Si de exemplu la Alătură-te echipei imaginea este mai joasa, de ce anume? eu as vreau sa fie in mijloc nu joasa.
RealWolf.

RealWolf.
Membru activ

Mesaje : 776
Varsta : 23
Data înscrierii : 10/11/2013
Mulțumiri : 25
Internet Explorer punBB

http://areagames.forumer.ro/
RealWolf. a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum