Affichage :
Le laboratoire de Darathor Index du Forum

Le laboratoire de Darathor

Ressources diverses, principalement sur les fourms phpBB
Quick Edit, problème

Poster un nouveau sujet Répondre au sujet

Rechercher dans ce sujet :
Messages
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 30 Avr 2007 14:26
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Bonjour !

J'ai installé ce mod (ainsi que ceux requis) et j'ai un gros soucis. En fait, la partie concernant l'édition rapide est constement affichée. Si je vais dans un sujet, j'ai le textaera déjà affichée et les boutons qui otn été ajouté n'ont aucune effet. Pourtant, j'ai bien ajouté le fichier js dans le dossier templates.

Je pense que le soucis doit venie de viewtopic_body.tpl

Code :
         <tr>
            <td colspan="2">
            <div id="{postrow.U_POST_ID}_text">
                  <span class="postbody">{postrow.MESSAGE}<br />{postrow.SIGNATURE}</span>
                </div>
            <!-- BEGIN switch_editable -->
            <div id="{postrow.U_POST_ID}_edit" class="display_none">
                  <form class="cm" action="{postrow.S_EDIT_ACTION}" method="post">
                     <textarea class="post gensmall complet" style="height:250px; overflow:auto;" name="message" tabindex="3" rows="15" cols="35">{postrow.EDITABLE_MESSAGE}</textarea>
                     {postrow.S_HIDDEN_FIELDS}<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" />
                  </form>
            </div>
            <!-- END switch_editable -->
            </td>
         </tr>


Je précise que j'ai bien ajouté la ligne du js tout en haut du fichier.

Merci d'avance !
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 30 Avr 2007 17:06
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
A priori le problème se situe dans les styles ajoutés par [Sous-MOD] Définitions CSS complémentaires (1.1), le masquage du formulaire se faisant via une classe CSS... L'as-tu bien installé ? As-tu bien uploadé les fichiers ? (et au cas où ton forum utiliserait une feuille de styles séparées du header, as-tu ajouté ces classes dans cette feuille de style ?)
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Dernière édition par Darathor le 01 Mai 2007 09:26; édité 1 fois
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 01 Mai 2007 13:35
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Je pensais que ce sous-mod n'était pas nécessaire. J'ai donc ajouté les lignes dans mon fichier CSS (donc externe au header) mais j'ai toujours le même soucis. En ce qui concerne l'upload des fichiers, j'ai bien le js dans le dossier templates et les images dans lang_french du thème (elles sont bien présente mais ne fonctionne pas). J'ai bien installé les mods Log all editions et Cross-edit prevention où je n'ai pas recenser de problème.

Edit : il y a eu un petit changement. Sans rien modifier, je n'ai plus la partie d'édition rapide qui s'affiche mais si je clic sur le bouton, ce même bouton disparaît tandis que l'édition rapide n'apparaît pas. Et le second bouton (celui qui annule l'édition) n'est pas présent.
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 01 Mai 2007 13:39; édité 2 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 01 Mai 2007 13:41
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Hum, ça ça fait plus penser au javascript qui merderait :pense:

Le forum où tu testes c'est accessible du net ou c'est en local ? (pour savoir si je peux regarder directement)
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 01 Mai 2007 13:48
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Désolé mais c'est en local. C'est la deuxième fois que j'ai un soucis de javascript (la 1ère fois, j'ai laissé tomber) mais dans les mods que j'ai ajouté et qui demandent l'upload d'un js, ça fonctionne.
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 01 Mai 2007 14:23
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Ton forum a une feuille de style séparée du header ou pas ? Parce que ça pourrait être un problème de cache navigateur peut-être... Même si j'en doute...

T'as testé sur plusieurs navigateurs différents ? Tu testes avec lequel ?
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 01 Mai 2007 17:29
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Darathor a écrit :
Ton forum a une feuille de style séparée du header ou pas ?

Je suppose que tu veux dire si j'utilise une feuille de style séparée du fichier. Si c'est ça, oui c'est bien le cas. Et j'ai testé avec Firefox et IE.

