Fork me on GitHub






gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 17/12/2005 01:41
De Alpes Maritimes
Messages: 1682
comme stipuler dans le titre j'ai sur un de mes sites xoops 2.33 (sur presque tous au passage d'ailleur )
J'ai un theme que j'ai realiser moi meme dans le quel j'avais mit un script de theme en javascript mais voila probleme cela entre en conflit avec le slidshow des albums photos
Comme le slideshow utilise mootools je me suis dit que j'allai changer ce menu par mootab.
Le probleme c'est que cela ne marche pas du tout

je me suis donc dit que j'allai installer le theme complet pour voir comment cela fonctionner le theme m'affiche une page blanche

apres recherche je vois qu'il faut installer un hack et la catastrophe tout plante. Le seul hack que j'ai trouver et le hack pour xoops2.32 et ce que celui ci est toujours valable pour xoops2.33? ce hack est-il necessaire pour utilise mootab? j'ai aussi fait l'essai avec avec pageear cela me donne les meme symptomes.

Si quelqu'un a une idée

Posté le : 07/09/2009 22:43
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
Bonjour,

As tu vider tes différents caches temporaires (xoops et navigateur web) ?

@++

Posté le : 07/09/2009 23:02

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 17/12/2005 01:41
De Alpes Maritimes
Messages: 1682
merci kris pour ta reponse rapide
oui j'ai bien vider les diferents cache (directement sur le ftp puis a l'aide de xoops care en ce qui concerne le site ) ainsi que ce de mon navigateur
le probleme est tjs la

Posté le : 07/09/2009 23:17
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
tu peux donner la partie "head" de ton thème, et un extrait du code source ?

Posté le : 08/09/2009 00:34

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 17/12/2005 01:41
De Alpes Maritimes
Messages: 1682
Pas de soucis pour le code
Voici mon fichier theme.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}>">

<!-- 
#######################################################################################################################
theme realisé par VSI Distribution et Netmeetx.com site de rencontre libertin echangiste pour le club anonyme cannes
D'apres un modele de http://www.webdesigncreators.com/ 
Le retrait des mentions de propriété est formellement interdit par la license
########################################################################################################################-->

<head>
<!-- Additionals Scripts -->
    <{includeq file="$theme_name/xoscripts.html"}>

    <!--ouverture effet de page -->
    <script src="<{$theme_name/pageear/AC_OETags.js}>" type="text/javascript"></script>
    <script src="<{$theme_name/pageear/pageear.js}>" type="text/javascript"></script>

    <!-- ouverture de la radio -->
    <SCRIPT language=javascript>
        function popup(page,nom,option) {
            window.open(page,nom,option); }
    </SCRIPT>

    <!-- pour le slideshow des albums -->
    <!--<script src="<{xoImgUrl js/mootools-1.2.x.js}>" type="text/javascript"></script>-->

    <!--compteur istat -->
    <{xoStats}>

    <!-- Assign Theme name -->
    <{assign var=theme_name value=$xoTheme->folderName}>

    <!-- Title and meta -->
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <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}>" />

    <!-- Favicon -->
    <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
    
    <!-- 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 style.css}>" />

  <!-- customized header contents -->
    <{$xoops_module_header}>
     
  <script type="text/javascript" src="<{xoImgUrl js/reflection.js}>"></script>
  
  <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl styleie.css}>" />
  <![endif]-->
  <!--[if lt IE 8]>
    <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl styleie.css}>" />
  <![endif]-->

</head>


Merci de ton aide kris

Posté le : 08/09/2009 13:02
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 17/12/2005 01:41
De Alpes Maritimes
Messages: 1682
suite du code
<body>
    <!-- 
pour le slideshow des albums -->
    <
script src="<{xoImgUrl js/mootools-1.2.x.js}>" type="text/javascript"></script>
    
<!-- ouverture effetd e page -->
<!-- MXM appel script morphocorner -->
<script type="text/javascript">    
    writeObjects();
</script>
<!-- MXM fin script morphocorner -->

<!-- ouverture de la radio -->
<a href="javascript:popup('http://netmeetx.com/www/anonyme/radio/index.htm','webradio-anonyme','width=280,
height=23,scrollbars=no,resizable=no');"><img alt="Web radio ddu club libertin l'anonyme" src="http://netmeetx.com/www/anonyme/radio/radio.jpg" title="Web radio ddu club libertin l'anonyme"/></a>

<!-- Start header -->
<div id="wdc_main">
<div id="wdc_header">
<div id="wdc_header_menu">

    <!-- Start top navigation -->
        <{includeq file="$theme_name/menu/menu.html"}>
        <!--<{includeq file="http://www.netmeetx.com/www/anonyme/themes/wdc_009/MooTab/MooTab.html"}>-->
    <!-- End top navigation -->    
    </div>
