Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Derniers sujets
• CROWN OF SERPENTSMar 1 Oct - 20:05Invité
DEMANDES DE PARTENARIATLun 30 Sep - 21:30Jawn
• JUST MARRIEDLun 23 Sep - 0:00Jawn
• [+18] AMARYLLISMar 10 Sep - 23:18Jawn
• AINSI TOMBA THEDASDim 8 Sep - 22:45Invité
• THE LAST CUREDDim 8 Sep - 19:17Invité
• [+16] LA CALICES DES DIEUXSam 7 Sep - 22:18Jawn
• ERAXARTHJeu 5 Sep - 18:58Invité
• [+16] BEYOND THE VEILLun 2 Sep - 22:23Jawn
• ANAMORPHOSEDim 1 Sep - 23:12Jawn
• 30 YEARS STILL YOUNGJeu 29 Aoû - 20:35Jawn
• HELIANTHUSMer 28 Aoû - 13:08Jawn
• BASIQUEMar 27 Aoû - 13:56Jawn
• BLACK HOLE SUNLun 26 Aoû - 21:20Jawn
• A DROP IN THE OCEANLun 26 Aoû - 0:02Jawn
• SOUND OF RAINDim 25 Aoû - 12:47Jawn
Barre de navigation sur le côtéSam 24 Aoû - 16:53Jawn
-35%
Le deal à ne pas rater :
Pack Smartphone Samsung Galaxy A25 6,5″ 5G + Casque Bluetooth JBL
241 € 371 €
Voir le deal

LuneOmega
Invité
Anonymous
Bonjour, bonjour !

En premier lieu, je tiens à vous dire que c'est là un magnifique travail de votre part. :love:

J'ai installé le skin et j'ai un petit soucis au niveau du Qeel. L'avatar du dernier membre inscrit ne s'y affiche pas. :/ et j'ai un décale léger la bande transparente un poil trop haut vers le bas. Le IL Y A EN TOUT 1 UTILISATEUR EN LIGNE :: 1 ENREGISTRÉ, 0 INVISIBLE ET 0 INVITÉ n'est donc pas prit à l'intérieur. Et puis aussi, j'ai l'impression que le Qeel se superpose sur les catégories au lieu d'en être détaché comme la PA.

Un petit visuel expliquera sans doute mieux que moi XD
Ici

Merci d'avance pour le temps que vous allez m'accorder. ^^"
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73627/01/2018
Hello hello !

Alors deux petites questions :
1) Est-ce que tu as bien activé le Javascript ?
2) Tu as bien désactivé l’optimisation du CSS ?

