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.

Script poza din profil langa ultimile mesaje postate Re

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de [ OcC ] Vin Ian 13, 2012 5:22 am

Am deschis de curand un topic in care vroima sa aflu daca exzista un script pentru afisarea avatarului langa ultimile subiecte mai multe detali gasiti aici https://help.forumgratuit.ro/t30566-script-poza-din-profil-langa-ultimile-mesaje-postate#198524, mi s-a spus ca nu exzista asa ceva pe plataforma ForumGratuit ei bine exzista eu ma gasit un forum care are asa ceva, daca poate cineva s-a ma ajute cu acel cod va rog.Daca este nevoie de forum il pot da.

Demo 1
Script poza din profil langa ultimile mesaje postate Re Demo_110
Demo 2
Script poza din profil langa ultimile mesaje postate Re Demo_210


Ultima editare efectuata de catre [ OcC ] in Sam Ian 14, 2012 4:11 am, editata de 1 ori
[ OcC ]

[ OcC ]
Membru Forumgratuit

Mesaje : 45
Localizare : Romania - Bucuresti
Data înscrierii : 01/12/2011
Mulțumiri : 0
Internet Explorer phpBB2

https://www.youtube.com/user/OcCFpS
[ OcC ] a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de Coddy Vin Ian 13, 2012 7:35 am

Din cate observ peste tot e una si aceeasi imagine. De aceea presupun ca e doar o imagine, si nu este avatarul ultimului utilizator care a postat. Script poza din profil langa ultimile mesaje postate Re Icon_rolleyes
Coddy

Coddy
Membru activ

Mesaje : 1348
Varsta : 74
Localizare : ...
Data înscrierii : 07/01/2012
Mulțumiri : 0
Internet Explorer Invision

Coddy a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de [ OcC ] Vin Ian 13, 2012 10:34 am

Si o imagine ar fi bine este o chestie de design pentru mine
[ OcC ]

[ OcC ]
Membru Forumgratuit

Mesaje : 45
Localizare : Romania - Bucuresti
Data înscrierii : 01/12/2011
Mulțumiri : 0
Internet Explorer phpBB2

https://www.youtube.com/user/OcCFpS
[ OcC ] a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de Coddy Vin Ian 13, 2012 1:22 pm

Accesati Panoul de Administrare => Afisare => Template-uri => General => index_box => Script poza din profil langa ultimile mesaje postate Re Editer => Cautati codul:
Cod:
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
si il inlocuiti cu:
Cod:
<img width="20px" height="20px" align="left" style="position: relative; left: 10px; top: 20px;" src="http://2img.net/i/fa/i/smiles/icon_cry.gif" /><span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Salvati si publicati template-ul (pe iconita verde). A face cu ochiul

Spoiler:
Coddy

Coddy
Membru activ

Mesaje : 1348
Varsta : 74
Localizare : ...
Data înscrierii : 07/01/2012
Mulțumiri : 0
Internet Explorer Invision

Coddy a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de Magic Viv Vin Ian 13, 2012 9:26 pm

Asta e din tema aia creată de Richard Fericit) dă-mi aici ce imagine vrei să iţi apară acolo.
Magic Viv

Magic Viv
Membru activ

Mesaje : 632
Varsta : 29
Localizare : Nu ofer suport prin Mesaj Privat sau pe messenger.
Data înscrierii : 31/03/2011
Mulțumiri : 0
Internet Explorer phpBB3

http://code.forumgratuit.ro/
Magic Viv a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de .Richard Vin Ian 13, 2012 10:42 pm

dami index_body


Ultima editare efectuata de catre .Richard in Vin Ian 13, 2012 11:09 pm, editata de 1 ori
.Richard

.Richard
Membru activ

Mesaje : 657
Localizare :
Data înscrierii : 06/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

.Richard a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de [ OcC ] Vin Ian 13, 2012 10:51 pm

Da merge dar este o problema eu mai folosesc si acest cod pentru Opacity

Cod:
 <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
          <div


Am incercat sa pun asa ca sa le introduc pe amndoua

Cod:
<td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
                  <img width="20px" height="20px" align="left" style="position: relative; left: 10px; 20px;" <img src="http://2img.net/i/fa/i/smiles/icon_cry.gif"/> <div id="lastpost" class="gensmall">{catrow.forumrow.LAST_POST}</div>
              </td>
      </tr>
dar nu se vede cum trebuie uitati aici
Script poza din profil langa ultimile mesaje postate Re Demo_b11
[ OcC ]

