Cookie business
Form time to time, a plugin might have a need to access cookie. So, this little post talks about it.
The Need for supportsFeature
Mr Data Goes to Town
So often a plugin need to track information in variables, I'm talking about data that is persistent through out the life of the plugin. This allow data to be passed from event to event, for example.
Feature List Moved to dev.n site
Feature discussion can go to: here
NUDN News Feeds Added
Follow what hcgtv did in his site, now I added news feed as well.
[update]
Now using nudn/rss skin for output.
[/update]
[update]
Now using nudn/rss skin for output.
[/update]
Now Even with Atom 0.3
Added Atom 0.3 feed.
Good stuff.
Good stuff.
NP_BROverride
Finally find some time to get this going.... really getting sick of screwed up HTML ul, ol, table and such in a post.
see here
see here
Added RSS feed
Now, one can read my NUDM site from RSS.
Having a getMinNucleusVersion
In the plugin API, there is a getMinNucleusVersion function that helps a plugin to report to Nucleus that the minimum Nucleus version it supports. This is a way to ensure a plugin is not install on a old Nucleus setup that certain support is missing. ie user defined table prefix
The Creation of permalink
I saw it sometimes when a plugin writer directly construct a permalink (also called item link) by doing this:
... ... echo "<a href=\"index.php?itemid=".$itemid."\">".$title."</a>";
... ...