Edit : je viens de vider le cache de FF mais j'ai toujours le même soucis.
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 01 Mai 2007 17:30; édité 1 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 01 Mai 2007 19:23
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Dans la console d'erreur javascript de Firefox, t'as des choses ?
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Dernière édition par Darathor le 01 Mai 2007 19:23; édité 1 fois
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 02 Mai 2007 16:01
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
En effet, j'ai une série d'erreur.

Citation :
Avertissement : Erreur d'analyse de la valeur pour la propriété « font-family ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 363

Avertissement : Erreur d'analyse de la valeur pour la propriété « color ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 379

Avertissement : Erreur d'analyse de la valeur pour la propriété « color ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 380

Avertissement : Erreur d'analyse de la valeur pour la propriété « background-color ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 383

Avertissement : Erreur d'analyse de la valeur pour la propriété « background-color ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 385

Avertissement : Erreur d'analyse de la valeur pour la propriété « height ». Déclaration abandonnée.
Fichier source : ~lien~
Ligne : 389

...


Il y en a un bon paquet du même genre. Une partie concerne les lignes ajoutée par le mod CSS complémentaire tandis que le reste, c'est ce qui suit et qui est par défaut dans le css du thème.

Je viens de remarquer que les erreurs des lignes ajoutée par le mod CSS complémentaire concernes seulement celles contenant quelque chose comme {T_FONTFACE1}, {T_BODY_LINK}, ...
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 02 Mai 2007 16:03; édité 1 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 02 Mai 2007 17:19
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Tu pourrais me montrer la feuille de style CSS ? Parce que dans le cas où il y aurait une erreur de syntaxe dedans, il se pourrait que tout ne soit pas correctement pris en compte...
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 02 Mai 2007 17:50
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Je voudrais juste signalé que quand j'ajoute les lignes dans le CSS de mon autre thème, j'ai également les mêmes erreurs.

