Fork me on GitHub




(1) 2 »


Thème Morphogenegis
Régulier
Inscrit: 27/11/2011 18:07
De Morbihan
Messages: 331
Bonjour,

Je voudrais utiliser le thème Morphogenesis pour un site et je fais actuellement des esais en local.

Dans la capture d'écran on peut voir que trois blocs ('Contenu en attente', 'Nouveaux utilisateurs', 'Top envois', sont affichés en haut dans le header et aussi dans le footer.
Je voudrais supprimer les affichages du haut pe page et y mettre à la place un bloc de style Marquee ... je cherche mais pour l'instant je n'ai pas trouvé le moyen d'y arriver.

Si quelqu'un peut me guider, un GRAND MERCI.

JPC


Posté le : 07/12/2011 15:09

Chti en Morbihan
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Semi pro
Inscrit: 18/12/2005 13:29
De Rebstein - Suisse
Messages: 517
Salut.

Dans le répertoire du thème, dans le sous-répertoire xotpl, il y a un fichier nommé xo_thm_parameters.html

Il faut éditer ce fichier et mettre 0 ou 1 si tu veux l'affichage ou non de certaines fonctionnalités de morphogenesis.

N'oublie pas d'ajuster les préférences xoops pour que les modifications du thème soient prises en compte lors d'un rafraîchissement.

Cordialement.
Raymond

Posté le : 07/12/2011 20:19
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 15/02/2011 22:12
Messages: 288
salut

Pour compléter les dire de fireblade, le thème Morphogenesis utilise dans la zone basse de la page d'accueil la variable smarty <{block id = xx}> (x étant l'id du bloc).

Citation :
un bloc de style Marquee

... stop les Marquee ! Pourquoi ne pas utiliser les possibilités de JQuery (embarqué avec Xoops) ? Fais une recherche avec JQuery Slider dans Google et tu verras des tas de choses réellement intéressantes !

Posté le : 07/12/2011 21:11
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 27/11/2011 18:07
De Morbihan
Messages: 331
Bonjour,

Merci à vous tous pour ces indications qui m'aident beaucoup à comprendre un peu mieux Xoops.

JPC

Posté le : 08/12/2011 09:44

Chti en Morbihan
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 27/11/2011 18:07
De Morbihan
Messages: 331
Re...

J'ai modifié certaines variables pour les mettre à 0, mais les bolcs sont toujours affichés !!!
Voici le code dans le fichier xo_tm_parameter.html:
<!-- Setting this to 0 will remove the display the topheader -->  
  <{
assign var=theme_view_topheader value=1}>
  <!-- for 
remove the display the language choice in topheader-->  
  <{
assign var=theme_view_languagechoice value=1}>  
  <!-- for 
remove the display the searchbar in topheader-->  
  <{
assign var=theme_view_searchbar value=1}>
  <!-- for 
remove the display the userbar in topheader -->  
  <{
assign var=theme_view_userbar value=1}>
  <!-- for 
remove the display the userbar in topheader -->  
  <{
assign var=theme_view_accessibilitybar value=1}>
<!-- 
Setting this to 0 will remove the display the horizontal menu globalnav -->  
  <{
assign var=theme_view_globalnav value=1}>
<!-- 
Setting this to 0 will remove the display the homepage/homebox -->  
  <{
assign var=theme_view_homepage value=1}>
<!-- 
Setting this to 0 will remove the display the left column -->  
  <{
assign var=theme_view_leftcolumn value=1}>
<!-- 
Setting this to 0 will remove the display the right column -->  
  <{
assign var=theme_view_rightcolumn value=1}>
<!-- 
Setting this to 0 will remove the display the topblock content -->  
  <{
assign var=theme_view_topblock value=0}>
<!-- 
Setting this to 0 will remove the display the bottomblock content -->  
  <{
assign var=theme_view_bottomblock value=1}>
<!-- 
Setting this to 0 will remove the display the breadcrumb -->  
  <{
assign var=theme_view_breadcrumb value=0}>
<!-- 
Setting this to 0 will remove the display the socialbookmark bar -->  
  <{
assign var=theme_view_socialbookmark value=1}>
<!-- 
Setting this to 0 will remove the display the blockfooter in footer -->  
  <{
assign var=theme_view_blockfooter value=1}>
<!-- 
Setting this to 0 will remove the display the w3cblock in footer -->  
  <{
assign var=theme_view_w3cblockfooter value=1}>
<!-- 
Setting this to 0 will remove the display the baradmin -->  
  <{
assign var=theme_view_baradmin value=1}>


JPC

Posté le : 08/12/2011 10:13

Edité par Kris sur 09/12/2011 01:56:24

Chti en Morbihan
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 27/11/2011 18:07
De Morbihan
Messages: 331
Voici ce que j'obtiens sur mon site local.
Je voudrais enlever ce qui est entouré de rouge ou y mettre un autre bloc à la place (bloc 'coup de coeur par exemple).

Open in new window

Posté le : 08/12/2011 14:13

Chti en Morbihan
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 27/11/2011 18:07
De Morbihan
Messages: 331
Re capture d'écran:

Open in new window

Posté le : 08/12/2011 15:22

Chti en Morbihan
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Semi pro
Inscrit: 18/12/2005 13:29
De Rebstein - Suisse
Messages: 517
Citation :
J'ai modifié certaines variables pour les mettre à 0, mais les bolcs sont toujours affichés !!!


Un des symptômes, c'est que tu n'as pas autorisé la modification des thèmes et templates dans les préférences de Xoops.

Es tu sûr de l'avoir fait ?

Posté le : 08/12/2011 20:40
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Semi pro
Inscrit: 18/12/2005 13:29
De Rebstein - Suisse
Messages: 517
Citation :
Voici ce que j'obtiens sur mon site local.


Perso, je n'arrive pas ouvrir ton lien "Open in new window" pour voir ta capture d'écran.

Posté le : 08/12/2011 20:43
Partager Twitter Partagez cette article sur GG+
Re: Thème Morphogenegis
Régulier
Inscrit: 04/04/2008 22:51
Messages: 209
Bonsoir,

Avez-vous essayé avec 0 pour ces deux variables ?
<!-- Setting this to 0 will remove the display the homepage/homebox --> 
 <{
assign var=theme_view_homepage value=0}>

<!-- 
Setting this to 0 will remove the display the blockfooter in footer --> 
 <{
assign var=theme_view_blockfooter value=0}>

La première concerne la zone complétant le header et présent uniquement en page d'accueil, la seconde gère les blocs du system placés en pied de page.

Posté le : 08/12/2011 21:08
Partager Twitter Partagez cette article sur GG+

 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

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