[3.0.6] sacred2light

Téléchargement et Support des Styles phpBB3.

Modérateur: Equipe

Re: [3.0.4] sacred2light

Messagede eliteb4 » 31 Mar 2009 à 17:07

Non lol je voudrais enfaite faire la meme chose que j'ai fais sur les topic mais cette fois ci sur la page principale des forum ou l'on vois toutes les catégorie.
Enfaite je voudrais que un forum soit d'un couleur et l'autre d'une autre.

Exemple:
Code: Tout sélectionner
Catégorie A
   Forum 1 (Noir)
   Forum 2 (Gris)
   Forum 3 (Noir)
   Forum 4 (Gris)

Catégorie B
   Forum 1 (Noir)
   Forum 2 (Gris)
   Forum 3 (Noir)
   Forum 4 (Gris)


J'éspère que vous comprenez ce que je veux faire :S (en tout cas merci de votre aide si précieuse)
eliteb4
Posteur néophyte
Posteur néophyte
 
Messages: 70
Inscription: 05 Mar 2009 à 22:17
Localisation: Versailles (78)

Re: [3.0.4] sacred2light

Messagede Morgyanne » 01 Avr 2009 à 11:25

D'accord, je vois mieux ;).

Ouvre forumlist_body.html,
Cherche :
Code: Tout sélectionner
<li class="row">

Remplace par :
Code: Tout sélectionner
<li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">


le fond des cellules sera de la couleur choisie pour bg1 et bg2

@+
Morgyanne :)
Demande de support par MP = Poubelle
Avatar de l’utilisateur
Morgyanne
Modérateur
Modérateur
 
Messages: 19987
Inscription: 21 Mar 2005 à 12:28
Localisation: Juste derrière toi...

Re: [3.0.4] sacred2light

Messagede Morgyanne » 19 Juin 2009 à 08:57

Mise à jour 3.0.5

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.4 vers la version 3.0.5, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.5 suivants
    • prosilver/template/attachment.html
    • prosilver/template/editor.js
    • prosilver/template/forum_fn.js
    • prosilver/template/mcp_notes_user.html
    • prosilver/template/mcp_topic.html
    • prosilver/template/mcp_warn_user.html
    • prosilver/templates/memberlist_body.html
    • prosilver/template/posting_buttons.html
    • prosilver/template/posting_editor.html
    • prosilver/template/posting_review.html
    • prosilver/template/posting_topic_review.html
    • prosilver/template/simple_header.html
    • prosilver/template/ucp_main_bookmarks.html
    • prosilver/template/ucp_main_subscribed.html
    • prosilver/template/ucp_pm_viewmessage.html
    • prosilver/template/ucp_register.html
    • prosilver/template/viewtopic_print.html
    MAIS vous devez effectuer manuellement les modifications sur
    • sacred2light/template/overall_header.html
    • sacred2light/template/viewforum_body.html
    • sacred2light/template/viewtopic_body.html
    • sacred2light/theme/bidi.css
    • sacred2light/theme/colours.css
    • sacred2light/theme/common.css
    • sacred2light/theme/content.css
    • sacred2light/theme/links.css
    • sacred2light/theme/tweaks.css
    /!\ Pour la modification n°2 dans colours.css /!\
    • Cherchez :
      Code: Tout sélectionner
      select {
         border-color: #6B6998;
         background-color: #ECEEFF;
      }

      Remplacez par :
      Code: Tout sélectionner
      select {
         border-color: #6B6998;
         background-color: #000000;
         color: #ECEEFF;
      }
Archive du style mise à jour.

@+
Morgyanne :)
Demande de support par MP = Poubelle
Avatar de l’utilisateur
Morgyanne
Modérateur
Modérateur
 
Messages: 19987
Inscription: 21 Mar 2005 à 12:28
Localisation: Juste derrière toi...

Re: [3.0.5] sacred2light

Messagede Jester » 19 Juin 2009 à 18:14