[ OcC ]
Membru Forumgratuit

Mesaje : 45
Localizare : Romania - Bucuresti
Data înscrierii : 01/12/2011
Mulțumiri : 0
Internet Explorer phpBB2

https://www.youtube.com/user/OcCFpS
[ OcC ] a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de .Richard Vin Ian 13, 2012 11:10 pm

dami index_box si ti`l fac ca in imagine ca doar de mine e facut acel cod ..
.Richard

.Richard
Membru activ

Mesaje : 657
Localizare :
Data înscrierii : 06/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

.Richard a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de [ OcC ] Vin Ian 13, 2012 11:24 pm

Poftim

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">{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="{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 class="row3" align="center" valign="middle" height="50">
                <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "><img src="http://i41.servimg.com/u/f41/15/71/96/93/subiec11.png" alt=" SkiLLsCommunity.com"></font><b><font color="#79BAEC">{catrow.forumrow.TOPICS}</span></b></font>
     
              </td>
              <td class="row2" align="center" valign="middle" height="50">
                <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "><img src="http://i41.servimg.com/u/f41/15/71/96/93/raspun11.png" alt=" SkiLLsCommunity.com"></span> <b><font color="#79BAEC">{catrow.forumrow.POSTS}</b></font></span>
           
           
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
          <div id="lastpost" class="gensmall">{catrow.forumrow.LAST_POST}</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 -->
[ OcC ]

[ OcC ]
Membru Forumgratuit

Mesaje : 45
Localizare : Romania - Bucuresti
Data înscrierii : 01/12/2011
Mulțumiri : 0
Internet Explorer phpBB2

https://www.youtube.com/user/OcCFpS
[ OcC ] a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de .Richard Vin Ian 13, 2012 11:46 pm

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"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="50">{L_TOPICS}</th>
              <th nowrap="nowrap" width="50">{L_POSTS}</th>
              <th nowrap="nowrap" width="250"><div style="width:200px;"><div class="last-m">{L_LASTPOST}</div></th></div>
          </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 class="row3" align="center" valign="middle" height="50">
                    <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "><img src="http://i41.servimg.com/u/f41/15/71/96/93/subiec11.png" alt=" SkiLLsCommunity.com"></font><b><font color="#79BAEC">{catrow.forumrow.TOPICS}</span></b></font>
       
                  </td>
                  <td class="row2" align="center" valign="middle" height="50">
                    <span class="gensmall"><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "><img src="http://i41.servimg.com/u/f41/15/71/96/93/raspun11.png" alt=" SkiLLsCommunity.com"></span> <b><font color="#79BAEC">{catrow.forumrow.POSTS}</b></font></span>
             
             
                  <td class="row3 over" align="center" valign="middle" height="50">
<div class="img"><img src="http://i46.servimg.com/u/f46/16/16/06/68/no-ava10.png"
                    width="30px" height="30px" padding-right="60px"/></div>
                    <div class="gensmall"><div id="lastpost">{catrow.forumrow.LAST_POST}</div></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 -->


In CSS:
Cod:
.img{
height: 0px;
 position: relative;
  left: -70px;
  top: -5px;
  color:  #9c9c9c;
  padding-right: 20px;

}

.Richard

.Richard
Membru activ

Mesaje : 657
Localizare :
Data înscrierii : 06/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

.Richard a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de Keir Vin Ian 13, 2012 11:51 pm

Rezolvat?
Keir

Keir
Membru onorific
Membru onorific

Mesaje : 6632
Varsta : 26
Localizare : Buzau
Data înscrierii : 28/12/2011
Mulțumiri : 68
Internet Explorer phpBB3

http://neotalk.wikiforum.ro/
Keir a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Script poza din profil langa ultimile mesaje postate Re

Mesaj Scris de [ OcC ] Sam Ian 14, 2012 1:45 am

Nu poti face ca imaginea sa fie pozitionata mai jos incadrata in chenarul acela albastru. Si daca poti sa a-mi faci la loc opacity cum era daca mai este posibil

Demo:
Script poza din profil langa ultimile mesaje postate Re Demo1_11

Multumesc anticipat
[ OcC ]

[ OcC ]
Membru Forumgratuit

Mesaje : 45
Localizare : Romania - Bucuresti
Data înscrierii : 01/12/2011
Mulțumiri : 0
Internet Explorer phpBB2

https://www.youtube.com/user/OcCFpS
[ OcC ] 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