La tambouille des râleuses
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le deal à ne pas rater :
Cdiscount : -30€ dès 300€ d’achat sur une sélection Apple
Voir le deal

Aller en bas
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Mer 25 Mar 2020 - 10:06
OK alors c'est parti pour te donner tous les codes Wink
Pas de panique si l'affichage n'est pas OK tant que tout n'est pas fait : c'est normal Wink

Les templates

Ici pour chaque template je te le met au complet. Je te conseille de garder de coté tes templates actuels au cas où tu verrais un soucis après.
Pour chaque template n'oublie pas d'enregistrer et de le publier ensuite Smile

Index_body



index_box



Je continue dans un autre message pour ne pas atteindre la limite max de caractères Wink
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Mer 25 Mar 2020 - 10:12
Overall_header




viewtopic_body



La CSS


Elle est à installer dans Affichage > Couleurs > Feuille de style CSS. Je ne l'ai pas commentée, si tu as un souci de compréhension n'hésite pas à demander.
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Mer 25 Mar 2020 - 10:21
Les couleurs

Beaucoup de couleurs sont celles par défaut ou alors justement il faut les retirer. Voilà comme c'est paramétré chez moi :
[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Couleu13
[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Couleu14
[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Couleu15

Page HTML

Ici on va créer deux pages HTML (modules > Gestion des pages HTML) création en "mode avancé" (très important de bien sélectionner ce mode). Les 2 cases du haut cochées à "non".
Pour chacune tu vas devoir récupérer l'url de la page HTML concernée pour juste après Wink

panneau d'accueil



Module flottant



Javascript

Et on termine par l'installation du javascript. On en a deux aussi : 1 pour le QEEL et 1 pour la PA et le module flottant Wink
dans Modules > Gestion des codes javascript.

Qui est en ligne

A appliquer sur l'index uniquement :


Affichage de la PA et du module flottant

A appliquer sur "toutes les pages"

remplacer le /h4-p par ce que tu as pour ta page d'accueil dans tes pages HTML
et remplacer /h5-g par ce que tu as pour ton module flottant.
Ici si tu ne trouves pas par quoi remplacer, montre moi la liste de tes pages HTML et je te guiderai =)

Et voilà normalement tu as tout ! Si j'ai oublié quoi que ce soit n'hésite pas à le dire Smile
Padsky
Padsky
Messages : 451

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Jeu 26 Mar 2020 - 2:30
Coucou,

Tout est bon, sauf que je ne vois pas la page d'accueil ! Smile
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Jeu 26 Mar 2020 - 9:55
Oh....
Tu peux essayer avec ce template pour Index_body :
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->

<!-- BEGIN message_admin_titre -->

<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->

<!-- END message_admin_txt -->

<!-- END message_admin_index -->

<div id="mvnPA">
</div>

<!-- BEGIN switch_user_login_form_header -->

<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">

            <table>
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>

        <!-- BEGIN switch_social_login -->
        <td width="10%" align="center" valign="middle" class="row1">
            <span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
        </td>
        <td width="40%" class="align_gauche row1">
            <div class="social_btn">
              <!-- BEGIN fb_connect -->
              <div class="fb-login-button"></div>
              <!-- END fb_connect -->
              <!-- BEGIN topicit_connect -->
              <div class="ti-connect"></div>
              <!-- END topicit_connect -->
            </div>
        </td>
        <!-- END switch_social_login -->

      </tr>
  </table>
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
        <!-- END switch_delete_cookies -->
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
            <!-- BEGIN switch_delete_cookies -->
            <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
            <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td width="50%" valign="top" align="right" class="row1">

            <table>
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>

        <!-- BEGIN switch_social_login -->
        <td width="10%" align="center" valign="middle" class="row1">
            <span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
        </td>
        <td width="40%" class="align_gauche row1">
            <div class="social_btn">
              <!-- BEGIN fb_connect -->
              <div class="fb-login-button"></div>
              <!-- END fb_connect -->
              <!-- BEGIN topicit_connect -->
              <div class="ti-connect"></div>
              <!-- END topicit_connect -->
            </div>
        </td>
        <!-- END switch_social_login -->

      </tr>
  </table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<div id="mon-qeel" style="display:none;">
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
        <td class="catHead" colspan="2" height="28">
            <!-- BEGIN switch_viewonline_link -->
            <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
            <!-- END switch_viewonline_link -->

            <!-- BEGIN switch_viewonline_nolink -->
            <span class="cattitle">{L_WHO_IS_ONLINE}</span>
            <!-- END switch_viewonline_nolink -->
        </td>
      </tr>
      <tr>
        <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
        <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
            {TOTAL_USERS}<br />
        {NEWEST_USER}</span></td>
      </tr>
      <tr>
        <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
            {RECORD_USERS}<br />
            <br />
        {LOGGED_IN_USER_LIST}</span></td>
      </tr>
      {L_CONNECTED_MEMBERS}
      {L_WHOSBIRTHDAY_TODAY}
      {L_WHOSBIRTHDAY_WEEK}
      <tr>
        <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
      </tr>
      <!-- BEGIN switch_chatbox_activate -->
      <tr>
        <td class="row1">
            <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
              <!-- BEGIN switch_chatbox_popup -->
              <div id="chatbox_popup"></div>
              <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
        </script>
        <!-- END switch_chatbox_popup -->
      </span>
  </td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
</div>
<!-- END disable_viewonline -->
<div class="feq mvn-qeel mvn-flex">
  <div id="mvn-qeelColGauche">
      <div><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></div>
      <div id="mvn-lastHours">
        <div class="mvn-qeelTitre">Il y a 24h</div>
        <p>Ils sont passés nous voir dans les dernières 24h : @derniers_membres_connectes$, @</p>
      </div>
  </div>
  <div id="mvn-qeelColDroite">
      <div id="mvn-stats"><div class="mvn-qeelTitre">Les statistiques</div>
      <p>
        Le monde des sorciers compte maintenant <strong>@membres_enregistres@ habitants</strong>. Le dernier arrivé est : @dernier_membre@ et nous lui souhaitons une bonne aventure.
        Les habitants sont de friands de sortilèges et nous ont lancés <strong>@messages@ sorts</strong> depuis leur arrivée.
      </p>
      <p>
        En ce moment, nous sentons @connectes_forum@ vies sur nos terres : @enregistres@ sorciers, @invites@ fantômes et @invites@ moldus. Les sorciers qui marchent actuellement parmi nous sont : @membres_connectes$, @.
      </p>
      <p>
        <table>{L_WHOSBIRTHDAY_TODAY}
        {L_WHOSBIRTHDAY_WEEK}</table>
      </p>
  </div>
  <div id="mvn-groupes">
      <div class="mvn-qeelTitre">Les groupes</div>
      <p>@groupes$ - @</p>
  </div>
</div>
</div>
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td> &nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

Si ça ne marche toujours pas c'est qu'il y a un souci avec le javascript ou la page HTML récupérée.
Padsky
Padsky
Messages : 451

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Ven 27 Mar 2020 - 1:37
Coucou,

C'est bon ça fonctionne ! Smile
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Ven 27 Mar 2020 - 9:38
Ah cool =)

Du coup, c'est tout bon, la commande est finie ou il y a quelque chose à revoir ? Smile
Padsky
Padsky
Messages : 451

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Ven 27 Mar 2020 - 23:45
Coucou,

C'est tout bon, donc commande finie !
Merci encore miss ! Smile
Mäven
Mäven
Râleuse (Admin)
Informations : Très peu présente en ce moment Sad
----
Idea Viens papoter avec nous sur le discord

Messages : 4055
https://tambouille-raleuses.forumactif.com/

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Sam 28 Mar 2020 - 9:04
Ca marche, du coup j'archive Smile Merci à toi pour la confiance Wink
Contenu sponsorisé

[Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub) - Page 2 Empty Re: [Commande Codage] [Terminé - Mäven]Codage complet pour Rowling Pub (anciennement Potter Pub)

Revenir en haut
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
Les coups de ♥ des Râleuses

Post-It des Râleuses