stef-ba (Créer un compte)

Toutes mes réponses sur les forums

5 sujets de 1 à 5 (sur un total de 5)
  • Auteur
    Messages
  • stef-ba
    Membre
    Initié WordPress
    5 contributions

    Dis donc gentil Koz, on se calme… J’suis là incognito sur ce forum… 🙂
    Si tu veux me remercier, fais un lien vers blog-art ou vers blogagency depuis ton blog ! 🙂 kiss (même si jsuis un mec) et bonnes fêtes à toi…

    Sinon, je ne sais pas si en mettant miniposts2.php dans /plugin/widgets, on peut configurer correctement le plugin. Si ce n’est pas le cas, fais un tour dans ton phpmyadmin, et tripote %date%, %title%, %post%, %commentcount% et %permalink% dans wp-options, là ou tu vois le param’ ‘miniposts_format’ dans le champ ‘option_name’…

    stef-ba
    Membre
    Initié WordPress
    5 contributions

    @ koz :

    1) télécharge le plugin widgets ici : http://automattic.com/code/widgets/ s’il ne se trouve pas /plugins/widgets (s’il ne s’y trouve pas dans ton arbo)
    2) mets miniposts2.php dans /plugin/widgets plutot que dans /plugins

    non ?

    stef-ba
    Membre
    Initié WordPress
    5 contributions

    @ koz : si tu veux faire exactement comme le capitaine grognon :rolleyes:, tu peux tenter sous wordpress :

    -> colonne principale (celle du milieu chez le capitaine) : pages wordpress (articles longs, grosses synthèses de tes pensées bloguiennes etc..) : ce sont des pages qui ne sont pas catégorisées

    –> colonne sidebar : là tu utilises classiquement les billets wordpress

    Sinon, tu peux aussi fouiller par ici : http://www.piepalace.ca/blog/projects/miniposts/ , voire faire appel à un service externe, comme par exemple ce que propose le damdam et son http://www.postitexpress.fr/ (cf son blog http://damdam.typepad.com/ )

    en réponse à : Redirection sous MU #586552
    stef-ba
    Membre
    Initié WordPress
    5 contributions

    hello,

    Pourquoi faire une redirection et pas un vrai pointage DNS via un CNAME ?
    Suis ce qu’il ya ci dessous à la lettre et ca devrait t’aider…

    cf :
    http://mu.wordpress.org/forums/topic.php?id=2076

    I haven’t tried completely distinct WPMU sites (each offering blogs of their own) as I’ve been playing with blogs for existing domains with their own sites.
    The steps I take for the two I’ve setup so far are:

    1. edit the Domain server for the domainname you are interested in and add a CNAME record for something like blog.domainname.com which points to your WPMU installation.
    eg. I added the CNAME blog.clearskys.net to the clearskys.net DNS settings and set it to point to cafespain.com

    2. Create a blog in your WPMU installation – it doesn’t matter what you call it for now – use the existing admin system to create it.

    3. Add a record in wp_site with the the domain of the new blog. eg. in this case clearskys.net and set the path to /

    4. Duplicate the wp_sitemeta entries for your new site (insert into wp_sitemeta (site_id, meta_key, meta_value) SELECT x, meta_key, meta_value FROM wp_sitemeta WHERE site_id = 1 (change x to the id of the new site record created at step 3.

    5. Modify the record for the blog you created in wp_blogs and change the domain to the CNAME you created in step 1 (in this case blog.clearskys.net) and change the site_id to the id of the site record in step 3.

    6. Modify all the records in wp_xx_options (where xx is the record number of your blog in step 5) that have the domain path, so that it is the same as that set in step 5 (blog.clearskys.net).

    7. Wait a bit for the DNS changes to propagate and access the website at blog.clearskys.net, voila one wordpress blog, with it’s own domain running off an installation of WPMU at a different one.

    It should only take a short step to have a http://www.domainname.com to work just as easily.

    Hope those steps help someone, i’ve been working on it all afternoon.

    en réponse à : Plugin vedette? #586406
    stef-ba
    Membre
    Initié WordPress
    5 contributions
5 sujets de 1 à 5 (sur un total de 5)