Forum test de codage de jin
Le Deal du moment : -40%
Tefal Ingenio Emotion – Batterie de cuisine 10 ...
Voir le deal
59.99 €

Changer les images VERROUILLE/NOUVEAU/REPONDRE en image

Voir le sujet précédent Voir le sujet suivant Aller en bas
paranoid
nola
Dans Changer les images VERROUILLE/NOUVEAU/REPONDRE en image, posté le Jeu 12 Juil - 10:37


==> Modules/HTML JAVASCRIPT/Gestion des codes Javascript/Créer un nouveau Javascript

Code:
// LES SUJETS VERROUILLES
$(document).ready(function(){
$('a#M14_i_reply[alt="Ce sujet est verrouillé, vous ne pouvez pas éditer les messages ou faire de réponses."]').attr('id','M14_ver_post').html('Verrouillé');
$('a#M14_i_reply_bis[alt="Ce sujet est verrouillé, vous ne pouvez pas éditer les messages ou faire de réponses."]').attr('id','M14_ver_post').html('Verrouillé');
});
//UN FORUM VERROUILLE
 $(document).ready(function(){
$('a#M14_News_Post[alt="Ce forum est verrouillé, vous ne pouvez pas poster, ni répondre, ni éditer les sujets."]').attr('id','M14_ver_forum').html('Verrouillé');
});

==> Affichage/Images et Couleurs/Couleurs/Feuille de style

Code:

/*Boutons Nouveau sujet*/
#M14_News_Post {color:green;text-decoration:none !important;}
/*Boutons repondre en haut de page ouis le bas de page*/
#M14_i_reply , #M14_i_reply_bis{color:darkgreen;text-decoration:none !important;} 
/*Bouton des sujets verrouilles*/
#M14_ver_post {color:red !important;text-decoration:none !important;}
/*Bouton d un forum verrouille*/
#M14_ver_forum {color:red !important;text-decoration:none !important;}

==> Affichage/Templates/Général/viewforum_body

Chercher

Code:
<a href="{U_POST_NEW_TOPIC}" rel="nofollow">
<img src="{POST_IMG}" id="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" border="0" /></a>

remplacer par:

Code:
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">Nouveau</a>

Chercher

Code:
<a href="{U_POST_NEW_TOPIC}" rel="nofollow">
<img src="{POST_IMG}" id="{POST_IMG_ID}1" alt="{L_POST_NEW_TOPIC}" border="0" />
</a>

Remplacer par:

Code:
 <a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">
                            Nouveau</a>

==> Affichage/Templates/Général/viewtopic_body

Chercher

Code:

<span class="nav">
 <!-- BEGIN switch_user_authpost -->
 <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
 <!-- END switch_user_authpost -->
 <!-- BEGIN switch_user_authreply -->
 <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
 <!-- END switch_user_authreply -->
 </span>

remplacer par:

Code:

<span class="nav">
 <!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">
Nouveau</a> 
 <!-- END switch_user_authpost -->
 <!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
 <!-- END switch_user_authreply -->
 </span>

chercher

Code:

<span class="nav">
 <!-- BEGIN switch_user_authpost -->
 <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
 <!-- END switch_user_authpost -->
 <!-- BEGIN switch_user_authreply -->
 <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
 <!-- END switch_user_authreply -->
 </span>

remplacer par

Code:


<span class="nav">
 <!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"id="M14_News_Post"alt="{L_POST_NEW_TOPIC}"title="{L_POST_NEW_TOPIC}">Nouveau</a>  &nbsp;
 <!-- END switch_user_authpost -->
 <!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"id="M14_i_reply_bis"alt="{L_POST_REPLY_TOPIC}"title="{L_POST_REPLY_TOPIC}">Répondre</a>
 <!-- END switch_user_authreply -->
 </span>
nola
Changer les images VERROUILLE/NOUVEAU/REPONDRE en image Superthumb

Pseudo(s) : jin
Âge : 19
Occupation : lol
Localisation : paris
paranoid
https://mmmmh.forumactif.org
Comment me contacter?
Changer les images VERROUILLE/NOUVEAU/REPONDRE en image
Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
S P A C E S H I P :: Templates-


Sauter vers: