Blueline 1.0 et script spécial Cityphotoblog (Créer un compte)

  • Statut : non résolu
2 sujets de 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #451781
    atu2france
    Participant
    Initié WordPress
    25 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress :2.1.3
    – Thème utilisé : blueline 1.0
    – Plugins en place :
    – Nom de l’hebergeur : 1&1
    – Adresse du site : http://www.lyondailyphotoblog.com

    Problème(s) rencontré(s) :
    Bonjour,
    voilà mon petit soucis. Je fais partie d’une communauté de blogs, avec un script spécial à insérer dans certaines pages de mon thème, pour faire apparaître une liste de liens toujours à jour.
    Malheureusement, ce script s’intègre mal dans mon thème, et j’aimerai le customiser afin de le rendre plus « blueline ». Ce script se situe en dessous des Meta sur mon blog. J’aimerai pouvoir le mettre dans un cadre, comme les autres grandes parties de mon site que sont « meta », « pages »,…. Pensez-vous que ce soit faisable?

    Voilà les manips que j’ai dû faire pour faire apparaître les liens dans la sidebar de droite:

    (1) Signon to WordPress.

    (2) Select « presentation ».

    (3) Select « theme editor ».

    (4) Select « header » file.

    (5) Paste the following after

    <!-- CDPB menus script -->
    <script type="text/javascript" defer src="http://www.dailyphotoblog.com/tools/cityphotoblogs.js"></script>
    <script type="text/javascript" defer src="http://www.dailyphotoblog.com/tools/cdpb_menus.js"></script>
    <!-- end of CDPB menus script -->

    (6) find tag

    (7) replace tag with the following code

    <!-- body tag changed as part of CDPB menus -->
    <!-- <body> -->
    <body onload="initMenu()">

    ( 8 ) Click « update file »

    (9) Select « sidebar » file

    (10) Paste the following where you would like to have the CDPB menu appear

    <!-- CDPB menus -->
    <div id="sidebar-1" class="sidebar">
    <ul>
    <h2 class="sidebar-title">City Daily Photo Blogs</h2>
    <br>
    <table>
    <tr>
    <td><a href="http://www.dailyphotoblog.com" target="_blank"><img src="http://www.dailyphotoblog.com/tools/LogoCDPB.jpg" alt="CDPB Logo" /></a></td>
    </tr>
    <tr>
    <td>Search by city:   <input type="text" size="22" id="ohnoes" onkeyup="printme('ohnoes')"></td>
    </tr>
    <tr>
    <td><div id="text"></div></td>
    </tr>
    </table>

    <div id="AfricaTitle" onClick="expand('Africa')" style="cursor:pointer;"><b>+ Africa</b></div>
    <div id="Africa" style="display:none"></div>

    <div id="AsiaTitle" onClick="expand('Asia')" style="cursor:pointer;"><b>+ Asia & Pacific</b></div>
    <div id="Asia" style="display:none"></div>

    <div id="EuropeTitle" onClick="expand('Europe')" style="cursor:pointer;"><b>+ Europe & Middle East</b></div>
    <div id="Europe" style="display:none"></div>

    <div id="NAmericaTitle" onClick="expand('NAmerica')" style="cursor:pointer;"><b>+ North America</b></div>
    <div id="NAmerica" style="display:none"></div>

    <div id="SAmericaTitle" onClick="expand('SAmerica')" style="cursor:pointer;"><b>+ South America</b></div>
    <div id="SAmerica" style="display:none"></div>
    <br>
    </ul>
    </div>
    <!-- end of CDPB menus -->

    (11) Click « update file »

    (12) Select « footer » file

    (13) paste the following at the top of the footer file. Note that to maintain your Google Page Rank I recommend this copy paste be performed once weekly. Because the links are between

    <noscript>
    <!-- copy/paste from http://dailyphotoblog.com/tools/cdpb-30d.html weekly for ranking purposes -->

    <h2 class="sidebar-title">Daily Photo</h2>
    <ul>
    <li><a href="http://www.dailyphotomap.com/" target=_"blank">Daily Photo Map</a></li>
    <li><a href="http://andersondailyphoto.wordpress.com/" target=_"blank">Anderson, SC (USA) </a></li>

    … ( copy links from http://dailyphotoblog.com/tools/cdpb-30d.html )
    … ( bring the page up, view source, select all, then copy )

    <!-- ---------------------------------------------------- -->
    </noscript>

    Voilà, pensez-vous être en mesure de m’aider? quoiqu’il en soit, je vous remercie par avance de votre aide 😉

#599049
atu2france
Participant
Initié WordPress
25 contributions

Personne pour m’aider?

2 sujets de 1 à 2 (sur un total de 2)
  • Vous devez être connecté pour répondre à ce sujet.