Relax Community
Relax Community

    Foto

    Avatar la ultimele mesaje



    • Por favor, inicie sesiуn para responder

    Vezi subiectul anterior Vezi subiectul urmator In jos  Mesaj [Pagina 1 din 1]

    Vin Ian 25, 2013 11:50 pm
    Fuera de lнnea
    Victor
    Vin Ian 25, 2013 11:50 pm


    Victor
    Victor
    Administrator

    Administrator
    Panoul de Administrare ~> Afisare ~> Template-uri ~> General ~> index_box.

    Cautati acest fragment
    Cod:
     <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>

    Il inlocuiti cu:
    Cod:
    <tr>
    <th colspan="4" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
    </tr>

    Mai cautati:

    Cod:
    <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">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
          </td>

    Si inlocuiti cu:

    Cod:
    <td class="row3" align="right" valign="middle">
                      <div style="width: 120px"><span class="gensmall">{catrow.forumrow.TOPICS} Topic-uri</span><br /><span class="gensmall">{catrow.forumrow.POSTS} Mesaje</span></div>
          </td>
          <td class="row3 over" align="left" valign="middle">
                      <div class="avs" style="width: 220px"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
          </td>

    Salvati si publicati template-ul...

    Panoul de Administrare ~> Module ~> HTML & JAVASCRIPT ~> Gestiunea codurilor JavaScript.

    Creati o fila javascript, cu acest cod in el:

    Cod:
    $(document).on('ready', function() {
        $('.forumline tr .row3.over .avs').each(function () {
            var touser = $(this).children('span').children('span').children('strong').children('a').attr('href');
            $(this).prepend('<a href="' + touser + '" class="inx"><img src="http://i45.servimg.com/u/f45/17/25/57/30/defect10.png" alt="No avatar" /></a>');
            $(this).children('a').load(touser + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)');
        });
    });

    Panoul de Administrare ~> Afisare ~> Imagini si culori ~> Culori ~> Foaie de stil CSS.

    Adaugati acolo acest cod:

    Cod:
    .avs a.inx img {
      float: left;
      width: 40px;
      height: 40px;
      padding: 1px;
      border: 1px solid #DDD;
      margin: 0 5px;
      -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
    }

    (Coduri doar pentru phpBB2!)

    Sper ca va e de folso. daca ceva nu merge, postati mai jos problema.

    Mar Noi 05, 2013 8:54 pm
    Fuera de lнnea
    facegame
    Mar Noi 05, 2013 8:54 pm


    facegame
    facegame
    User

    User
    Pentru punBB aveti un tutorial?
    De exemplu cum aveti voi aici pe forum avatar last topic Smile

    Mier Noi 06, 2013 10:53 am
    Fuera de lнnea
    Real-Arena
    Mier Noi 06, 2013 10:53 am


    Real-Arena
    Real-Arena
    User

    User
    facegame, daca doresti un tutorial, un script sau daca ai o problema deschide un topic in sectiunea de suport.

    Fuera de lнnea
    Continut sponsorizat



    Continut sponsorizat

    Mesaj [Pagina 1 din 1]