Fork me on GitHub






Page apres validation
Régulier
Inscrit: 09/11/2009 23:00
Messages: 234
Bonjours j'aurai voulue savoir :

1) Comment modifier la page de validation , je m'explique vous savez quand on marque une réponse ou quand on met a disposition quelque chose et que l'on valide ca nous dit du genre "merci de votre poste si cette page etc..." et bien la moi a la fin ya pas le "ici" a la fin de rafraichir.

2)Comment mettre une image comme vous dans cette même page en faite.

Cordialement

Posté le : 21/01/2010 01:08
Partager Twitter Partagez cette article sur GG+
Re: Page apres validation
Semi pro
Inscrit: 04/10/2007 04:40
De Cuges Les Pins
Messages: 843
Bonsoir Cheguevara,

Pour ta première question:
je n'ai pas tout compris.

Pour ta deuxième question :

Regarde dans le thème que tu utilise,
si il y a un dossier "/modules/"

Si il ci trouve, tu doit avoir dedans :
/modules/system/system_redirect.html

Dans ce fichier tu a :
<div id="xo-wrapper" class="container center">
    <
div id="xo-redirect">
        <
div class="message">
            <{
$message}>
            <
br />
            <
img src="<{xoImgUrl ajax_indicator_01.gif}>" alt="<{$message}>"/>
        </
div>
        <
div class="notreload">
            <{
$lang_ifnotreload}>
        </
