En poursuivant votre navigation sur notre site, vous acceptez l’utilisation de cookies afin d’améliorer votre navigation. En savoir plus Réduire
Plan du site  ·  Mentions Légales  ·  Statistiques  ·  Contact PatMax Web ·  PatMax Annuaire · 
FAQ
Connexion · M’enregistrer
Afin de bénéficier de l'intégralité des fonctions de ce forum il est conseillé de vous connecter
PatMax Scripts va fermer définitivement au mois d'avril 2024

Index du forum » ENTRAIDE » XOOIT » Apparence

 
Poster un nouveau sujet Répondre au sujet
Message Auteur
 Sujet du message:
Message Posté: Ven 2 Nov 2007 15:53 

Bonjour.


je voudrais bien mettre mes images aléatoires sur xooit.

mais comment faire .

ou mettre ce lien?

http://pmsc.fr/PHP/simonne


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Ven 2 Nov 2007 20:29 

Il faudrait pour que l'on puisse t'aider que tu nous dises ou tu veux mettre ces images exactement sur ton forum.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Ven 2 Nov 2007 20:47 

sur la page d'accueil ici

http://unpetitcoindecielbleu.xooit.fr/index.php



Sous la barre.

comme sur l'ancien


http://unpetitcoindeparadis.forumactif.com/index.htm


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Ven 2 Nov 2007 21:30 

Dans ton panneau d'administration puis thème, modifier templates, choisir le fichier index_body.tpl et coller ce code en première ligne
<img src="http://pmsc.fr/PHP/simonne.php" />


Si tu veux centrer l'image pa rapport à ta page il faut mettre <center> devant et </center> à la fin.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Ven 2 Nov 2007 23:13 

OK merci j'essaierai demain et je te tiens au courant


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 08:44 

Super ça marche. :D

je l'ai fais en deux minutes.

Image


Maintenant j'ai installé le portail mais il n'y a rien pour le mettre dans la barre de navigation.

Pas de place.
je ne sais pas comment faire?


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 12:10 

Toujours dans les modifications de templates mais cette fois ci le fichier "overall_header.tpl".

Recherche:

<span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">


Et ajoute AVANT:
<span class="mainmenu">&nbsp;&nbsp;<a href="{U_PORTAL}" class="mainmenu"><img src="L'ADRESSE DE L'IMAGE DU BOUTON" width="SA LARGEUR" height="SA HAUTEUR" border="0" alt="{L_PORTAL}" hspace="3" />{L_PORTAL}</a></span>

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 12:13 

Ok j'essaie de suite.
Tu sais tout toi. :D


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 12:33 

ça donne ça ce n'est pas très joli

http://unpetitcoindecielbleu.xooit.fr/portal.php

je ne sais pas quoi mettre comme dimension.
j'ai pris la dimension des autres 80/72

voilà le code

je t'ai mis en gras là ou je l'ai installé

