Fork me on GitHub




(1) 2 »


#1 Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 07/09/2008 12:11
Bonjour

Je voudrais mettre le menu Multiblack dans le theme obscene_v4 mais j'avous que je sais pas comment faire au niveau de l'edition du dossier theme.html

merci
#2 Re: Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 08/09/2008 19:53
un p'tit up
#3 Re: Menu "MultiBlack" dans theme obscene_v4
redcode Posté le : 13/09/2008 00:01
Bonsoir,

essaye de faire un appelle a une page dans la partie exemple globalnav.html
Open in new window

qui contienne le menu et dans le theme.html vous fait appelle au fichier .css du menu


Open in new window

a +
#4 Re: Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 13/09/2008 09:14
Citation :

redcode a écrit:

Open in new window

a +


Je met ce texte ou?

Dans mon theme "obscene" j'ai mis

Citation :
<table id="obNav" cellspacing="0"> <{include file="$theme_Multiblack/globalnav.html"}> <tr> <td><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="<{xoAppUrl}>/" title="">HOME</a></td> <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="<{xoAppUrl modules/mydownloads/}>" title="">DOWNLOADS</a></td> <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="<{xoAppUrl modules/tinycontent/}>" title="" >THEMES</a></td> <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="<{xoAppUrl modules/news/}>" title="">NEWS</a></td> <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="<{xoAppUrl modules/contact/}>" title="">CONTACT</a></td> <td width="300" class="obNavWidth" >&nbsp;</td> <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td> <td class="obNavWidth" ><a href="#" title="">HELP?</a></td>


Mais ca à rien changé
#5 Re: Menu "MultiBlack" dans theme obscene_v4
redcode Posté le : 13/09/2008 17:11
Bonsoir,

voila j'ai essayer d'intégrer le menu de multiblack avec obscene

et voila le résultat obscene_multiblack

il faut adapter le menu.

les changement que j'ai fait dans theme.html :
après la ligne
<!-- Sheet Css -->
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" />

j'ai ajouter :

<!-- Menu Css --> <link rel="stylesheet" type="text/css" href="<{xoImgUrl /multiblack/pro_dropdown_3.css}>" />
<!-- Menu Js --> <script src="<{xoImgUrl /multiblack/stuHover.js}>" type="text/javascript"></script>


et dans globalnav.html j'ai supprimer les ligne suivantes :


<{assign var=theme_name value=$xoTheme->folderName}>
<link rel="stylesheet" type="text/css" href="<{xoImgUrl /multiblack/pro_dropdown_3.css}>" />
<script src="<{xoImgUrl /multiblack/stuHover.js}>" type="text/javascript"></script>
<body>
<span class="preload1"></span>
<span class="preload2"></span>


essaye avec ça

a ++
#6 Re: Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 13/09/2008 17:26
Ca marche pas

