Llevo bastante tiempo usando una versión modificada por mí del fantástico pluginsUsedPlugin. La verdad es que el plugin está currado, te permite mostrar una lista de los plugins que estás usando, pero las maneras de crear la lista no me gustaban demasiado, así que creé una nueva que se pudiese poner en una página y se viese bonita a la vista.
Instalación
Simplemente coloca el archivo e-pluginsUsedPlugin.php en el directorio de plugins de tu instalación de WordPress [normalmente wp-content/plugins/]. ¡Actívalo y comienza a usarlo!
Modo de uso
Antes que nada, aconsejo usar el genial Exec-PHP para poder ejecutar las funciones del plugin en cualquier post o [preferiblemente] página de WordPress que escribas.
El plugin tiene 3 funciones distintas para general la lista:
- displayPluginsAsTable()
- displayPluginsAsList()
- displayPluginsAsPage() <– nuevo añadido
Una vez tengas funcionando el Exec-PHP, simplemente añade la función que quieras dentro del post o página donde quieras mostrar la lista, por ejemplo:
<?php displayPluginsAsPage(); ?>
Para que funcione correctamente, no puedes añadir este código en el apartado Visual del editor WYSIWYG del WordPress, lo tienes que añadir en el apartado Code.
Para ver un ejemplo de la nueva función añadida puedes mirar mi página de plugins. ¿A que se ve bien? ^_^
Lista de cambios
0.1.11e – Versión inicial, para continuar con la numeración del plugin original.
Nota:
No sé ni PHP ni Javascript ni nada de nada, simplemente he añadido un par de líneas y he cambiado otras simplemente observando y luego usando el método de ensayo-error ;).
Descarga
Descarca Enhanced pluginsUsedPlugin aquí.
English
It’s been a long time since I’ve been using a modified-by-me version of fantastic pluginsUsedPlugin. Default plugin it’s fine, you can display a list of the plugins you are using, but the options for the listing are a little ugly, so I decided to create a new good looking way to display it into a static page.
Installation
Simply drop e-pluginsUsedPlugin.php into plugins directory of your WordPress installation [usually wp-content/plugins/]. Activate it and start using it!
How to use
First things first, I recommend to use famous Exec-PHP to execute PHP functions inside any WordPress post or page you’ll write.
Plugin has 3 different functions to generate listings:
- displayPluginsAsTable()
- displayPluginsAsList()
- displayPluginsAsPage() <– newly added
Once you have Exec-PHP running, simply add the function you want inside the post or page where you want to show your list, for example:
<?php displayPluginsAsPage(); ?>
You cannot add this code inside the WYSIWYG Visual tab, you have to add it inside Code tab instead.
You can see an example of the newly added function in my plugins page. Looks good, huh? ^_^
Changelog
0.1.11e – Initial version, to continue with version number of original plugin.
PS:
I don’t know PHP nor Javascript, I have simply added a pair of lines of code and changed others by observation and later testing for errors ;).
Download
Any idea why part of the list shows up correctly and part does not?
http://flametoad.com/wp-plugins-used/
Are you using Exec-PHP? I have looked into your page source and it seems that the first part of the list is between < code> tags. That’s why you don’t have your list correctly displayed. Try to edit the post avoiding the WYSIWYG editor.
It’s a mystery. I turned off the WYSIWYG editor altogether, I post
, and PHP-EXE tells me it’s malformed. I allow PHP-EXE to fix it for me, and I get what you saw on my page.
Just saying thank you. Works like a charm.
This is a great plugin! THANKS!!! 🙂
My host (Bluehost) is rapidly switching all their servers to PHP 5 and eliminating support for PHP 4 entirely without notification. Luckily I haven’t been switched yet.
Is your plugin compatible with PHP 5? I’m just trying to eliminate any problems before the switch.
Great plugin BTW.
I’m with PHP5 and there is no problem as you can see 😉
Great plugin. Thanks a lot.
Gracias por el plugin 🙂