Conversion thème V3 à V4
bret17 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre bret17
- Inscrit le : 12/02/2012
- Groupes :
Je me pose des question pour la modification de mon thème, j'ai suivie le tuto "Mettre à jour son thème 3.0 en 4.0", mais sur mon thème je n'est pas touta a fait la même chose.
Il et dit pour le Cache CSS :
Remplacer :
Code TPL :
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/bbcode.css" type="text/css" media="screen, print, handheld" />
par :
Code TPL :
<!-- Theme CSS --> # IF C_CSS_CACHE_ENABLED # <link rel="stylesheet" href="{PATH_TO_ROOT}/kernel/css_cache.php?name=theme-{THEME}&files= /templates/{THEME}/theme/design.css; /templates/{THEME}/theme/global.css; /templates/{THEME}/theme/generic.css; /templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" /> # ELSE # <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" /> # ENDIF #
Sauf que moi j'ai une ligne en plus...
Code TPL :
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/bbcode.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{FRAMEWORK_THEME}/framework/content/syndication/syndication.css" type="text/css" media="screen, print, handheld" />
Je fait quoi de cette ligne ? je la supprime ou je la garde ?
Pour le favicon pareil.
Remplaçez :
Code TPL :
<link rel="shortcut icon" href="{PATH_TO_ROOT}/favicon.ico" type="image/x-icon" />par :
Code TPL :
# IF C_FAVICON #
<link rel="shortcut icon" href="{FAVICON}" type="{FAVICON_TYPE}" />
# ENDIF #Moi j'ai :
Code TPL :
Je fait quoi de la ligne en plus ? si je la supprime je risque de ne plus avoir de RSS ?
Ci ça peux aider voilà le header.tpl complet : (j'ai déjà fait les autres modifications)
Code TPL :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" > <head> <title>{SITE_NAME} : {TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="{SITE_DESCRIPTION} {TITLE}" /> <meta name="keywords" content="{SITE_KEYWORD}" /> <meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" /> <!-- Default CSS --> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" /> <!-- Theme CSS --> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/bbcode.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{FRAMEWORK_THEME}/framework/content/syndication/syndication.css" type="text/css" media="screen, print, handheld" /> <!-- Alternative CSS --> {MODULES_CSS} <link rel="shortcut icon" href="{PATH_TO_ROOT}/favicon.ico" type="image/x-icon" /> <link rel="alternate" href="{PATH_TO_ROOT}/syndication.php?m=news" type="application/rss+xml" title="RSS {SITE_NAME}" /> <script type="text/javascript"> <!-- var PATH_TO_ROOT = "{PATH_TO_ROOT}"; var TOKEN = "{TOKEN}"; var THEME = "{THEME}"; var LANG = "{LANG}"; --> </script> <script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/prototype.js"></script> <script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/scriptaculous/scriptaculous.js"></script> <script type="text/javascript" src="{PATH_TO_ROOT}/kernel/framework/js/global.js"></script> <script type="text/javascript" src="{PATH_TO_ROOT}/gallery/templates/images/js/marquee.js"></script> </head> <body> # IF C_HEADER_LOGO # <style type="text/css"> div#header_container { background: url('{HEADER_LOGO}') no-repeat; } </style> # ENDIF # # INCLUDE MAINTAIN # <div id="global"> <div id="top"></div> <div id="header_container"> <h1 style="display:none;font-size:9px;">{SITE_NAME}</h1> <div id="header"> <div class="menu_container"> <ul class="menu"> <li class="titre"><a href="{PATH_TO_ROOT}/index.php"><img onmouseout="change_img_path('accueil', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/accueil.png')" onmouseover="change_img_path('accueil', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/accueil2.png')" alt="" id="accueil" src="{PATH_TO_ROOT}/templates/{THEME}/theme/images/accueil.png"></a></li> <li class="titre"><a href="{PATH_TO_ROOT}/forum/index.php"><img onmouseout="change_img_path('forum', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/forum.png')" onmouseover="change_img_path('forum', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/forum2.png')" alt="" id="forum" src="{PATH_TO_ROOT}/templates/{THEME}/theme/images/forum.png"></a></li> <li class="titre"><a href="{PATH_TO_ROOT}/wiki/wiki.php"><img onmouseout="change_img_path('wiki', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/wiki.png')" onmouseover="change_img_path('wiki', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/wiki2.png')" alt="" id="wiki" src="{PATH_TO_ROOT}/templates/{THEME}/theme/images/wiki.png"></a></li> <li class="titre"><a href="{PATH_TO_ROOT}/contact/contact.php"><img onmouseout="change_img_path('actu', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/actu.png')" onmouseover="change_img_path('actu', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/actu2.png')" alt="" id="actu" src="{PATH_TO_ROOT}/templates/{THEME}/theme/images/actu.png"></a></li> </div> <div class="menu_container1"> <ul class="menu1"> <li class="titre1"><a href="{PATH_TO_ROOT}/download/download.php"><img onmouseout="change_img_path('download', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/download.png')" onmouseover="change_img_path('download', '{PATH_TO_ROOT}/templates/{THEME}/theme/images/download2.png')" alt="" id="download" src="{PATH_TO_ROOT}/templates/{THEME}/theme/images/download.png"></a></li> </div> </div> # IF C_MENUS_HEADER_CONTENT # {MENUS_HEADER_CONTENT} # ENDIF # </div> <div id="box"> <div id="sub_header"> # IF C_MENUS_SUB_HEADER_CONTENT # {MENUS_SUB_HEADER_CONTENT} # ENDIF # </div> <div id="imgactu"> <div id="news"> <?php echo Feed::get_parsed('forum', DEFAULT_FEED_NAME, 35, false, 10); ?> </div> </div> <div id="imgactu1"> <div id="news1"> <?php echo Feed::get_parsed('forum', DEFAULT_FEED_NAME, 0, false, 10); ?> </div> </div> </div> <div id="center"> <div id="links"> <a class="small_link" href="{START_PAGE}" title="{L_INDEX}">Vous êtes ici : {L_INDEX}</a> # START link_bread_crumb # <img src="{PATH_TO_ROOT}/templates/{THEME}/images/breadcrumb.png" alt="" class="valign_middle" /> <a class="small_link" href="{link_bread_crumb.URL}" title="{link_bread_crumb.TITLE}"> [{link_bread_crumb.TITLE}]</a> # END link_bread_crumb # </div> <div class="spacer"></div> # IF C_MENUS_LEFT_CONTENT # <div id="left_menu"> {MENUS_LEFT_CONTENT} </div> # ENDIF # # IF C_MENUS_RIGHT_CONTENT # <div id="right_menu"> {MENUS_RIGHT_CONTENT} </div> # ENDIF # <div id="main"> # IF C_MENUS_TOPCENTRAL_CONTENT # <div id="top_contents"> {MENUS_TOPCENTRAL_CONTENT} </div> # ENDIF # <div id="main_content">
Pour le "content.css", j'ai fait les changement pour :
Code CSS :
input.submit{ input.submit:hover{ input.reset{ input.reset:hover{
Mai j'ai aussi des :
Code CSS :
input.text{ input:focus input.file{
Vous me confirmé que je doit les changer en :
Exemple :
Code CSS :
input.file, button.file{
Voilat le content.css complet :
Code CSS :
/* -------------------------------------- content.css Contient les formulaires, les modules (et modules minis), et messages. --------------------------------------*/ /* Titres */ h1 { color:#FFFFFF; font-size:18px; } h2.title { font-size:16px; font-weight:bold; } /* Titres */ h3.title { display:inline; font-family:georgia,prestige,sans-serif; font-size:15px; font-weight:bold; color:#FFFFFF; } /* Sous-Titres */ h5.sub_title { /* Titre des menu */ color:#FFFFFF; font-size:11px; margin-top:7px; } /* Sous titre dans les menu */ h6.sub_title2 { font-size:12px; font-weight:bold; padding-top:4px; text-indent:10px; width:155px; height:32px; color:#FFFFFF; } /* Entête de conteneur et des tableaux */ div.block_top, table tr:first-child th { padding:5px 6px; color:#E9992A; text-align:left; font-size:0.75em; font-weight:bold; text-transform:uppercase; border:1px solid #E9992A; } .block_top { margin-top:-1px; -moz-border-radius:4px 4px 0px 0px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } th { /* Entête de conteneur et des tableaux */ padding:5px 6px; color:#FFFFFF; text-align:left; font-size:0.75em; font-weight:bold; text-transform:uppercase; } hr { background:#E9992A; border:none; margin:1px auto; height:1px; width:99%; } /* ----------------- Formulaires ---------------------*/ .fieldset_mini { width:540px; margin:auto; margin-top:20px; } /* ############ Début: A modifier avec les couleurs de fieldset ##############*/ div.block_title span { text-transform:uppercase; font-family:Verdana, 'Bitstream Vera Sans', Times, serif; font-size:0.75em; font-weight:bold; color:#E53B00; background:#FFFFFF; border-color:#CCCCCC; -moz-border-radius:12px; -khtml-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; } div.block_content { font-family:Verdana, 'Bitstream Vera Sans', Times, serif; border-color:#CCCCCC; -moz-border-radius:12px; -khtml-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; background:#E8E8E8 url(images/contentbg2.png) repeat-x; border:1px solid #9F6816; margin:10px auto; border-left:1px solid #CCCCCC; padding-right:23px; } /* ############ Fin : A modifier avec les couleurs de fieldset ##############*/ input, textarea, optgroup, select, .xmlhttprequest_preview{ background-color: #EEEEEE; border: 2px solid #000000; color: #000000; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif; font-size: 11px; padding: 1px 2px; vertical-align: middle; } input:hover{ } textarea:hover{ border:1px solid #E9992A; background-color:#DFDFDF; } input:focus, textarea:focus{ border:2px solid #E9992A; background-color:#FFFFFF; } fieldset textarea.post { width:90%; display:inline; } textarea { display:block; width:94%; margin:auto; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; } input.text{ padding:2px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; } input.submit, button.submit{ background: url("images/input.png") repeat-x scroll 0 0 transparent; border: medium none; color: #FFFFFF; font-family: Verdana,'Bitstream Vera Sans',Times,serif; font-size: 10px; font-weight: bold; padding: 1px 2px; height:25px; width:120px; } input.file{ border:1px solid #CCCCCC; border-top:1px solid #8498ae; color:#FFFFFF; padding:1px; font-weight:bold; font-size:10px; background:#A9CEE9 url(images/form.png) repeat-x; } input.reset, button.reset{ background: url("images/input.png") repeat-x scroll 0 0 transparent; border: medium none; padding:1px 2px; font-family:Verdana, 'Bitstream Vera Sans', Times, serif; color:#E9992A; font-weight:bold; font-size:10px; height:25px; width:120px; } input.reset:hover, button.reset:hover, input.submit:hover, button.submit:hover{ border:1px solid #444444; cursor:pointer; color:#000000; } optgroup, select{ font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif; cursor:pointer; vertical-align:middle; width:auto; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; } optgroup { font-weight:bold; border:none; border-bottom:1px solid #5B5A5A; } option { padding:0px 3px; } legend { -moz-border-radius: 5px 5px 5px 5px; background: url("images/content-center.png") repeat scroll center 0 transparent; border: 1px solid #000000; color:#E9992A; font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif; font-size:0.85em; font-weight:bold; line-height:1.5em; margin-left:0.5em; margin-top:-0.4em; padding:2px 10px; position:relative; text-transform:uppercase; top:0; vertical-align:middle; } * html legend { margin:0 0 -10px -7px; line-height:1em; font-size:.85em; } fieldset{ -moz-border-radius: 5px 5px 5px 5px; background: url("images/content-center.png") repeat scroll center 0 transparent; border: 1px solid #000000; color: #445766; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif; margin: 13px 0; padding: 2px; position: relative; } fieldset.fieldset_submit{ margin-top:-10px; padding-bottom:15px; width:99%; text-align:center; background:none; border:none; } fieldset.fieldset_submit legend { display:none; } fieldset dl { height:1%; overflow:hidden; margin-bottom:16px; font-size:11px; } fieldset dl.overflow_visible { overflow:visible; } html>body fieldset dl { height:auto; min-height:20px; } fieldset dt { width:45%; text-align:left; padding-top:3px; } fieldset dd { margin:0 0 0 45%; padding:0 0 0 5px; border:none; vertical-align:top; font-size:11px; } dt { float:left; width:auto; } dt span { padding:0 5px 0 0; } label { cursor:pointer; } fieldset label { font-size:11px; text-align:left; font-weight:bold; color:#FFFFFF; } dd label { white-space:nowrap; margin:0 10px 0 0; font-weight:normal; color:#FFFFFF; } dt span { font-size:10px; color:#FFFFFF; } label img { vertical-align:middle; } fieldset dl dd label:hover { color:#464646; } /* Messages postés par les membres (messages privés, commentaires, etc...) */ /* Classe du lien du pseudo des messages */ a.msg_link_pseudo { font-size:11px; color:#FFFFFF; font-weight:bold; } a.msg_link_pseudo:hover { color:#f2fbff; font-weight:bold; } /* Conteneur des messages */ .msg_position { background:url("images/border.png") repeat-y scroll left center #474747; margin:auto; } /* Case contenant l'ensemble du message */ .msg_container,.msg_container2 { background:url("images/border.png") repeat-y scroll right center transparent; margin-left:1px; overflow:hidden !important; height:auto !important; overflow:visible; height:1%; clear:both; } /* Case contenant l'ensemble du message => Couleur alternative */ .msg_container2 { } /* Barre supérieur des messages */ .msg_top_l{} .msg_top_r{} .msg_top { background: url("images/content-bottom.png") repeat-x scroll center 0 transparent; border-bottom: 1px solid #132D2B; color: #D4D4D4; font-weight: normal; height: 26px; padding-left: 6px; padding-top: 4px; } .msg_top a { color:#FFFFFF; } /* Pseudo du membre */ .msg_pseudo_mbr { width:127px; background:url("images/msg_top_row.png") repeat-x scroll center -5px transparent; padding:2px 4px; float:left; margin-right:0px !important; margin-right:-3px; margin-left:-127px !important; margin-left:-64px; margin-top:-4px; } /* Case au dessus du message, indique la date et les boutons d'administration */ .msg_top_row { height:16px; background:url("images/msg_top_row.png") repeat-x scroll center -5px transparent; font-size:11px; color:#FFFFFF; margin-right:1px; border:1px solid #444444; padding-top:4px; padding-left:127px; overflow:hidden !important; height:auto !important; overflow:visible; height:1%; } /* Case des informations du membre */ .msg_info_mbr { background-color: #474747; border-right: 1px solid #000000; float: left; font-size: 10px; padding: 4px; width: 127px; } /* Case contenant l'ensemble du message, infos membre + contenu */ .msg_contents_container { margin-right:1px; } /* Case du message */ .msg_contents,.msg_contents2 { margin-left:135px; /* background:#E8E8E8 url(images/border.png) repeat-y scroll right center;*/ padding:0px 5px; border-left:1px solid #000000; } /* Case du message => Couleur alternative */ .msg_contents2 { } /* Case du contents du message, évite que les images trop grandes déforme */ .msg_contents_overflow { width:99%; height:auto; min-height:80px; overflow:auto; padding:10px 0px; } /* Signature du membre */ .msg_sign,.msg_sign2 { background: url("images/border.png") repeat-y scroll right center #474747; border-left: 1px solid #000000; font-size: 11px; margin-left: 136px; padding: 4px;; padding:4px; font-size:11px; margin-left:136px; border-left:1px solid #000000; } /* Signature du membre => Couleur alternative */ .msg_sign2 { background: url(images/border.png) repeat-y right #474747; } /* Signature du membre, fixe la hauteur maximale */ .msg_sign_overflow { height:auto !important; height:80px; width:99%; max-height:80px; max-width:99%; overflow:hidden; } /* Barre inférieure des messages */ .msg_bottom_l {} .msg_bottom_r {} .msg_bottom { height:28px; background:url(images/content-bottom.png) repeat-x scroll center 0 transparent; padding-top:2px; padding-left:6px; font-size:12px; border-top:1px solid #132D2B; } /* ---------------- Modules ----------------------*/ /* Conteneur des modules */ .module_position { border: 1px solid #28A922; margin: auto; } /* Barre supérieur des modules */ .module_top_l { } .module_top_r { } .module_top { background: url("images/content-top.png") repeat-x scroll center top transparent; border-left: 1px solid #000000; border-right: 1px solid #000000; font-size: 12px; font-weight: bold; height: 25px; padding: 22px 10px 10px; } .module_top a { } /* Contenu des modules */ .module_contents { background: url("images/content-center.png") repeat scroll center 0 transparent; border-left: 1px solid #000000; border-right: 1px solid #000000; clear: both; padding: 20px 15px 15px; text-align: justify; } /* Barre inférieure des modules */ .module_bottom_l { } .module_bottom_r { } .module_bottom { background: url("images/content-bottom.png") repeat-x scroll center 0 transparent; border-left: 1px solid #000000; border-right: 1px solid #000000; font-size: 12px; height: 44px; padding-left: 6px; padding-top: 2px; } /* Tableau global, utilisé dans les différents modules */ .module_table { width:98%; margin:auto; border-spacing:0px; border-collapse:collapse; } *+html .module_table { /* Hack ie7 */ border-collapse:collapse; } .block_container { border-bottom: 1px solid #E9992A; margin: 10px auto; width: auto; } div.block_contents { width:auto; padding:10px; border:none; text-align:justify; } /* ----------------Placement Modules minis----------------------*/ .module_mini_container { border-spacing: 1px; margin: 0 0 10px; padding: 5px; width: 205px; } .module_mini_top { background: url("images/msg-top.png") no-repeat scroll center top transparent; font-weight: bold; height: 36px; padding-top: 5px; text-align: center; width: 204px; } .module_mini_contents { background: url("images/msg-center.png") repeat-y scroll center 0 transparent; border-bottom: medium none; border-top: medium none; padding: 5px 4px 0; text-align: center; } .module_mini_bottom { /* Bordure inférieur des modules minis */ background: url("images/msg-bottom.png") no-repeat scroll center 0 transparent; height:16px; } .label { font-weight:bold; font-size:11px; color:#476a7f; } .user_connect { color:#646463 font-family:Verdana,Geneva,sans-serif; font-weight:bold; padding:4px 6px 20px; }
Aux pires je peux passer mon thème par MP, si ça peut aider.
Édité par bret17 Le 23/01/2013 à 22h12
ElenWii Membre non connecté
-
Administrateur
- Voir le profil du membre ElenWii
- Inscrit le : 14/08/2009
- Site internet
- Groupes :
-
Equipe Graphique
Cache CSS
La ligne BBCode doit être supprimé, elle est géré par le module BBCode directement.
Favicon
Pour moi la seconde ligne peut être supprimée.
input VS Button
Je ne crois pas avoir ajouter de button.text ou button.file pour l'instant.
Normalement le "submit" et "reset" sont suffisants.
As tu essayer la conversion du coup ?
ElenWii
bret17 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre bret17
- Inscrit le : 12/02/2012
- Groupes :
Erreur :
pourtant il est bon...Load ini file "../../french/config.ini" failed
Si j'upload direct le dossier par FTP, il n’apparait pas dans les "Thèmes non installés".
Le config.ini :
Citation :
name="test"
author="Bret"
author_mail="test"
author_link="test"
version=1.0
info="test"
date="06/04/11"
compatibility=4.0
require_copyright=0
html_version=1.0 Strict
css_version=2.1
left_column=1
right_column=1
main_color="Grunge"
variable_width=0
width="1000px"
pictures="theme/images/theme.jpg
author="Bret"
author_mail="test"
author_link="test"
version=1.0
info="test"
date="06/04/11"
compatibility=4.0
require_copyright=0
html_version=1.0 Strict
css_version=2.1
left_column=1
right_column=1
main_color="Grunge"
variable_width=0
width="1000px"
pictures="theme/images/theme.jpg
Dans "english" c'est bon aussi... je comprend pas trop
ElenWii Membre non connecté
-
Administrateur
- Voir le profil du membre ElenWii
- Inscrit le : 14/08/2009
- Site internet
- Groupes :
-
Equipe Graphique

Code TEXT :
columns_disabled=left,sub_header
Supprimer cela dans les deux fichiers config :
Code TEXT :
left_column=1 right_column=1
ElenWii
bret17 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre bret17
- Inscrit le : 12/02/2012
- Groupes :
Bon j'ai quand même fait un test avec :
config.ini :
name="test"
author="Bret"
author_mail="test"
author_link="test"
version=1.0
info="test"
date="06/04/11"
compatibility=4.0
require_copyright=0
html_version=1.0 Strict
css_version=2.1
columns_disabled=left,sub_header
main_color="Grunge"
variable_width=0
width="1000px"
pictures="theme/images/theme.jpg
author="Bret"
author_mail="test"
author_link="test"
version=1.0
info="test"
date="06/04/11"
compatibility=4.0
require_copyright=0
html_version=1.0 Strict
css_version=2.1
columns_disabled=left,sub_header
main_color="Grunge"
variable_width=0
width="1000px"
pictures="theme/images/theme.jpg
Malheureusement même problème
ElenWii Membre non connecté
-
Administrateur
- Voir le profil du membre ElenWii
- Inscrit le : 14/08/2009
- Site internet
- Groupes :
-
Equipe Graphique

il ne manquerait pas (") à la fin de la dernière ligne ?
Envoi ton thème sinon que je regarde.
ElenWii
bret17 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre bret17
- Inscrit le : 12/02/2012
- Groupes :
ElenWii :il ne manquerait pas (") à la fin de la dernière ligne ?
Bien vue ça marche

Par contre il y a des problème a l'affichage, je t'envoie le thème en MP.
Aux passage le thème "Lorem" semble ne pas être fonctionnel...
ReidLos Membre non connecté
-
Modérateur
- Voir le profil du membre ReidLos
- Inscrit le : 27/02/2009
- Site internet
- Groupes :
-
Equipe Développement
Citation :
Aux passage le thème "Lorem" semble ne pas être fonctionnel...
Tu l'as téléchargé quand ? Je l'ai mis à jour hier et fonctionne correctement maintenant
bret17 Membre non connecté
Booster Minigun
-
Booster Minigun
- Voir le profil du membre bret17
- Inscrit le : 12/02/2012
- Groupes :
ReidLos :
Tu l'as téléchargé quand ? Je l'ai mis à jour hier et fonctionne correctement maintenant
Citation :
Aux passage le thème "Lorem" semble ne pas être fonctionnel...
Tu l'as téléchargé quand ? Je l'ai mis à jour hier et fonctionne correctement maintenant

Je l'ai télécharger il y a 2 ou 3 jours, je vais le re-télécharger.
ElenWii Membre non connecté
-
Administrateur
- Voir le profil du membre ElenWii
- Inscrit le : 14/08/2009
- Site internet
- Groupes :
-
Equipe Graphique
Code TPL :
<link rel="stylesheet" href="{PATH_TO_ROOT}/templates/{THEME}/theme/default.css" type="text/css" media="screen, print, handheld" />Code TPL :
TOn soucis vient de :
Code TPL :
<?php echo Feed::get_parsed('forum', DEFAULT_FEED_NAME, 35, false, 10); ?>@ReidLos : On peut le remplacer par quoi ?
babsolune Membre non connecté
-
Administrateur
- Voir le profil du membre babsolune
- Inscrit le : 16/05/2008
- Site internet
- Groupes :
-
Equipe Développement
ElenWii :
TOn soucis vient de :
@ReidLos : On peut le remplacer par quoi ?
TOn soucis vient de :
Code TPL :
<?php echo Feed::get_parsed('forum', DEFAULT_FEED_NAME, 35, false, 10); ?>@ReidLos : On peut le remplacer par quoi ?
Code TPL :
${Feed::get_parsed('forum', 'master', 0, false, 10)}Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie
