Linux 软件免费装

Plugin Name

开发者 jimisaacs
更新时间 2010年3月18日 12:31
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 3.0-alpha

标签

manager widgets view management patterns mvc model controller

下载

详情介绍:

In addition to adding numerous extremely useful widgets for developers and users alike, this plugin is a system written on a PHP 5 object oriented structure. In short, it is built for modification and extension. It wraps the WordPress Widget API to allow for an alternative, and in my opinion more robust method to hook into and use it. Widgets are WordPress's version of user interface modules. They already support an administrative and client-side view. This system simply leverages that with a higher potential in mind. This plugin started as a collection of widgets that I developed over time and used in numerous projects. I eventually merged them into one conglomerate which is now known as the 'Extensible Widgets' plugin. Currently I do not have extensive documentation on the plugin functionality and code-base yet. A Quick summary is that this plugin in its current state is a PHP widget class manager, as well as a collection of useful widget classes that build on each other for extended functionality. When the plugin is first activated, the widget classes included are not registered automatically, and will not appear within your WordPress widgets administration page. To activate your desired widgets you must go to the 'Extensible Widgets' Registration page. From there you can read a short description before registering anything. This plugin also comes with an Export and Import page. You will notice this functionality is very useful in backing up your current data of all your widgets and 'Extensible Widgets' settings. I felt this was a major necessity since while using 'Extensible Widgets' these little pieces of data suddenly turn into major aspects in the whole of your website. I needed to give an acceptable method of retrieving, backing up, and restoring that data if something bad happens. A quick summary of the most useful of the widgets included:

安装:

  1. Upload the extensible-widgets directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the 'Extensible Widgets' administration page to configure settings and to register desired widgets

升级注意事项:

0.7.4 This version has the most bug fixes since the first beta, I strongly encourage all users to upgrade.

常见问题:

Why PHP 5?

This is what the codebase is written for, it is not going to change. Sorry, welcome to the future.

What exactly is an extensible widget'?

It is a PHP widget class built within the parameters of the 'Extensible Widgets' framework for widgets. Any extensible widget can be extended, but retain the functionality of all the parent classes that it may extend. 'Extensible Widgets' also provides administration to allow for users to control this functionality within the UI of that widget.

What is widget registration?

The term 'registered widget' is not necessarily what is added to your widgetized areas. Instead this is like the blue-print for those instances. When you register a widget, what you are doing is allowing for instances of that widget to be created and added to your areas from that registered blue-print. Beware! When you unregister a widget, all instances that were added across all widgetized areas automatically disappear. You can get them back, but I don't suggest unregistering something unless you are really sure you want to.

Do the widgets depend on each other, do I need to activate one with another?

Yes, and no. They do depend on each other, but this is on the PHP side of things, and in no way important to the registration of the widgets in the administration pages. Basically you can register the 'Widget Group' widget, without having to register the 'Widget Base' widget, or any other of it's PHP dependencies.

Is 'Extensible Widgets' right for me?

Honestly this is a pretty advanced plugin that I would say is mostly for developers. Though I am trying to make it easier for developers to control the capabilities of the widget included with 'Extensible Widgets' to make it less developer centric on a per user basis (role/capability level).

Is 'Extensible Widgets' right for my site?

Numerous times I need a way to put the same content in different places around my site. This content is usually represented as posts, pages, or basically anything. I developed this plugin as the answer to this problem, using the already built WordPress Widgets framework. Widgets made sense to use because of their very nature. If you are looking to answer a lot of these same problems I was having, then this plugin will serve you well.

What about the data?

Once you start using this plugin, you will notice that widgets will become a major part in the whole of your website. Because of this fact, I included Import/Export functionality for the settings of 'Extensible Widgets', and all of your widget data from WordPress itself.

更新日志:

0.9.4 0.9.3 0.9.2.3 0.9.2.2 0.9.2.1 0.9.2 0.9.1 0.9 0.8.1 0.8 0.7.4 0.7.3 0.7.2 0.7.1 0.7