Voici mon dossier theme.html et globalnav.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head>     <!-- Assign Theme name -->     <{assign var=theme_name value=$xoTheme->folderName}>     <!-- Directory html blocks files or additional html files by include -->     <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}>     <!-- Directory  for additional javascript files -->         <{assign var=theme_plugin value=$xoTheme->folderName|cat:'/js'}>     <!-- Title and meta -->     <meta http-equiv="content-language" content="<{$xoops_langcode}>" />     <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />     <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>     <meta name="robots" content="<{$xoops_meta_robots}>" />     <meta name="keywords" content="<{$xoops_meta_keywords}>" />     <meta name="description" content="<{$xoops_meta_description}>" />     <meta name="rating" content="<{$xoops_meta_rating}>" />     <meta name="author" content="<{$xoops_meta_author}>" />     <meta name="copyright" content="<{$xoops_meta_copyright}>" />     <meta name="generator" content="XOOPS" />     <!-- Rss -->     <link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" />     <!-- path favicon -->     <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl img/favicon.ico}>" />     <link rel="icon" type="image/png" href="<{xoImgUrl img/favicon.png}>" />     <!-- customized header contents -->     <{$xoops_module_header}>     <!-- Sheet Css -->     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />     <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" />     <!-- Menu Css --> <link rel="stylesheet" type="text/css" href="<{xoImgUrl /multiblack/pro_dropdown_3.css}>" />     <!-- Menu Js --> <script src="<{xoImgUrl /multiblack/stuHover.js}>" type="text/javascript"></script>  </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">  <div align="center" id="obCenter">    <table align="center" cellspacing="0" id="obLayout">      <tr>            <td rowspan="5" id="obSHL" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>            <td id="obR1" ></td>            <td rowspan="5" id="obSHR" ><img src="<{xoImgUrl img/1px.gif}>" width="17" height="1" alt="" /></td>      </tr>      <tr>          <td id="obHead" >               <table cellspacing="0">                    <tr>                          <td width="258" rowspan="2"><a href="<{xoAppUrl}>/" title=""><img src="<{xoImgUrl img/logo.jpg}>" alt="<{$xoops_sitename}>"   width="258" height="106" border="0" /></a>                         </td>                          <td width="203" rowspan="2"><img src="<{xoImgUrl img/he2.jpg}>" alt="" width="203" height="106" />                         </td>                          <td id="obLog" ><{if $xoops_isuser}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a   href="<{xoAppUrl /user.php op=logout}>" title)"">LOGOUT</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a   href="<{$xoops_url}>/user.php" title="">ACCOUNT</a><{else}><img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl   /user.php}>" title="">LOGIN</a>&nbsp;&nbsp;<img src="<{xoImgUrl img/hwr.png}>" width="16" height="7" alt="" />&nbsp;<a href="<{xoAppUrl /register.php}>"   title="">REGISTER</a><{/if}><br />                            <span class="obUname" ><{$xoops_uname}></span>                         </td>                    </tr>                    <tr>                      <td>&nbsp;</td>                    </tr>                  </table>         </td>      </tr>      <tr>          <td>             <table id="obNav" cellspacing="0">             <{include file="$theme_name/globalnav.html}>                    <tr>                          <td><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl}>/" title="">HOME</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/mydownloads/}>" title="">DOWNLOADS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/tinycontent/}>" title="" >THEMES</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/news/}>" title="">NEWS</a></td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="<{xoAppUrl modules/contact/}>" title="">CONTACT</a></td>                          <td width="300" class="obNavWidth" >&nbsp;</td>                          <td width="22" ><img src="<{xoImgUrl img/na_l.png}>" alt="" /></td>                          <td class="obNavWidth" ><a href="#" title="">HELP?</a></td>                    </tr>              </table>         </td>      </tr>      <tr>          <td>             <table id="obMn" cellspacing="0">              <tr>                  <td id="leftcolumn" > <!-- Start left blocks loop -->  <{foreach item=block from=$xoops_lblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}> <br />                  <img src="<{xoImgUrl img/1px.gif}>" class="obSpacer" alt="" />                    <!-- End left blocks loop -->                 </td>                  <td id="centercolumn" ><{if $xoops_showcblock == 1}>                  <table cellspacing="0">                      <tr>                          <td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop -->  <{foreach item=block from=$xoops_ccblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-center blocks loop -->                         </td>                      </tr>                      <tr>                          <td id="centerLcolumn"> <!-- Start center-left blocks loop -->  <{foreach item=block from=$xoops_clblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-left blocks loop --> </td>                          <td id="centerRcolumn"> <!-- Start center-right blocks loop -->  <{foreach item=block from=$xoops_crblocks}> <{include file="$theme_name/obblock_c.html"}> <{/foreach}>                              <!-- End center-right blocks loop -->                         </td>                      </tr>                  </table>  <{/if}>          <!-- Start content module page -->         <{if $xoops_contents}><div id="content"><{$xoops_contents}></div><{/if}>         <!-- End content module -->                      <br />                    <!-- Start center bottom blocks loop -->         <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>             <table cellspacing="0">             <{if $xoBlocks.page_bottomcenter}>                 <tr>                     <td id="bottomCcolumn" colspan="2">                     <{foreach from=$xoBlocks.page_bottomcenter item=block}>                         <{include file="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                 </tr>             <{/if}>              <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>                 <tr>                     <td id="bottomLcolumn">                     <{foreach from=$xoBlocks.page_bottomleft item=block}>                         <{include file="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                      <td id="bottomRcolumn">                     <{foreach from=$xoBlocks.page_bottomright item=block}>                         <{include file="$theme_name/obblock_c.html"}>                     <{/foreach}>                     </td>                 </tr>             <{/if}>             </table>         <{/if}>         <!-- End center bottom blocks loop -->                   <br />                  <table cellspacing="0">                      <tr>                          <td id="cmsFooter" ><{$xoops_footer}></td>                      </tr>                      <tr>                          <td id="obBanner" ><{$xoops_banner}></td>                      </tr>                  </table>         </td>  <{if $xoops_showrblock == 1}>          <td id="rightcolumn" ><{foreach item=block from=$xoops_rblocks}> <{include file="$theme_name/obblock_l.html"}> <{/foreach}><br /><img src="<{xoImgUrl   img/1px.gif}>" class="obSpacer" alt="" /></td>  <{/if}>     </tr>      </table>     </td>      </tr>      <tr>        <td id="obFooter" >&nbsp;</td>      </tr>      <tr>        <td id="obLBC" >&nbsp;</td>        <td id="obSHB" >&nbsp;</td>        <td id="obRBC" >&nbsp;</td>      </tr>    </table>  </div>  </body> </html>


<ul id="nav">     <li class="top"><a href="#nogo1" class="top_link"><span>Home</span></a></li>     <li class="top"><a href="#nogo2" id="products" class="top_link"><span class="down">Products</span></a>         <ul class="sub">             <li><b>Cameras</b></li>             <li><a href="#nogo3" class="fly">Cameras</a>                     <ul>                         <li><a href="#nogo4">Nikon</a></li>                         <li><a href="#nogo5">Minolta</a></li>                         <li><a href="#nogo6">Pentax</a></li>                     </ul>             </li>             <li><a href="#nogo7" class="fly">Lenses</a>                     <ul>                         <li><a href="#nogo8">Wide Angle</a></li>                         <li><a href="#nogo9">Standard</a></li>                         <li><a href="#nogo15">Mirror</a></li>                         <li><a href="#nogo10">Telephoto</a></li>                         <li><b>Zoom</b></li>                         <li><a href="#nogo12">35mm to 125mm</a></li>                         <li><a href="#nogo13">50mm to 250mm</a></li>                         <li><a href="#nogo14">125mm to 500mm</a></li>                                                  <li><b>Non standard</b></li>                         <li><a href="#nogo17">Bayonet mount</a></li>                         <li><a href="#nogo18">Screw mount</a></li>                     </ul>             </li>             <li><b>Accessories</b></li>             <li><a href="#nogo19">Flash Guns</a></li>             <li><a href="#nogo20">Tripods</a></li>             <li><a href="#nogo21">Filters</a></li>         </ul>     </li>     <li class="top"><a href="#nogo22" id="services" class="top_link"><span class="down">Services</span></a>         <ul class="sub">             <li><a href="#nogo23">Printing</a></li>             <li><a href="#nogo24">Photo Framing</a></li>             <li><a href="#nogo25">Retouching</a></li>             <li><a href="#nogo26">Archiving</a></li>         </ul>     </li>     <li class="top"><a href="#nogo27" id="contacts" class="top_link"><span class="down">Contacts</span></a>         <ul class="sub">             <li><a href="#nogo28">Support</a></li>             <li><a href="#nogo29" class="fly">Sales</a>                 <ul>                     <li><b>European</b></li>                     <li><a href="#nogo34" class="fly">British</a>                         <ul>                             <li><b>City</b></li>                             <li><a href="#nogo35">London</a></li>                             <li><a href="#nogo36">Liverpool</a></li>                             <li><a href="#nogo37">Glasgow</a></li>                             <li><a href="#nogo38" class="fly">Bristol</a>                                 <ul>                                     <li><b>District</b></li>                                     <li><a href="#nogo39">Redland</a></li>                                     <li><a href="#nogo40">Hanham</a></li>                                     <li><a href="#nogo41">Eastville</a></li>                                 </ul>                             </li>                             <li><a href="#nogo42">Cardiff</a></li>                             <li><a href="#nogo43">Belfast</a></li>                         </ul>                     </li>                     <li><a href="#nogo44">French</a></li>                     <li><a href="#nogo45">German</a></li>                     <li><a href="#nogo46">Spanish</a></li>                     <li><b>Worldwide</b></li>                     <li><a href="#nogo30">USA</a></li>                     <li><a href="#nogo31">Canadian</a></li>                     <li><a href="#nogo32">South American</a></li>                     <li><a href="#nogo47">Australian</a></li>                     <li><a href="#nogo48">Asian</a></li>                 </ul>             </li>             <li><a href="#nogo49">Buying</a></li>             <li><a href="#nogo50">Photographers</a></li>             <li><a href="#nogo51">Stockist</a></li>             <li><a href="#nogo52">General</a></li>         </ul>     </li>     <li class="top"><a href="#nogo53" id="shop" class="top_link"><span class="down">Shop</span></a>         <ul class="sub">             <li><a href="#nogo54">Online</a></li>             <li><a href="#nogo55">Catalogue</a></li>             <li><a href="#nogo56">Mail Order</a></li>         </ul>     </li>     <li class="top"><a href="#nogo57" id="privacy" class="top_link"><span>Privacy Policy</span></a></li> </ul> </body> </html>


J'ai tranferé le dossier de multiblack dans obscene_v4 mais tj pareil
#7 Re: Menu "MultiBlack" dans theme obscene_v4
redcode Posté le : 13/09/2008 18:00
envoi moi ton theme en zip sur un lien pour voire ce que je peut faire.

a+
#8 Re: Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 13/09/2008 18:04
tous est
#9 Re: Menu "MultiBlack" dans theme obscene_v4
redcode Posté le : 13/09/2008 18:40
Voila essaye avec celui la et regarde bien les modification que j'ai apporte, dans theme.html et globalnav.html


obscene_v4 avec menu Multiblack

a+
#10 Re: Menu "MultiBlack" dans theme obscene_v4
tatane Posté le : 13/09/2008 18:44
je transfere ce dossier dans theme?

 Haut   Précédent   Suivant
(1) 2 »



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

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