L'archive est à jour en 3.0.5 sur le 1er message, merci Morgyanne :D
Règlement des Sections Graphiques - Forum de Documentation phpBB3 - Une demande graphique hors phpBB ?
Une modification sur votre Style ? Panneau d'admin -> Onglet Styles, puis theme (pour les css), template (pour les fichiers HTML), ou imageset (pour les images), puis Rafraîchir, pour que les modifs soient prises en compte.
[!] Si vous considérez votre problème comme réglé, merci d'éditer le premier message de ce sujet et d'ajouter l'icône de sujet
Avatar de l’utilisateur
Jester
Resp. des graphistes
Resp. des graphistes
 
Messages: 15449
Inscription: 01 Jan 2005 à 00:00
Localisation: Là, pas loin...

Re: [3.0.5] sacred2light

Messagede Xinao » 02 Déc 2009 à 18:17

Hanlala ! Morgyanne veut pas mettre à jour ce thème =O x')
Image
Xinao
Apprenti-posteur
Apprenti-posteur
 
Messages: 136
Inscription: 21 Oct 2008 à 17:00
Localisation: Nangis Seine et Marne

Re: [3.0.5] sacred2light

Messagede Morgyanne » 02 Déc 2009 à 18:21

Si, si... mais j'ai eu plusieurs imprévus qui font que j'ai eu moins de temps que prévu :oops:.
Cela sera bon, avant la fin de la semaine ;).

@+
Morgyanne :)
Demande de support par MP = Poubelle
Avatar de l’utilisateur
Morgyanne
Modérateur
Modérateur
 
Messages: 19987
Inscription: 21 Mar 2005 à 12:28
Localisation: Juste derrière toi...

Re: [3.0.5] sacred2light

Messagede Morgyanne » 04 Déc 2009 à 10:13

Salut,

