AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le deal à ne pas rater :
Réassort du coffret Pokémon 151 Électhor-ex : où l’acheter ?
Voir le deal

    Que est en ligne modification

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Lun 12 Déc - 22:42

    Commande
    Elément à coder :Qui est en ligne/Who is online
    Adresse du forum : http://www.narutoportugalrpg.com/
    Description du résultat voulu : I need help in changing my Who is Online. The HTML parte.
    Couleurs ou tons : from my forum
    Images : https://2img.net/h/oi41.tinypic.com/11mg3sx.png
    Autres précisions :



    I need help in changing my Who is Online.

    Scheme:

    Que est en ligne modification 2cqjwck


    i already have a image, but i need help in change the html page of the forumacitff.

    My viewonline_body


    Code:
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
       <!-- BEGIN googlemap -->
       <tr>
          <td><br />
          <iframe frameborder="0" scrolling="no" width="100%" height="450" src="{googlemap.U_GOOGLEMAP}"></iframe><br />
          <br />
          </td>
       </tr>
       <!-- END googlemap -->
       <tr>
          <td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
       </tr>
    </table>
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
       <tr>
          <th class="thCornerL" width="35%" height="25">{L_USERNAME}</th>
          <th class="thTop" width="25%">{L_LAST_UPDATE}</th>
          <th class="thCornerR" width="40%">{L_FORUM_LOCATION}</th>
       </tr>
       <tr>
          <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td>
       </tr>
       <!-- BEGIN reg_user_row -->
       <tr>
          <td class="{reg_user_row.ROW_CLASS}" width="35%"><span class="gen"><a class="gen" href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span></td>
          <td class="{reg_user_row.ROW_CLASS}" align="center" nowrap="nowrap" width="25%"><span class="gen">{reg_user_row.LASTUPDATE}</span></td>
          <td class="{reg_user_row.ROW_CLASS}" width="40%"><span class="gen"><a class="gen" href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></span></td>
       </tr>
       <!-- END reg_user_row -->
       <tr>
          <td class="row3" colspan="3" height="1"><img src="http://2img.net/i/fa/empty.gif" alt="." height="1" width="1"></td>
       </tr>
       <tr>
          <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td>
       </tr>
       <!-- BEGIN guest_user_row -->
       <tr>
          <td class="{guest_user_row.ROW_CLASS}" width="35%"><span class="gen">{guest_user_row.USERNAME}</span></td>
          <td class="{guest_user_row.ROW_CLASS}" align="center" nowrap="nowrap" width="25%"><span class="gen">{guest_user_row.LASTUPDATE}</span></td>
          <td class="{guest_user_row.ROW_CLASS}" width="40%"><span class="gen"><a class="gen" href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></span></td>
       </tr>
       <!-- END guest_user_row -->
    </table>
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
       <tr>
          <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
          <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
       </tr>
    </table>
    <br />
    <table width="100%" border="0" cellspacing="2" align="center">
       <tr>
          <td align="right" valign="top">{JUMPBOX}</td>
       </tr>
    </table>
    killer999
    killer999
    MasculinAge : 33Messages : 116

    Jeu 15 Déc - 2:58

    Bump :)
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Jeu 15 Déc - 13:05

    Hello ;D !

    I will help you to do this changing.

    First of all, i've just one question :
    • What's your forum's width ? [You can see it in the Admin Board > General> Configuration]


    I will try to do it the faster i can ~~
    Taktiik.

    PS: Sorry for my bad english >_<

    EDIT : Check the result there :



    If you have corrections, tell me them Wink

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 22:55

    Thanks a lot for helping in this modification.

    The Width is 92%, width: 980px in Css.


    Can you add one more group? I have 7


    Dernière édition par killer999 le Sam 17 Déc - 22:58, édité 1 fois
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 22:57

    You can't see it :O ?

    Did you click on the link ?
    Click here ==>> Clliik


    Taktiik.

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 23:02

    I like it :) Thanks a lot my friend :)

    A put a edit in the message above.

    Can yo add the css to group?

    .groupe
    {
    display: inline-block;
    background-color: #eff1f3;
    border-top: 1px solid #BCB095 ;
    border-bottom: 1px solid #BCB095 ;
    border-left: 5px solid #BCB095 ;
    border-right: 5px solid #BCB095 ;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -htm-border-radius: 10px;
    padding: 4px;
    margin-left: 10px;
    margin-top: 40px;
    }
    .groupe a
    {
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
    }
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 23:05

    Yop !

    No problem, i add this immediatly ;D
    Don't forget to check the link i posted my last post :)

    Cordialy~~
    Taktiik.

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 23:09

    The problem was i doesn't have the Toujours autoriser le HTML : ON, i already see.

    Do you have any suggestion, to make with more attractive?
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 23:12

    Ah sorry >_<

    mmm i can suggest to put one line at the top of the middle's part and the other one at his bottom.
    Check my test forum and you'll understand ^^"

    Cordialy~~
    Taktiik.

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 23:16

    I'm liking very much.

    If you want to see my forum, is http://www.narutoportugalrpg.com/forum
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 23:20

    Yep !

    I put some effect like shadow behind cells and i have replaced the two group's lines.
    I don't have more ideas ^^"

    Taktiik.

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 23:22

    Okay, i like that, if i want after some other modification in Que est en ligne, can i use this topic?
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 23:25

    Mmmm,

    You can send me a Private message, i always reply for people who send me message ^^

    If all is good, i'll give your codes and close this topic Wink

    Cordialy~~
    Taktiik.

    killer999
    killer999
    MasculinAge : 33Messages : 116

    Sam 17 Déc - 23:27

    Okay, thanks a lot my friend (send me pm with the html changes and css codes).

    You can close the topic :)
    Taktiik
    Taktiik
    MasculinAge : 29Messages : 2292

    Sam 17 Déc - 23:33

    Ok !

    MP is sending Wink

    Thanks for giving us confidence.
    Thanks to make some credits for our work.
    Thanks you for giving confidence in my skills Wink

    Topic Over and places in "Archives"~~
    Taktiik.

    Contenu sponsorisé


      La date/heure actuelle est Mar 14 Mai - 15:09