Strict Standards: Declaration of plxFeed::prechauffage() should be compatible with plxMotor::prechauffage($mode = '', $motif = '', $bypage = '') in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.feed.php on line 490

Deprecated: Non-static method plxDate::microtime() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 56

Deprecated: Non-static method plxUtils::getGets() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 57

Deprecated: Non-static method plxUtils::mobileDetect() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 65

Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.feed.php:490) in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.utils.php on line 558

Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.feed.php:490) in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.utils.php on line 559

Deprecated: Non-static method plxDate::dateToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 473

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Deprecated: Non-static method plxDate::timestampToIso() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.motor.php on line 551

Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.feed.php:490) in /var/www/sda/4/3/manuchap/pluxml/index.php on line 54
<br /> <b>Deprecated</b>: Non-static method plxUtils::strCheck() should not be called statically, assuming $this from incompatible context in <b>/var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php</b> on line <b>135</b><br /> Ajouter des boutons à l'éditeur visuel de Wordpress - Blog Notes


Deprecated: Non-static method plxUtils::strCheck() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 390
Ajouter des boutons à l'éditeur visuel de Wordpress

Classé dans :
Deprecated: Non-static method plxUtils::strCheck() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 467
Web | 7 commentaire(s)


Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 421

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
18
05 | 11

Fonctionne avec Wordpress 3 sans plugin et sans quitter le backend.

Vous aussi vous trouvez que Wordpress est génial? Si seulement on pouvait ajouter quelques boutons à l'éditeur visuel sans installer de plugin ça serait grand bonheur. Non seulement c'est possible mais en plus c'est super facile. Comment? Comme ça:


Connectez vous à l'admin de wordpress et allez sur la page

apparence -> éditeur

et ouvrez le fichier:

functions.php

Puis ajoutez

function add_more_buttons($buttons) {
  $buttons[] = 'hr';
  $buttons[] = 'del';
  $buttons[] = 'sub';
  $buttons[] = 'sup';
  $buttons[] = 'fontselect';
  $buttons[] = 'fontsizeselect';
  $buttons[] = 'cleanup';
  $buttons[] = 'styleselect';
  return $buttons;
}
add_filter("mce_buttons_3", "add_more_buttons");
?>

à la fin du fichier (avant la balise de fermeture php ?>.


Et voilà!



Partager cette page :

Identi.ca Twitter Digg Stumble Delicious Technorati Facebook


Commentaires

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
01 novembre 2012 Annick à dit :

Je viens de faire ce que vous suggérer dans le thème Mantra et cela rend l'interface illisible !!
Dommage, ça me plaisait bien

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
03 avril 2013 santa à dit :

nice blog.

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
01 juin 2013 Pouya à dit :

Very nice! :D

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
04 juin 2013 Trampoline à dit :

j'ai tenté de mettre ça en place sur un blog et idem : ça a rendu l'interface illisible :/

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
10 juin 2013 Collier pour chien à dit :

Ah c'est étrange votre problème d'interface illisible : cela marche très bien chez moi ! :)

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
14 juin 2013 www.convertic.fr à dit :

Idem chez moi, aucun problème avec l'interface. bizarre cette histoire

Avatar Gravatar

Le
Deprecated: Non-static method plxDate::dateIsoToHum() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.show.php on line 725

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 109

Deprecated: Non-static method plxDate::getCalendar() should not be called statically, assuming $this from incompatible context in /var/www/sda/4/3/manuchap/pluxml/core/lib/class.plx.date.php on line 110
28 juin 2013 Sylvie à dit :

Je viens d'essayer ça marche super bien!!! Je ne suis pas douée mais j'y suis arrivée du premier coup.
Encore merci pour cette astuce.
Bonne continuation

Avatar Gravatar

Fil des commentaires de cet article

Ecrire un commentaire



Quelle est la première lettre du mot bxryr ? :