Checking and Calling a Plugin
While looking at action.php code, I found this useful information how to check whether a plugin exist and to access it.
To Take action(.php)
This is what happens when an action request is made to Nucleus.
Note, karma function will be implemented as plugin in the future release.
Note, karma function will be implemented as plugin in the future release.
Been There, Done That
NP_PopupImageNetPBM v0.8
Benchmarking Nucleus
Here's a cookbook how to setup a simple benchmarking on your blog.
NP_Smiley v0.2
Here's the zip file for NP_Smiley v0.2. It included the icon files from phpbb. Please try it out and give feedback.
NP_Smiley v0.2
NP_Smiley v0.2
In the Beginning, there is index.php...
When Nucleus receives a request, here's what it went through:
7 Wonder(ing)s of FancyURL
I'm chasing after some FancyURL problem that // is appended to the parmalink in some plugins. I was confused to see some plugins need to manually append the blog URL when creating link with createItemLink(), but others is not needed.....
RSS2 feed improvement
Learnt the trick of using blogid=x in xml-rss2.php. Now, the permalink is FancyURL enabled.
[update]
Moved back to the old RSS feed.....
[/update]
[update]
Moved back to the old RSS feed.....
[/update]
Getting a Dose of Parameters
I know, this is mostly HTTP stuff, but it is improtant for a plugin writer to understand this because this is how a plugin received inputs from external. And I found this useful information here and thought to make a note to it to remind myself.
Plugins pack RC... coming
So, I have been working on and off on all the plugins I used myself and it's getting closed to be released. I hope to get a RC plugin pack posted in the next few weeks to kick start the effort to provide quality plugins to users. Others are welcome to contribute to this pack, which will be deposited to CVS, since I do not used all the plugins out there.
Cookie business
Form time to time, a plugin might have a need to access cookie. So, this little post talks about it.