<!--<div id="wdc_sitename"><div style="float:left;"><img src="<{xoImgUrl images/header/leaf.png}>" alt="Leaf" />&nbsp;</div><div><a href="<{$xoops_url}>/index.php"><{$xoops_sitename}></a></div></div>
<div id="wdc_pagetitle"><{$xoops_pagetitle}></div>-->
</div>
<!-- End header -->


<div style="clear:both;"></div>

<div id="wdc_header_bg">
<div id="wdc_content_top"></div>
<div id="wdc_content_middle">

<!-- Start left blocks loop -->
<{if $xoops_showlblock == '1'}>
<div id="leftcolumn">
<{foreach item=block from=$xoBlocks.canvas_left}>
<{includeq file="$theme_name/blocks/wdc_theme_blockleft.html"}>
<{/foreach}>
</div>
<{/if}>
<!-- End left blocks loop -->

<!-- Start selection of the content div by showing blocks -->

<{if $xoops_showlblock == '1' && $xoops_showrblock == ''}>
<!-- Display content div if left blocks but no right blocks -->
<div id="wdc_content_leftblock">
<{/if}>

<{if $xoops_showlblock == '' && $xoops_showrblock == '1'}>
<!-- Display content div if no left blocks but right blocks -->
<div id="wdc_content_rightblock">
<{/if}>

<{if $xoops_showlblock == '1' && $xoops_showrblock == '1'}>
<!-- Display content div if left blocks and right blocks -->
<div id="wdc_content_leftblock_rightblock">
<{/if}>

<{if $xoops_showlblock == '' && $xoops_showrblock == ''}>
<!-- Display content div if no left blocks neither right blocks -->
<div id="wdc_content_no_leftblock_no_rightblock">
<{/if}>

<!-- End selection of the content div by showing blocks -->

<!-- Display center blocks if any -->
<{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>

<div id="centercolumn">

<!-- Start center-center blocks loop -->
<div id="centerCcolumn">
<{foreach item=block from=$xoBlocks.page_topcenter}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_c.html"}>
<{/foreach}>
</div>
<!-- End center-center blocks loop -->

<!-- Start center-left blocks loop -->
<div id="centerLcolumn">
<{foreach item=block from=$xoBlocks.page_topleft}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_l.html"}>
<{/foreach}>
</div>
<!-- End center-left blocks loop -->

<!-- Start center-right blocks loop -->
<div id="centerRcolumn">
<{foreach item=block from=$xoBlocks.page_topright}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_r.html"}>
<{/foreach}>
</div>
<!-- End center-right blocks loop -->

<!-- End center top blocks loop -->
<{/if}>

<!-- Start content module page -->
<{if $xoops_contents}>
<div id="content"><{$xoops_contents}></div>
<{/if}>
<!-- End content module page -->

<!-- Start center-center blocks loop -->
<div id="bottomCcolumn">
<{foreach item=block from=$xoBlocks.page_bottomcenter}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_c.html"}>
<{/foreach}>
</div>
<!-- End center-center blocks loop -->

<!-- Start center-left blocks loop -->
<div id="bottomLcolumn">
<{foreach item=block from=$xoBlocks.page_bottomleft}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_l.html"}>
<{/foreach}>
</div>
<!-- End center-left blocks loop -->

<!-- Start center-right blocks loop -->
<div id="bottomRcolumn">
<{foreach item=block from=$xoBlocks.page_bottomright}>
<{includeq file="$theme_name/blocks/wdc_theme_blockcenter_r.html"}>
<{/foreach}>
</div>
<!-- End center-right blocks loop -->

<!-- End center-right blocks loop -->
<div style="clear:both;"></div>
</div><{if $xoops_showrblock == '1'}></div><{/if}>
<{if $xoops_showrblock == '1'}>
<div id="rightcolumn">
<!-- Start right blocks loop -->
<{foreach item=block from=$xoBlocks.canvas_right}>
<{includeq file="$theme_name/blocks/wdc_theme_blockright.html"}>
<{/foreach}>
<!-- End right blocks loop -->
</div>
<{/if}>

</div>
<!--<div id="wdc_content_bottom"></div>-->
</div>

<div style="clear:both;"></div>

<!-- Start footer -->
<div id="wdc_footer">
<{$xoops_footer}>
<!-- End footer -->

Posté le : 08/09/2009 13:03
Partager Twitter Partagez cette article sur GG+
Re: gabarit morphogenesis et xoops 2.33
Supporter Xoops
Inscrit: 17/12/2005 01:41
De Alpes Maritimes
Messages: 1682
ca veux pas que je mette la suite

de toute facon manque que le footer la

Posté le : 08/09/2009 13:06
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

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