En général quand ça beug c'est que ça vient d'un de ces deux là xD ! Si ça ne fonctionne pas, tu pourras me passer le lien du fo' sur lequel tu as installé les codes que je passe directement voir le souci :happyblob: ? Merci d'avance !
(hésite pas à mettre le lien sous hide si jamais tu ne veux pas que quelqu'un tombe dessus gdfpoij)
LuneOmega
Invité
Anonymous
L'optimisation du CSS est bien désactivé. Par contre, l'index embrace the darkness ne comporte pas de Javascript. (enfin publié en tout cas.) C'est donc peut-être effectivement ce qui fait merdouiller le code ^^"

Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73627/01/2018
Omg heureusement que tu me le fais remarquer, il manque un bout effectivement T___T !

Du coup, tu peux aller remplacer tout ton template profile_view_body par :
Code:
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<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="0" align="center">
 <tr>
 <th class="thHead" colspan="2" nowrap="nowrap" height="25"><h1 class="h_member">{L_VIEWING_PROFILE}</h1></th>
 </tr>
 <tr>
 <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">{L_USER_PRESENCE}</span></b></td>
 <td class="catRight" width="60%" align="center"><b><span class="gen">{L_ABOUT_USER}</span></b></td>
 </tr>
 <tr>
 <td class="row1" align="center" valign="top" height="120">
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <td valign="middle" nowrap="nowrap" align="right" width="20%"><span class="gen">{L_AVATAR_IMG} </span></td>
 <td width="80%"><b><span class="gen"><span id="avatar_membre">{AVATAR_IMG}</span></span></b></td>
 </tr>
 <tr>
 <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_RANK}: </span></td>
 <td><b><span class="gen">{POSTER_RANK}</span></b></td>
 </tr>
 <!-- BEGIN switch_show_status -->
 <tr>
 <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_STATUT}: </span></td>
 <td><b><span class="gen">{USER_ONLINE}</span></b></td>
 </tr>
 <!-- END switch_show_status -->
 <!-- BEGIN switch_allow_friendsfoes -->
 <tr>
 <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_FRIENDS_AND_FOES}: </span></td>
 <td><span class="gen"><strong>{FRIENDSFOES}</strong></span></td>
 </tr>
 <!-- END switch_allow_friendsfoes -->
 <!-- BEGIN switch_auth_user -->
 <tr>
 <td valign="middle" nowrap="nowrap" align="right"><br /><span class="gen">{L_ADMINISTRATE_USER}: </span></td>
 <td><br /><strong><span class="gen">{ADMINISTRATE_USER}{BAN_USER}</span></strong></td>
 </tr>
 <!-- END switch_auth_user -->
 </table>
 </td>
 <td class="row1" rowspan="3" valign="top">
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <td align="right" valign="top" nowrap="nowrap"><span class="gen">{L_LAST_VISITED}:  </span></td>
 <td><b><span class="gen">{LAST_VISIT_TIME}</span></b></td>
 </tr>
 <!-- BEGIN switch_dhow_mp -->
 <tr>
 <td align="right" valign="middle" nowrap="nowrap"><span class="gen">{L_PRIVATE_MSG}:  </span></td>
 <td><b><span class="gen">{PRIVATE_MSG}</span></b></td>
 </tr>
 <!-- END switch_dhow_mp -->
 <!-- BEGIN profile_field -->
 <tr id="field_id{profile_field.ID}">
 <td width="40%" align="right" valign="top" nowrap="nowrap"><span class="gen">{profile_field.LABEL}  </span></td>
 <td width="60%"><div class="gen" style="font-weight:bold;">{profile_field.CONTENT}</div><br /><!-- BEGIN profil_type_user_posts --><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br />
 <span class="genmed"><a rel="nofollow" class="genmed" href="/st/{PUSERNAME}">{L_SEARCH_USER_POSTS} :</a><br />
   - <a rel="nofollow" class="genmed" href="/sta/{PUSERNAME}">{L_TOPICS}</a><br />
   - <a rel="nofollow" class="genmed" href="/spa/{PUSERNAME}">{L_POSTS}</a></span><!-- END profil_type_user_posts --></td>
 </tr>
 <!-- END profile_field -->
 </table>
 </td>
 </tr>
 <tr>
 <td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME}</span></b></td>
 </tr>
 <tr>
 <td class="row1" valign="top" height="{S_CONTACT_HEIGHT}">
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN contact_field -->
 <tr id="field_id{contact_field.ID}">
 <td width="40%" align="right" valign="middle" nowrap="nowrap"><span class="gen">{contact_field.LABEL} &nbsp;</span></td>
 <td width="60%" valign="middle"><div class="gen" style="font-weight:bold;">{contact_field.CONTENT}</div></td>
 </tr>
 <!-- END contact_field -->
 <!-- BEGIN switch_admin_user_comment_active -->
 <tr>
 <td align="right" valign="middle" nowrap="nowrap" width="50%">
 <span class="gen">{L_COMMENTS} :</span><br /><span class="gensmall">{L_MODS_AND_ADMINS}</span>
 </td>
 <td class="row1" valign="middle">
 <table align="center">
 <tr>
 <td>
 {ADMIN_USER_COMMENT}
 </td>
 </tr>
 </table>
 </td>
 </tr>
 <!-- END switch_admin_user_comment_active -->
 </table>
 </td>
 </tr>
 <!-- BEGIN switch_rpg -->
 <tr>
 <td colspan="2" class="catLeft" align="center"><b><span class="gen">{L_VIEWING_RPG}</span></b></td>
 </tr>
 <tr>
 <td class="row1" align="center" valign="top" height="6">
 {RPG_IMAGE}<br /><br />
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN rpg_fields_left -->
 <tr>
 <td align="right" valign="middle" nowrap="nowrap">
 <span class="gen">{switch_rpg.rpg_fields_left.F_NAME} : </span>
 </td>
 <td width="100%" valign="middle" nowrap="nowrap">
 <b><span class="gen">{switch_rpg.rpg_fields_left.F_VALUE_NEW}</span></b>
 </td>
 </tr>
 <!-- END rpg_fields_left -->
 </table>
 </td>
 <td class="row1" align="center" valign="top" height="6">
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN rpg_fields -->
 <tr>
 <td align="right" valign="middle" nowrap="nowrap">
 <span class="gen">{switch_rpg.rpg_fields.F_NAME} : </span>
 </td>
 <td width="100%" valign="baseline">
 <b><span class="gen">{switch_rpg.rpg_fields.F_VALUE_NEW}</span></b>
 </td>
 </tr>
 <!-- END rpg_fields -->
 </table>
 </td>
 </tr>
 <tr>
 <td colspan="2" align="center" class="row1">
 {U_ADMIN_RPG}
 </td>
 </tr>
 <!-- END switch_rpg -->