div>
    <{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
    </
div>
</
div>


Dans le style.css de ton thème, tu doit retoruver la class : 'xo-redirect'
#xo-redirect  { font-weight: bold;  text-align: center; margin: 50px auto; padding: 1em; width: 780px }


Si je me trompe pas, ça doit être celle là.

Tu ajoute à cette class :

background-imageurl("http://ton_site.com/themes/ton_theme/images/fond-image-de-fon.jpg"); background-repeatno-repeat;


Si tu n'a pas le dossiers 'modules' dans ton thème, récupère le dans le thème 'default' et au passage aussi, tu récupère dans le style.css et les copie dans celui de ton thème.

- #xo-redirect
- #xo-redirect .notreload
- #xo-redirect .notreload a
- #xo-redirect .message
- #xo-redirect .message img


iLuc

Posté le : 21/01/2010 02:34
Partager Twitter Partagez cette article sur GG+
Re: Page apres validation
Régulier
Inscrit: 09/11/2009 23:00
Messages: 234
salut iluc :

Pour ta première question: quand tu ma écrit ta réponse et que tu as cliquer sur valider il t'es apparue une page avec ue barre qui défile moi je n'est pas le mot "ici dans cette phrase j'aurai voulu savoir comment la modifier pour pouvoir le rajouter

Posté le : 21/01/2010 08:16
Partager Twitter Partagez cette article sur GG+
Re: Page apres validation
Régulier
Inscrit: 09/11/2009 23:00
Messages: 234
ma 1er question ca avec le 2eme

Posté le : 21/01/2010 08:36
Partager Twitter Partagez cette article sur GG+
Re: Page apres validation
Régulier
Inscrit: 09/11/2009 23:00
Messages: 234
dans le fichier /modules/system/system_redirect.html j'ai ca :

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<
title><{$xoops_sitename}></title>
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<
style>
{color#fff;}
</style>
</
head>
<
body>
<
div style="width:600px; padding: 5px; margin: 0 auto; border: 7px solid #CCCCCC; text-align:center; background-color: #FFFFFF; color: #333;">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>
<{if 
$xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</
body>
</
html>


Dans le style.css de mon thème j'ai : desoler j'ai pas trouver comment bien mettre ce css


Citation :
/* reset */ * { margin: 0; padding: 0; } /* layout */ html, body { margin: 10px; background: #333333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #787878; } #xo-canvas { width: 850px; margin: 0 auto; padding: 0px; background: #FFFFFF; border: 10px solid #cccccc; } #xo-canvas-content { padding: 10px 0 0 0; width: 830px; margin-left: auto; margin-right: auto; margin-top: 10px; } #xo-page {} /* hypertext links */ a { text-decoration: none; color: #0066CC; } a:hover { background: none; text-decoration: underline; } /* titles */ h1, h2, h3 { margin: 0; font-weight: normal; color: #000000; } h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.6em; } h4 {font-size: 1em;} h5 {font-size: .9em;} h6 {font-size: .8em;} /* images */ img { border: 0; position: relative; } /* lists */ #xo-canvas-content ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left; } #xo-canvas-content li { margin-left: 2px; background-color: inherit; color: #0066CC; line-height: 1.4em; list-style: square inside; } /* hr */ hr { color: #ccc; border: #ccc; background: #ccc; height: 1px; } /* forms */ input {font-size: 1em;} select {font-size: .9em;} /* Top */ #top{ height: 100px; } /* Logo */ #logo { float: left; width: 287px; height: 87px; } #logo a { border: none; background: none; text-decoration: none; color: #FFFFFF; } /* User login */ #login-form { float: right; width: 500px; padding-top: 16px; padding-left: 10px; margin-right: 10px; background: #EEEEEE; } .usermenu a{ padding-right:20px; } /* header */ #header { height: 199px; margin-left: 10px; margin-right: 10px; margin-bottom: 5px; margin-top: 5px; background: url(../images/header.png) no-repeat left top; } /* Menu */ #menu { height: 30px; padding: 0; margin-left: 10px; margin-right: 10px; background: #333333; } #menu ul { margin: 0; padding: 0; list-style: none; line-height: 30px; } #menu li { float: left; } #menu a { display: block; padding-left: 13px; padding-right: 13px; text-transform: uppercase; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; border: none; } #menu a:hover, #menu .current_page_item a {color: #FFFFFF; background:#0066CC;} #menu a:hover {text-decoration: none;} /* left columns */ #xo-canvas-leftcolumn { width: 170px; padding-right: 10px; } #xo-canvas-leftcolumn th { color: #fff; vertical-align: middle; } #xo-canvas-leftcolumn .xo-blocktitle h3 { margin: 0 0 0 0; padding: 5px 3px 3px 3px; color: #fff; font-size: 14px; font-weight: bold; text-align:left; background: url(../images/block-top.png) repeat; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } #xo-canvas-leftcolumn .xo-blockcontent { margin-bottom: 10px; padding: 3px; line-height: 1.2em; font-size: 12px; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } /* right columns */ #xo-canvas-rightcolumn { width: 170px; padding-left: 10px; } #xo-canvas-rightcolumn th { background-color: #639ACE; color: #fff; vertical-align: middle; } #xo-canvas-rightcolumn .xo-blocktitle h3 { margin: 0 0 0 0; padding: 5px 3px 3px 3px; color: #fff; font-size: 14px; font-weight: bold; text-align:left; background: url(../images/block-top.png) repeat; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } #xo-canvas-rightcolumn .xo-blockcontent { margin-bottom: 10px; padding: 3px; line-height: 1.2em; font-size: 12px; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } /* center blocks */ #xo-page .xo-block { margin-left:5px; margin-right:5px; margin-bottom: 5px; } #xo-topblocks th { vertical-align: middle; } #xo-topcenterblocks, #xo-bottomcenterblocks {} #xo-topcenterblocks .xo-blocktitle h3, #xo-bottomcenterblocks .xo-blocktitle h3 { padding-left: 10px; padding-top: 4px; padding-bottom: 4px; color: #fff; font-weight: bold; font-size: 14px; background: url(../images/block-top.png) #333333 left repeat-y; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } #xo-topcenterblocks .xo-blockcontent, #xo-bottomcenterblocks .xo-blockcontent { padding: 5px 8px 8px 8px; margin-bottom: 2px; line-height: 1.4em; text-align:justify; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } #xo-topleftblocks, #xo-bottomleftblocks, #xo-toprightblocks, #xo-bottomrightblocks {width: 49.5%;} #xo-topleftblocks .xo-blocktitle h3, #xo-bottomleftblocks .xo-blocktitle h3, #xo-toprightblocks .xo-blocktitle h3, #xo-bottomrightblocks .xo-blocktitle h3{ padding-left: 10px; padding-top: 4px; padding-bottom: 4px; color: #fff; font-weight: bold; font-size: 14px; background: url(../images/block-top.png) #333333 left repeat-y; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } #xo-topleftblocks .xo-blockcontent, #xo-toprightblocks .xo-blockcontent, #xo-bottomleftblocks .xo-blockcontent, #xo-bottomrightblocks .xo-blockcontent { margin-bottom: 2px; padding: 5px 8px 8px 8px; text-align: justify; line-height: 1.4em; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } /* content module page */ #xo-content { text-align: justify; padding: 8px; } /* footer */ #footer { width: 910px; height: 50px; margin: 0 auto; padding: 40px 0; font-family: Arial, Helvetica, sans-serif; color: #B2B2B2; } #footer p { margin: 0; line-height: normal; font-size: 9px; text-transform: uppercase; text-align: center; } #footer a { color: #FFFFFF; } #xo-logger-output{ font-size: .8em;} /* block main menu */ #mainmenu { font-size: 11px;} #mainmenu a { display: block; margin: 0; padding: 4px 4px 4px 18px; border-bottom: 1px solid #e9e9e9; background: url(../icons/arrow.gif) no-repeat left; } #mainmenu a:hover {background-color: #f8f8f8;} #mainmenu a.menuTop {} #mainmenu a.menuMain {} #mainmenu a.menuSub { padding-left: 20px; background: none; border: none; font-style: italic; } #mainmenu a.menuSub:hover {background-color: #f8f8f8;} /* block user menu */ #usermenu { font-size: 12px;} #usermenu a { display: block; margin: 0; padding: 4px 4px 4px 18px; border-bottom: 1px solid #e9e9e9; background: url(../icons/arrow.gif) no-repeat left; } #usermenu a:hover {background-color: #f8f8f8;} #usermenu a.menuTop {} #usermenu a.highlight {background-color: #A52524;} /* tables and cells */ table {width: 100%;} table td { padding: 0; border-width: 0; vertical-align: top; } th { background: #EEEEEE; vertical-align : middle; color: #333333 !important; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; } .outer {} .head { background-color: #f4f4f4; font-weight: bold; padding: 5px; } .even { background-color: #f7f7f7; padding: 5px; } .odd { background-color: #f9f9f9; padding: 5px; } .foot { background-color: #f4f4f4; padding: 5px; font-weight: bold; } tr.even td { background-color: #f7f7f7; padding: 5px; } tr.odd td { background-color: #f9f9f9; padding: 5px; } /* core messages */ .errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; font-weight: bold; padding: 10px; } .confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; font-weight: bold; padding: 10px; } .resultMsg { background-color: #c1c1c1; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px; } /* codes and quotes */ .xoopsCode { background-color: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; max-height: 200px; overflow: auto; } .xoopsQuote { background-color: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px; } /* articles */ .item {margin-bottom: 15px;} .itemHead { padding: 3px; color: #fff; font-size: 1.1em; color: #333333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } .itemInfo { text-align: right; padding: 3px; background-color: inherit; } .itemTitle a { font-size: 1.1em; font-weight: bold; color: #333333; } .itemPoster { font-size: .9em; font-style:italic; } .itemPostDate { font-size: .9em; font-style:italic; } .itemStats { font-size: .9em; font-style:italic; } .itemBody {padding-left: 5px;} .itemText { margin-top: 5px; margin-bottom: 5px; line-height: 1.5em; } .itemText:first-letter { font-size: 1.3em; font-weight: bold; } .itemFoot { text-align: right; padding: 3px; background-color: #f9f9f9; } .itemAdminLink {font-size: .9em;} .itemPermaLink {font-size: .9em;} /* forums */ .comTitle { font-weight: bold; margin-bottom: 2px; } .comText {padding: 2px;} .comUserStat { font-size: 10px; font-weight:bold; border: 1px solid #ccc; background-color: #fff; margin: 2px; padding: 2px; } .comUserStatCaption {font-weight: normal;} .comUserStatus { margin-left: 2px; margin-top: 10px; color: #639ACC; font-weight:bold; font-size: .8em; } .comUserRank {margin: 2px;} .comUserRankText { font-size: .8em; font-weight:bold; } .comUserRankImg {border: 0;} .comUserName {} .comUserImg {margin: 2px;} .comDate { font-weight: normal; font-style: italic; font-size: .8em } .comDateCaption { font-weight: bold; font-style: normal; font-size: .8em } .signature { font-size:.8em; font-style:italic; } #newbb th { background: #666; vertical-align : middle; color: #fff; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; } #newbb .outer {} #newbb .head { background-color: #c9dced; font-weight: bold; padding: 5px; color:#333333; } #newbb .even { background-color: #f7f7f7; padding: 5px; } #newbb .odd { background-color: #f9f9f9; padding: 5px; } #newbb .foot { background-color: #f4f4f4; padding: 5px; font-weight: bold; } #newbb tr.even td { background-color: #f7f7f7; padding: 3px; vertical-align: middle; } #newbb tr.odd td { background-color: #f9f9f9; padding: 5px; vertical-align: middle; } #newbb .comTitle { font-weight: bold; margin-bottom: 2px; } #newbb .comText {padding: 2px;} #newbb .comUserStat { font-size: 11px; font-weight:bold; border: 1px solid #ccc; background-color: #fff; margin: 2px; padding: 2px; } #newbb .comUserStatCaption { font-weight: normal; font-size: 11px; } #newbb .comUserStatus { margin-left: 2px; margin-top: 10px; color: #639ACC; font-weight:bold; font-size: .9em; } #newbb .comUserRank {margin: 2px;} #newbb .comUserRankText { font-size: .9em; font-weight:bold; text-align: center; } #newbb .comUserImg {margin: 3px;} #newbb .comDate { font-weight: normal; font-style: italic; font-size: .8em } #newbb .comDateCaption { font-weight: bold; font-style: normal; font-size: .8em } #newbb .signature { font-size: 12px; font-style:italic; }

Posté le : 21/01/2010 09:57
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

36 Personne(s) en ligne (25 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 36 | Plus ...