Désolée pour le long paragraphe de lecture :P.
Mise à jour du 04 décembre 2009

  1. Pour effectuer la mise à jour manuelle du style de la version 3.0.5 vers la version 3.0.6, référez-vous à ce message.

    Pour aller plus vite, vous pouvez "copier-coller", les fichiers 3.0.6 suivants
    • prosilver/template/captcha_default.html
    • prosilver/template/captcha_qa.html
    • prosilver/template/captcha_recaptcha.html
    • prosilver/template/drafts.html
    • prosilver/template/editor.js
    • prosilver/template/faq_body.html
    • prosilver/template/forum_fn.js
    • prosilver/template/forumlist_body.html
    • prosilver/template/index_body.html
    • prosilver/template/login_body.html
    • prosilver/template/mcp_forum.html
    • prosilver/template/mcp_logs.html
    • prosilver/template/mcp_notes_user.html
    • prosilver/template/mcp_post.html
    • prosilver/template/mcp_reports.html
    • prosilver/template/mcp_topic.html
    • prosilver/template/memberlist_body.html
    • prosilver/template/memberlist_im.html
    • prosilver/template/memberlist_view.html
    • prosilver/template/posting_editor.html
    • prosilver/template/posting_preview.html
    • prosilver/template/posting_smilies.html
    • prosilver/template/posting_topic_review.html
    • prosilver/template/quickreply_editor.html
    • prosilver/template/search_body.html
    • prosilver/template/search_results.html
    • prosilver/template/styleswitcher.js
    • prosilver/template/ucp_agreement.html
    • prosilver/template/ucp_avatar_options.html
    • prosilver/template/ucp_groups_manage.html
    • prosilver/template/ucp_main_front.html
    • prosilver/template/ucp_pm_history.html
    • prosilver/template/ucp_pm_viewmessage.html
    • prosilver/template/ucp_profile_signature.html
    • prosilver/template/ucp_register.html
    • prosilver/template/viewtopic_print.html
    • prosilver/theme/print.css
    • prosilver/theme/tweaks.css
    MAIS vous devez effectuer manuellement les modifications sur
    • sacred2light/template/mcp_front.html
    • sacred2light/template/overall_footer.html
    • sacred2light/template/overall_header.html
    • sacred2light/template/ucp_pm_message_header.html
    • sacred2light/template/ucp_pm_viewfolder.html
    • sacred2light/template/viewforum_body.html
    • sacred2light/template/viewtopic_body.html
    • sacred2light/theme/bidi.css
    • sacred2light/theme/colours.css
    • sacred2light/theme/common.css
    • sacred2light/theme/content.css
    • sacred2light/theme/cp.css
    • sacred2light/theme/links.css
    N'oubliez pas d'ajouter l'image suivante (contenue dans la nouvelle archive)
    • sacred2light/theme/images/feed.gif
  2. Voici les points qui diffèrent par rapport à la mise à jour manuelle pour prosilver et qui sont propres à sacred2light
    • sacred2light/template/overall_header.html
      • Pour la modification 4, chercher
        Code: Tout sélectionner
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and not S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF S_USER_LOGGED_IN --><li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->

        Remplacer par
        Code: Tout sélectionner
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF not S_USER_LOGGED_IN and not S_REGISTER_ENABLED --><li class="icon-login"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
                       <!-- IF S_USER_LOGGED_IN --><li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF -->
    • sacred2light/template/ucp_pm_message_header.html
      • Pour la modification 1, chercher
        Code: Tout sélectionner
        <form id="viewfolder" method="post" action="{S_PM_ACTION}">

        <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>

           <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->
           
              <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
              <div class="buttons">
                 <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span><br /><br />{L_POST_REPLY_PM}</a></div>
                 <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span><br /><br />{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF -->
                 <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span><br /><br />{L_FORWARD_PM}</a></div><!-- ENDIF -->
              </div>
              <!-- ENDIF -->

              <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
           <ul class="linklist">

        Remplacer par
        Code: Tout sélectionner
        <div class="panel clearfix pm-panel-header<!-- IF S_VIEW_MESSAGE --> pm<!-- ENDIF -->">
           <div class="inner"><span class="corners-top"><span></span></span>

           <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->

              <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
              <div class="buttons">
                 <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon clearfix"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span><br /><br />{L_POST_REPLY_PM}</a></div>
                 <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span><br /><br />{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF -->
                 <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span><br /><br />{L_FORWARD_PM}</a></div><!-- ENDIF -->
              </div>

              <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 -->
                 <div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">&raquo; {L_REPLY_TO_ALL}</a></div>
              <!-- ENDIF -->

           <!-- ENDIF -->

              <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
           <ul class="linklist pm-return-to">
    • sacred2light/template/ucp_pm_viewmessage.html
      • Pour la modification 1,chercher
        Code: Tout sélectionner
        <!-- INCLUDE ucp_pm_message_header.html -->

           <span class="corners-bottom"><span></span></span></div>
        </div>

        <!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
           <fieldset class="display-options clearfix">

        Remplacer par
        Code: Tout sélectionner
        <!-- INCLUDE ucp_pm_message_header.html -->


        <!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
           <fieldset class="display-options clearfix bg3 pm-message-nav">
    • sacred2light/template/colours.css

      • Pour la modification 2, chercher
        Code: Tout sélectionner
        #navigation a:hover {

        Avant, ajouter
        Code: Tout sélectionner
        .rtl #navigation a {
           background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
           background-position: 0 100%;
        }

      • Pour la modification 3-4, chercher
        Code: Tout sélectionner
        /* PM Message history */
        .current {
           color: #ECEEFF !important;
        }

        Après, ajouter
        Code: Tout sélectionner
        /* PM panel adjustments */
        .pm-panel-header, #cp-main .pm-message-nav {
           border-bottom-color: #30479F;
        }
  3. Modifications suite à certaines remontées par des utilisateurs et mise à jour
    • sacred2light/template/posting_editor.html
    • sacred2light/template/posting_topic_review.html
      • Chercher
        Code: Tout sélectionner
        <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">

        Remplacer par
        Code: Tout sélectionner
        <div class="post bg4">
      Meilleure lisibilité de la revue des sujets dans le panneau de modération
    • sacred2light/template/ucp_pm_history.html
      • Chercher
        Code: Tout sélectionner
        <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">

        Remplacer par
        Code: Tout sélectionner
        <div class="post bg4">
      Meilleure lisibilité de l'historique des MP
    • sacred2light/theme/colours.css
    • sacred2light/theme/form.css