[spoiler]={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="http://img5.xooimage.com/files/b/b/bbr1-90b20.css" type="text/css" -->
<style type="text/css">
<!--
/*
The original bbr1 Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com

NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-attachment: fixed;
background-position: top CENTER;

background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1 { background: url("http://img7.xooimage.com/files/f/o/fond-90b21.jpg") background-color: #D7DEE8; border: 1px solid #FFC003;}
td.row2 { background: url("http://img7.xooimage.com/files/f/o/fond-90b21.jpg") background-color: #D7DEE8; border: 1px solid #FFC003;}
td.row3 { background: url("http://img7.xooimage.com/files/f/o/fond-90b21.jpg") background-color: #D7DEE8; border: 1px solid #FFC003;}

/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: {T_TD_COLOR2};
background-image: url(http://img10.xooimage.com/files/c/e/cellpic2-90b1d.jpg);
background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(http://img3.xooimage.com/files/c/e/cellpic3-90b1e.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(http://img6.xooimage.com/files/c/e/cellpic1-90b1f.gif);
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
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.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR{

font-weight: bold,border:{T_TD_COLOR2};border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

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

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : {T_TR_COLOR1};
color : {T_BODY_TEXT};
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
background-color : {T_TD_COLOR1};
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-color : {T_TD_COLOR1};
font-weight : normal;
}

/* 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: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("http://img10.xooimage.com/files/f/o/formie-30d7c.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body background="http://img9.xooimage.com/files/b/a/background-90b22.jpg" background-position="center" bgproperties="fixed" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="800" cellspacing="0" cellpadding="10" border="0" bordercolor="#000000" bgcolor="#000000" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle"><a href="{U_INDEX}"><img src="http://img3.xooimage.com/files/c/6/4/logo-7b7bb-1ef14a.png" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
<tr>
<td align="center" width="100%" valign="middle"><table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<!-- BEGIN switch_user_logged_in -->

<a href="{U_INDEX}" class="mainmenu"><img src="http://img10.xooimage.com/files/i/c/icon_mini_forum-90b23.png" width="105" height="72" border="0" alt="{L_INDEX}" hspace="0" /></a><span class="mainmenu">&nbsp;&nbsp;<a href="{U_PORTAL}" class="mainmenu"><img src="http://i18.servimg.com/u/f18/11/64/41/61/raccou10.gif" width="80" height="72" border="0" alt="{L_PORTAL}" hspace="3" />{L_PORTAL}</a></span>
<a href="{U_FAQ}" class="mainmenu"><img src="http://img2.xooimage.com/files/i/c/icon_mini_faq-90b24.png" width="36" height="72" border="0" alt="{L_FAQ}" hspace="0" /></a><a href="{U_SEARCH}" class="mainmenu"><img src="http://img9.xooimage.com/files/i/c/icon_mini_search-90b25.png" width="80" height="72" border="0" alt="{L_SEARCH}" hspace="0" /></a><a href="{U_MEMBERLIST}" class="mainmenu"><img src="http://img8.xooimage.com/files/i/c/icon_mini_members-90b26.png" width="86" height="72" border="0" alt="{L_MEMBERLIST}" hspace="0" /></a><a href="{U_GROUP_CP}" class="mainmenu"><img src="http://img10.xooimage.com/files/i/c/icon_mini_groups-90b27.png" width="75" height="72" border="0" alt="{L_USERGROUPS}" hspace="0" /></a><a href="{U_PROFILE}" class="mainmenu"><img src="http://img2.xooimage.com/files/i/c/icon_mini_profile-90b28.png" width="53" height="72" border="0" alt="{L_PROFILE}" hspace="0" /></a><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="http://img4.xooimage.com/files/i/c/icon_mini_message-90b29.png" width="102" height="72" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="0" /></a><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="http://img5.xooimage.com/files/i/c/icon_mini_login2-90b2a.png" width="155" height="72" border="0" alt="{L_LOGIN_LOGOUT}" hspace="0" /></a></td>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<a href="{U_INDEX}" class="mainmenu"><img src="http://img10.xooimage.com/files/i/c/icon_mini_forum-90b23.png" width="105" height="72" border="0" alt="{L_INDEX}" hspace="0" /></a><a href="{U_FAQ}" class="mainmenu"><img src="http://img2.xooimage.com/files/i/c/icon_mini_faq-90b24.png" width="36" height="72" border="0" alt="{L_FAQ}" hspace="0" /></a><a href="{U_SEARCH}" class="mainmenu"><img src="http://img9.xooimage.com/files/i/c/icon_mini_search-90b25.png" width="80" height="72" border="0" alt="{L_SEARCH}" hspace="0" /><a href="{U_REGISTER}" class="mainmenu"><img src="http://img3.xooimage.com/files/i/c/icon_mini_register-90b2b.png" width="114" height="72" border="0" alt="{L_REGISTER}" hspace="0" /></a><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="http://img7.xooimage.com/files/i/c/icon_mini_login-90b2c.png" width="142" height="72" border="0" alt="{L_LOGIN_LOGOUT}" hspace="0" /></a></td>
<!-- END switch_user_logged_out -->

</span></td>
</tr>
</table></td>
</tr>
</table>

<br />[/spoiler]


Modifié en dernier par simonne le Sam 3 Nov 2007 14:31, modifié 1 fois.

Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 14:23 

Je ne vois pas ton bouton en ce qui me concerne.


A propos, je trouve le désign de ce forum très joli.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 14:30 

tu vois pas dans le lien portail??

http://unpetitcoindecielbleu.xooit.fr/portal.php

il ya le bouton et a côté écri portail

Le design n'est pas de moi.
Bien sûr après je l'ai unpeu arrangé


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 14:49 

Non, je ne vois rien de nouveau sur ton forum.
Même dans la source de celui-ci.

Tu n'aurais pas fait ta modification sur le thème de test. ?

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 14:59 

ah ça j'en sais rien .

je regarde


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 15:19 

et bien non puisqu'il s'affiche sur le forum


la couleur est affreuse mais ça c'est pas grave .

le problème je n'arrive pas a le placer j'ai beau agrandir ou diminuer il est toujours a côté.
Il ne rempli pas l'espace

et là tu vois

http://unpetitcoindecielbleu.xooit.fr/index.php


Avatar de l’utilisateur
Hors ligne

Enregistré le:
Lun 16 Jan 2006 11:23
Messages: 599
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Sam 3 Nov 2007 17:44 

Non je ne vois rien et lorsque je fouille dans la source de ton forum je ne le vois pas non plus.
C'est étrange ton truc....

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 
Poster un nouveau sujet Répondre au sujet



Qui est en ligne

Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 3 invités


Afficher les messages postés depuis:   Trier par  
Aller à:  

Vous ne pouvez pas poster de nouveaux sujets
Vous ne pouvez pas répondre aux sujets
Vous ne pouvez pas modifier vos messages
Vous ne pouvez pas supprimer vos messages
Vous ne pouvez pas joindre des fichiers

Index du forum » ENTRAIDE » XOOIT » Apparence

cron

Votre site ici

Inscrire votre site        Voir plus de boutons
 

Reproduction strictement interdite sans l'autorisation de l'administrateur.

PatMax © 2006 - 2008
Développé par phpBB® Forum Software © phpBB Group    
Traduit par phpBB-fr.com
Thème graphique par PatMax ©