I downloaded the Tag Tray plugin from the distribution directory and
got an error when I tried to install it. I checked the code and the
info() function is missing from the beginning of the class. Added that
and it worked fine, so someone just needs to update the file. Here's
what I added:
function info()
{
return array(
'name' => 'Tag Tray',
'version' => '1.0',
'url' => 'http://habariproject.org/',
'author' => 'Habari Community',
'authorurl' => 'http://habariproject.org/',
'license' => 'Apache License 2.0',
'description' => 'Displays a tray of tags on the
publish page to
click on and add to the edited post.'
);
}
(Tried to submit a ticket on the Trac system, but my submission kept
getting rejected as spam even after I registered for an account.)
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---