Archive du style mise à jour.
version du style : 1.0.5


@+
Morgyanne :)
Demande de support par MP = Poubelle
Avatar de l’utilisateur
Morgyanne
Modérateur
Modérateur
 
Messages: 19987
Inscription: 21 Mar 2005 à 12:28
Localisation: Juste derrière toi...

Re: [3.0.5] sacred2light

Messagede Xinao » 12 Déc 2009 à 15:29

Bonjour !

J'aurais voulu faire la même chose que ceci mais avec le thème sacred2light.

Impossible avec ce thème ?

Edit : je n'ai pas essayé avec ce dernier, mais vu que c'est pour Prosilver aussi, le résultat doit être le même :
clic !

Y a il des solutions ?


D'avance je vous remercie.
Cordialement,
Xinao
Image
Xinao
Apprenti-posteur
Apprenti-posteur
 
Messages: 136
Inscription: 21 Oct 2008 à 17:00
Localisation: Nangis Seine et Marne

Re: [3.0.5] sacred2light

Messagede sub60 » 12 Déc 2009 à 15:52

salut,

# Nom du Style : sacred2light
# Base : Prosilver


tout les Styles que tu trouve ici, sont a base de prosilver donc tout les tuto ou astuce fonctionne :wink:
http://zamilandtest.free.fr/demo/
pas de support par MP le forum est la pour ça!!!
Avatar de l’utilisateur
sub60
Maître des floodeurs
Maître des floodeurs
 
Messages: 2231
Inscription: 19 Juin 2006 à 14:14
Localisation: oise

Re: [3.0.5] sacred2light

Messagede Xinao » 12 Déc 2009 à 16:08

Ha oui !

Pourtant j'ai essayé pour le "qui est en ligne", sans résultat =/

Je vais ré-essayer, je vous tient au courant. Merci !

Edit : La fonction qui est en ligne fonctionne, je m'attaque donc à l'autre. Merci !
Image
Xinao
Apprenti-posteur
Apprenti-posteur
 
Messages: 136
Inscription: 21 Oct 2008 à 17:00
Localisation: Nangis Seine et Marne

Re: [3.0.5] sacred2light

Messagede Jester » 12 Déc 2009 à 21:09

L'archive du style est mise à jour en 3.0.6
Règlement des Sections Graphiques - Forum de Documentation phpBB3 - Une demande graphique hors phpBB ?
Une modification sur votre Style ? Panneau d'admin -> Onglet Styles, puis theme (pour les css), template (pour les fichiers HTML), ou imageset (pour les images), puis Rafraîchir, pour que les modifs soient prises en compte.
[!] Si vous considérez votre problème comme réglé, merci d'éditer le premier message de ce sujet et d'ajouter l'icône de sujet
Avatar de l’utilisateur
Jester
Resp. des graphistes
Resp. des graphistes
 
Messages: 15449
Inscription: 01 Jan 2005 à 00:00
Localisation: Là, pas loin...

Précédente

Retourner vers Base de données des Styles

Qui est en ligne

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

Liens : phpBB.biz • phpBBHacks.com • phpBB-Seo.com • EzCom-fr.com • phpBB-Services.com • phpBB-Conseils.com • phpBB3 Styles • phpBB podpora • phpBB Portugal • Tapatalk • Net Avenir • PromoBenef • Ticket Gagnant •