Plugin Directory

Changeset 202660


Ignore:
Timestamp:
02/06/2010 07:14:43 PM (16 years ago)
Author:
jimisaacs
Message:

Caught a few more readme.txt grammatical errors. Trying to get things done too fast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensible-widgets/trunk/readme.txt

    r202482 r202660  
    2121This 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.
    2222
     23A quick summary of the most useful of the widgets included:
     24
     25* Widget Group: Use this widget to create a new widget group, as a widget? Yes... this is where it gets interesting.
     26* Query Posts: A Widget than can create and use a sub-query or use the current global query and output the results in a view template.
     27* Context: More basic options that would be good for any widget, but this widget is specifically used for controlling where widgets appear.
     28
    2329== Installation ==
    2430
     
    3339This is what the codebase is written for, it is not going to change. Sorry, welcome to the future.
    3440
    35 = What exactly is an E'xtensible Widget'? =
     41= What exactly is an extensible widget'? =
    3642
    3743It 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.
     
    3945= What is widget registration? =
    4046
    41 A registered widget is not necessary what is added to a widgetized area. 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.
     47The 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.
    4248
    4349= Do the widgets depend on each other, do I need to activate one with another? =
    4450
    45 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.
     51Yes, 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.
    4652
    4753= Is 'Extensible Widgets' right for me? =
Note: See TracChangeset for help on using the changeset viewer.