Code :
html, body {
   background-color: #D7DDE4;
   padding: 0;
   margin: 0;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color: #325375; text-decoration: none; }
a:hover      { text-decoration: underline; color: #FF7F00; }
hr   { height: 0px; border: solid #325375 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EAEEF3; }

/* Header and Logo */
#logotable td { background: url(images/logo_mid.gif) top left repeat-x; height: 77px; overflow: hidden; }
#buttonstable { margin-bottom: 5px; }
#buttonstable td { background: url(images/logo2_mid.gif) top left repeat-x; }
#buttonstable2 td { background: url(images/logo2_top_mid.gif) top left repeat-x; }
#header-buttons {
   font-size: 11px;
   color: #FFA44A;
   padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
   color: #E7EBF0;
   text-decoration: none;
}
#header-buttons a:hover { color: #FFF; text-decoration: underline; }

/* This is the border line & background colour round the entire content */
.contenttop td { background: url(images/c_top.gif) left bottom repeat-x; height: 10px; overflow: hidden; }
.contentbottom td { background: url(images/c_bottom.gif) left top repeat-x; height: 10px; overflow: hidden; }
.contentleft { background: #EAEEF3 url(images/c_left.gif) left top repeat-y; }
.contentright { background: #EAEEF3 url(images/c_right.gif) right top repeat-y; }
td.content { background-color: #EAEEF3; }

/* This is the outline round the main forum tables */
.forumline   { border: solid 1px #325375; background-color: #E6EAF0; }

/* Forum header */
.forumheader td {
   background: url(images/hdr_mid.gif) left bottom repeat-x;
   font-size: 12px;
   font-weight: bold;
   color: #2F5072;
}
.forumheader a, .forumheader a:visited {
   color: #2F5072;
   text-decoration: underline;
}
.forumheader a:hover {
   color: #FF7F00;
   text-decoration: underline;
}

/* PM */
.desc_l_pm   {
background-color: #ECEDF0; border: #B2B2B2 solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px
}
.desc_r_pm   {
background-color: #ECEDF0; border: #B2B2B2 solid;
border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited {
   border: solid 1px #FF7F00;
   padding: 25px 45px;
   color: #325375;
   text-decoration: underline;
   font-size: 12px;
   font-weight: bold;
   background-color: #E6EAF0;
}
.pm-new a:hover, .pm-new a:active {
   color: #FF7F00;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
   border-left: solid 1px #F5F7F9;
   border-right: solid 1px #A1B3C6;
   border-top: solid 1px #F5F7F9;
   border-bottom: solid 1px #849AB1;
   background-color: #E6EAF0;
}

/* Main table cell colours and backgrounds */
td.row_split {
   border-left: solid 1px #F5F7F9;
   border-right: solid 1px #A1B3C6;
   border-top: solid 1px #F5F7F9;
   border-bottom: solid 1px #849AB1;
   background-color: #CFD6E2;
}

.row_panel {
   background-color: #E6EAF0;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
   color: #E7EBF0;
   font-size: 11px;
   font-weight: bold;
   background: #4A6786 url(images/th.gif) top left repeat-x;
   white-space: nowrap;
   padding: 0 5px;
   text-align: center;
   height: 26px;
   border-left: solid 1px #5B7EA4;
   border-right: solid 1px #355373;
   border-top: solid 1px #57799D;
   border-bottom: solid 1px #48698D;
}
th.left { text-align: left; }

th.right { text-align: right; }

td.catBottom {
   background: #F2F4F6 url(images/catbottom.gif) top left repeat-x;
   height: 24px;
   padding: 1px 3px;
   border-left: solid 1px #E2E4E8;
   border-right: solid 1px #B8BCC0;
   border-top: solid 1px #E2E4E8;
   border-bottom: solid 1px #B8BCC0;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
   background: #E8EAEC url(images/cathead.gif) top left repeat-x;
   height: 24px;
   padding: 0 3px;
   border-left: solid 1px #E2E4E8;
   border-right: solid 1px #B8BCC0;
   border-top: solid 1px #E2E4E8;
   border-bottom: solid 1px #B8BCC0;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #325375; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #FF7F00; text-decoration: underline; }

.genportal {
   font-size : 11px;
   color : #E7EBF0;
}

.generror { color: #F31111; }
.progress { background-color: #FF7F00; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #325375;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF7F00; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #325375; }
a.forumlink    { text-decoration: none; color : #327534; }
a.forumlink:hover{ text-decoration: underline; color : #FF7F00; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: 10px; color : #000000;}
a.nav         { text-decoration: none; color : #325375; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #325375; }
a.topictitle:visited { text-decoration: none; color : #27415B; }
a.topictitle:hover   { text-decoration: underline; color : #FF7F00; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #FF7F00; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #6684A3; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size: 11px; }
.postername      { font-size: 11px; font-weight: bold; color: #325375; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails      { font-size: 10px; }
.posterrank      { font-size: 9px; color: #14283D; }
.posterprofile   { font-size: 10px; color: #1E3853; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a   { text-decoration: none; color: #325375; }
.postbody a:visited { text-decoration: none; color: #27415B; }
.postbody a:hover { text-decoration: underline; color: #FF7F00; }

/* Other post stuff */
td.postbottom {
   background: #CED2D7 url(images/profile.gif) top left repeat-x;
   font-size: 10px;
   color: #325375;
   white-space: nowrap;
}

.postsubject {
   font-size: 12px;
   font-weight: bold;
   color: #325375;
}

/* Quote & Code blocks */
.quote-table, .code-table, .ot-table {
   border: solid 1px #325375;
   margin: 5px 0;
}
.quote-corner, .code-corner, .ot-corner {
   background-color: #4F7092;
   border-right: solid 1px #325375;
}
.quote-left {
   background: #4F7092;
   border-right: solid 1px #325375;
}
.code-left {
   background: #4F7092;
   border-right: solid 1px #325375;
}

.ot-left {
   background: #4F7092;
   border-right: solid 1px #325375;
}

.quote-header, .code-header, .ot-header {
   border-bottom: solid 1px #325375;
   padding: 0 5px;
   text-align: left;
   vertical-align: middle;
   font-size: 11px;
   color: #325375;
   background-color: #EAEEF2;
}
.quote-text {
   color: #000;
   text-align: left;
   vertical-align: top;
   font-size: 11px;
   line-height: 125%;
   padding: 3px 5px;
   background-color: #EEF1F5;
}

.code-text {
   font-family: Courier, 'Courier New', sans-serif;
   color: #000;
   text-align: left;
   vertical-align: top;
   font-size: 11px;
   line-height: 125%;
   padding: 3px 5px;
   background-color: #EEF1F5;
}

.ot-text {
   font-family: Courier, 'Courier New', sans-serif;
   color: #000;
   text-align: left;
   vertical-align: top;
   font-size: 11px;
   line-height: 125%;
   padding: 3px 5px;
   background-color: #EEF1F5;
}

/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
   color: #000000;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
   border: solid 1px #325375;
   background-color: #FFF;
}
* html input.post, * html textarea { border-color: #000; }
input.post:hover, textarea:hover { border-color: #FF7F00; color: #325375; }
input.post:focus, textarea:focus { border-color: #000; color: #000; }


select {
   background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color: #E6EAF0;
   color: #325375;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
   border: solid 1px #A1B3C6;
}
input.button:hover {
   background-color: #DFE3EA;
   color: #000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
   background-color: #FFF;
   font-weight : bold;
   border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
   background-color: #EEF1F5;
   font-weight : normal;
   border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { color: #325375; border-color: #325375; }
input.mainoption:focus, input.liteoption:focus { color: #325375; border-color: #000; }


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E6EAF0; border: solid 1px #E6EAF0; }

/* Set Image style */
img, .forumline img {
   border: 0;
}

/*
   Styled checkboxes and radio buttons.
   Created by Philip Howard, GamingHeadlines.co.uk
   Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
   background: url(images/CheckboxUnchecked.gif) no-repeat center center;
   display: block;
   width: 16px;
   height:16px;
}
a.checkbox, a.checkboxchecked {
   display: block;
   width: 16px;
   height: 16px;
   cursor: pointer;
   cursor: hand;
}
a.checkbox {
   background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
   background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
   background: url(images/RadioboxUnchecked.gif) no-repeat center center;
   display: block;
   width: 16px;
   height:16px;
}
a.radiobox, a.radioboxchecked {
   display: block;
   width: 16px;
   height: 16px;
   cursor: pointer;
   cursor: hand;
}
a.radiobox {
   background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
   background: url(images/RadioboxChecked.gif) no-repeat center center;
}

select {
     background-color:#EAEEF3;
     color:#000000;
}

#sous-menu1 {
   font-size: 10px;
   font-weight: bold;
   display: none;
   margin: 0;
   padding : 0;
   width : 140px;
   position : absolute ;
   top : 1%;
   left : 1%;
}

.sforums { font-size : 10px;  color: #000000;  }

.habillage {border:solid 1px black ; background-color:#DDE1E6}

.citations {
   font-size: 10px;
   font-weight: bold;
   color: #8e384c;
   text-align: right;
}

.inputhidden { display: none; }

/* DEBUT MOD Définitions CSS complémentaires */
img { border: none; }
body { font-family: {T_FONTFACE1} }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { padding: 0 2px; }
.nowrap { white-space: nowrap; }
.bold { font-weight : bold; }
.italic { font-style : italic; }
.spacer, .spaceRow { height: 5px; line-height: 5px; padding: 0; margin: 0; }
.complet { width: 100%; }
.demi { width: 50%; }
.tiers { width: 33%; }
.quart { width: 25%; }
/* Affichage et masquage d'éléments */
.display_none { display : none; }
.display_inline { display : inline; }
.display_block { display : block; }
/* Liens non-soulignés */
a.discreet { text-decoration: none; color: {T_BODY_LINK}; }
a.discreet:hover { text-decoration: underline; color: {T_BODY_HLINK}; }
/* Rows hors tableaux */
.row1, .row2, .row3 { padding: 2px; }
.row1 { background-color: {T_TR_COLOR1}; }
.row2 { background-color: {T_TR_COLOR2}; }
.row3 { background-color: {T_TR_COLOR3}; }
/* Formulaires */
form { margin: 0; padding: 0; }
input { margin: 0; }
input.gen { height: {T_FONTSIZE3}px; }
input.genmed { height: {T_FONTSIZE2}px; }
input.gensmall { height: {T_FONTSIZE1}px; }
/* Alignements */
.lt { text-align: left; vertical-align: top; }
.rt { text-align: right; vertical-align: top; }
.ct { text-align: center; vertical-align: top; }
.jt { text-align: justify; vertical-align: top; }
.lm { text-align: left; vertical-align: middle; }
.rm { text-align: right; vertical-align: middle; }
.cm { text-align: center; vertical-align: middle; }
.jm { text-align: justify; vertical-align: middle; }
.lb { text-align: left; vertical-align: bottom; }
.rb { text-align: right; vertical-align: bottom; }
.cb { text-align: center; vertical-align: bottom; }
.jb { text-align: justify; vertical-align: bottom; }
/* Flottement */
.fl { float:left; }
.fr { float:right; }
.clear { clear: both; visibility: hidden; }
/* FIN MOD Définitions CSS complémentaires */

Revenir en haut Aller en bas
Hors ligne | Profil | MP
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 04 Mai 2007 16:27
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
UP !
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 04 Mai 2007 17:13
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Yep je vais essayer de voir ça ce soir ou demain maintenant que j'ai réglé le problème de Cacahuete ;)
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 06 Mai 2007 20:05
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Bon en fait j'ai pas eu le temps finalement, je m'en occupe demain soir ou mardi ;) (juste pour dire que j'oublie pas)
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Dernière édition par Darathor le 06 Mai 2007 20:06; édité 1 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 08 Mai 2007 09:32
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Bon j'ai appliqué ce code CSS ici à la place du mien et ça tourne sas problème donc le problème est ailleurs.

Voyons voir le viewtopic_body.tpl alors...
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 08 Mai 2007 13:30
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Vu que j'ai remit l'ancien code, il faut que je refasse les modifications. J'éditerais dès que ce sera fait.

Edit : voilà le fichier avec toutes les modifs nécessaire pour le mod :

Code :
<script language="Javascript" type="text/javascript" src="templates/quick_edit.js"></script>

<!-- BEGIN newsvrt_lrg_topic_enable -->
{NEWSVRT_LRG_BOX}   
<!-- END newsvrt_lrg_topic_enable -->

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
   <td align="left" valign="bottom"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
     <span class="gensmall"><b>{PAGINATION}</b><br />
     &nbsp; </span></td>
   <td align="right" class="nav" nowrap="nowrap">{SELECT_TITLE}</td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
   <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
   <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
      <!-- BEGIN switch_parent_link -->
     » <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
        <!-- END switch_parent_link -->
     » <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
    <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a></span></td>
  </tr>
</table>

<table class="forumline" width="100%" cellspacing="0" cellpadding="3">
<thead>
   <caption>
   <table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">
   <tr>
      <td align="left" valign="bottom" width="25"><img src="templates/Jet/images/hdr_left.gif" width="25" height="27" alt="" /></td>
      <td align="center"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
      <td align="right" valign="bottom" width="25"><img src="templates/Jet/images/hdr_right.gif" width="25" height="27" alt="" /></td>
   </tr>
   </table>
   </caption>
</thead>
<tbody>
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" width="12%" height="26" nowrap="nowrap">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <tr>
      <td align="center" valign="top" class="row1"><span class="gen">
         <span class="postername"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}<br />{postrow.POSTER_USER_PSEUDO}</span><br />
         <span class="posterrank">{postrow.POSTER_RANK}<br />{postrow.JOBS}<br />
         {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />
         {postrow.RACE}</span>
         <table border="0" cellspacing="0" cellpadding="2" width="95%">
         <tr>
            <td align="left" class="posterprofile">{postrow.POSTER_JOINED}<br />{postrow.POSTER_AGE}{postrow.POSTER_CAKE}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}<br />{postrow.CASH}</td>
         </tr>
         </table></span><br />
      </span></td>
      <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
            <td width="100%" style="padding: 3px 0;"><span class="postsubject"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a>{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
            <td valign="top" align="right" nowrap="nowrap">{postrow.POSTER_ONLINE_STATUS_IMG}{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.QUICK_EDIT_IMG}{postrow.CANCEL_QUICK_EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
         </tr>
         <tr>
            <td colspan="2">
            <div id="{postrow.U_POST_ID}_text">
                  <span class="postbody">{postrow.MESSAGE}<br />{postrow.SIGNATURE}</span>
                </div>
            <!-- BEGIN switch_editable -->
            <div id="{postrow.U_POST_ID}_edit" class="display_none">
                  <form class="cm" action="{postrow.S_EDIT_ACTION}" method="post">
                     <textarea class="post gensmall complet" style="height:250px; overflow:auto;" name="message" tabindex="3" rows="15" cols="35">{postrow.EDITABLE_MESSAGE}</textarea>
                     {postrow.S_HIDDEN_FIELDS}<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" />
                  </form>
            </div>
            <!-- END switch_editable -->
            </td>
         </tr>
      </table></td>
   </tr>
   <tr>
      <td class="postbottom" align="center" valign="middle" nowrap="nowrap">{postrow.POST_DATE}</td>
      <td class="postbottom" width="100%" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
   </tr>
   <tr>
      <td class="spaceRow" colspan="2"><img src="templates/Jet/images/spacer.gif" alt="" width="1" height="1" /></td>
   </tr>
   <!-- END postrow -->
   <tr align="center">
      <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
         <tr><form method="post" action="{S_POST_DAYS_ACTION}">
            <td valign="middle"><span class="gensmall">{L_DISPLAY_POSTS}:&nbsp;</span></td>
            <td valign="middle">{S_SELECT_POST_DAYS}</td>
            <td valign="middle"><span class="gensmall">&nbsp;{S_SELECT_POST_ORDER}&nbsp;</span></td>
            <td valign="middle"><input type="submit" value="{L_GO}" class="liteoption" name="submit" />
            <span class="gensmall">{S_TIMEZONE}</span></td>
         </form></tr>
      </table></td>
   </tr>
</tbody>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
   <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
      <!-- BEGIN switch_parent_link -->
     » <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
        <!-- END switch_parent_link -->
     » <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
   <td align="right" valign="top" nowrap="nowrap"><span class="nav"></span>
     </td>
  </tr>
  <tr>
   <td align="left" colspan="3"><span class="nav">{PAGINATION}</span></td>
   <td align="right" class="nav" nowrap="nowrap">{SELECT_TITLE}</td>
  </tr>
</table>

<table width="100%" cellspacing="2" border="0" align="center">
  <tr>
   <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
     &nbsp;<br />
     {S_TOPIC_ADMIN}</td>
   <td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>

Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 08 Mai 2007 13:42; édité 2 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 08 Mai 2007 14:18
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Et comme ça, ça marche pas ? :eh:

Tu peux me re-décrire clairement les symptômes ?
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 08 Mai 2007 17:31
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Quand je suis dans un sujet, tout est affiché correctement et il y a bel et bien le bouton pour l'édition rapide. Quand je clic sur ce bouton, il disparaît. Le bouton pour annuler quand à lui n'apparaît pas et il n'y pas l'espèce de formulaire pour l'édition. En fait, il ne se passe rien mis à part la disparition du bouton d'édition. Et aucun message d'erreur.

Voici deux captures. Le premier en entrant dans un sujet et le second en cliquant sur le bouton d'édition.




Comme tu peux le voir, à part la disparition du bouton, il n'y a aucune autre manifestation.
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 08 Mai 2007 17:36; édité 1 fois
Darathor Sexe : Masculin
Site Admin
Membre

Inscrit le : 02 Nov 2003
Messages : 1101
Localisation : Strasbourg
MessagePosté le : 08 Mai 2007 18:02
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Alors là je dois avouer que je ne comprends pas trop ce qui peut se passer :eh: Autant que je sache tout a l'air en ordre :?
Revenir en haut Aller en bas
Hors ligne | Profil | MP | E-mail | Site web
Novaslash 
Membre

Inscrit le : 26 Juil 2006
Messages : 23
MessagePosté le : 09 Mai 2007 13:09
Masquer ce messageAfficher ce message
Répondre en citantAjouter à liste des messages à citerRetirer de la liste des messages à citer
Je ne sais pas trop quoi faire de plus. Come j'ai refais l'installation de tous les mods deux fois, je ne pense pas avoir fait une erreur. Et comme je crois l'avoir déjà dit, j'ai le mêm soucis avec un autre thème.
Revenir en haut Aller en bas
Hors ligne | Profil | MP
Dernière édition par Novaslash le 09 Mai 2007 13:09; édité 1 fois
Poster un nouveau sujet Répondre au sujet
  Vous ne pouvez pas poster de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas voter dans les sondages de ce forum