</table>
<br />
<script src="{JQUERY_ROOT}json/jquery.json-1.3.min.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
 $(document).ready(function(){
 $('[id^=field_id]').each(function(){
 if ( $(this).find('.field_editable').is('span, div') )
 {
 $(this).hover(function()
 {
 if( $(this).find('.field_editable.invisible').is('span, div') )
 {
 $(this).find('.field_editable').prev().addClass('ajax-profil_hover').parent().addClass('ajax-profil_parent').append('<div class="ajax-profil_edit"><img src="{AJAX_EDIT_IMG}" /></div>');
 $(this).find('.ajax-profil_edit').attr({
 alt: "{L_FIELD_EDIT_VALUE}",
 title: "{L_FIELD_EDIT_VALUE}"
 }).click(function(){
 $(this).prev().prev().removeClass('ajax-profil_hover').addClass('invisible').next().removeClass('invisible').append('<img src="{AJAX_VALID_IMG}" class="ajax-profil_valid" />').find('input,select');
 $(this).prev().find('.ajax-profil_valid').attr({
 alt: "{L_VALIDATE}",
 title: "{L_VALIDATE}"
 }).click(function(){
 var content = new Array();
 $(this).parent().find('[name]').each(function(){
 var type_special = $(this).is('input[type=radio],input[type=checkbox]');
 if ( (type_special && $(this).is(':checked')) || !type_special )
 {
 content.push(new Array($(this).attr('name'), $(this).attr('value')));
 }
 });
 var id_name = $(this).parents('[id^=field_id]').attr('id');
 var id = id_name.substring(8, id_name.length);
 $.post(
 "{U_AJAX_PROFILE}",
 {id:id,user:"{CUR_USER_ID}",active:"{CUR_USER_ACTIVE}",content:$.toJSON(content),tid:"{TID}"},
 function(data){
 $.each(data, function(i, item){
 $('[id=field_id' + i + ']').find('.field_uneditable').html(item).end().find('.ajax-profil_valid').remove().end().find('.field_editable').addClass('invisible').end().find('.field_uneditable').removeClass('invisible');
 });
 },
 "json"
 );
 });
 $(this).remove();
 });
 }
 },function()
 {
 if( $(this).find('.field_editable.invisible').is('span, div') )
 {
 $(this).find('.field_editable').prev().removeClass('ajax-profil_hover');
 $(this).find('.ajax-profil_edit').remove();
 }
 });
 }
 });
 });
//]]>
</script>

Et ensuite tu vas dans Module > Gestion des codes Javascript > Créer un nouveau Javascript en sélectionnant uniquement sur l'index, puis tu y ajoutes :

Code:
$(function(){
$.get($("#nommembre a[href^='/u']")[0].href,function(d){
(a=$("#avatar_membre img",$(d))).length&&$("#avatar_lastmember").html(a);})
});

Et normalement ça devrait déjà régler le souci de l'avatar !

Je vois aussi que tu veux rendre la PA centrée et non pas sur toute la largeur, il vaut mieux remplacer le CSS par :
Code:
.pageda {
  padding: 10px 0px 10px 0px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0px auto;
}

Et enfin pour régler le souci du QEEL, il te faut aller remplacer :
Code:
#qeel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0px 60px 0px;
}

puis :
Code:
.fondqeel {
  height: 500px;
  left: 0;
  text-shadow: 0 0 5px #000;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

et :
Code:
.statco {
  position: relative;
  width: 390px;
}

:happyblob:
LuneOmega
Invité
Anonymous
Avec le code entier, ça fonctionne (/^_^)/

merci à toi.
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73627/01/2018
Yaaas parfait !

J'archive du coup ~ ♥
Contenu sponsorisé
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
© epsilon - 2024
créateurice de code depuis 2018
© jawn