Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP-PManager

Descrizione

With the wp-programmmanager plugin you are able to visualise programms, you want to share, in a TabControl. This TabControl is build by jQuery, which comes with wordpress. The plugin also keeps track how often a programm was downloaded. You can add additinal information about a programm, like a description, an installation/usage guide, a faq and information about the download. To help you, style your information the plugin uses the TinyMCE-Editor which also comes with wordpress.

It allows you to change the style of the tabcontrol, the bordercolors and backgroundcolor, on a settings page. there you can also delete the database tables, the plugin creates.

It provides Shortcode to display the outcome. To show all programms just use the following shortcode [wp-pamanager]. To show programs for a specific category use [wp-pmanager cat_id=”id”].

Screenshot

  • Output from Shortcode
  • Settingspage in the admin controlpanel
  • Editor to add the data of a programm
  • Output of the overviewpage

Installazione

  1. Upload the Folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [wp-pmanager] where you want to display your programms
  4. Ceate a folder named downloads on the root of your webspace
  5. Put the pmanager-count.php in the root folder of your wordpress installation

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WP-PManager” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.2

  • Changed the Programm to be object-oriented
  • Changed install script
  • Now you can add Categorys to the Programms
  • Added Option to show or don’t show Categorys
  • Added new Shortcode function. By placing [wp-pmanager cat_id=”id”] you can show Programms which belongs to a specific category
  • Changed style for settings page. Now it uses the WordPress Metaboxes.

1.1.1

  • Fixed Bug in Download Script
  • Fixed Bug in Overview-Page

1.1

  • Fixed several bugs
  • Using idTabs jQuery Plugin for TabControl

1.0

  • Initial realease