Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

Search

How to lose a user in less than 10 days...

Let this serve as a reminder how to treat your users right, at work and while working on Nucleus. cool

Powered by BLOG:CMS? No Way

17:37:20 on 09/28/05 by Admun - General - tags: none - #

NP_Smiley v0.6

This new release fixed the get_file_contents problem for older PHP.

click here to download

11:01:21 on 09/22/05 by Admun - My Work - tags: none - #

NP_MostViewed v2.2

A new version that based on TeRanEX's rewrite, with output template.

click here to download

18:16:09 on 09/21/05 by Admun - My Work - tags: none - #

NP_Smiley v0.5

This new release added emoticons panel.

click here to download

17:21:00 on 09/21/05 by Admun - My Work - tags: none - #

NP_Views v1.6

This new release built from v1.5 from gRegor and added a plugin admin menu to list and reset counts, as well as delete view counts entries on item deletion.

click here to download

14:14:25 on 09/21/05 by Admun - My Work - tags: none - #

NP_CommentControl v0.40

This new release add backward compatibile seperate email field support from Red Dalek and others.

click here to download

cheers,

17:06:23 on 09/20/05 by Admun - My Work - tags: none - #

PreItem my Item (also known as PreComment your comment)

I've been working on many plugins recently to add support to call other plugins to do pre-processing work. In many plugins that deal with items and comments, the output often not display properly with other plugin's skinvar display in raw code (ie <%Image(file.jpg|1024|768|320|240|test image)%> for NP_PopupImageNetPBM).

I think the best way to fix such a problem is to trigger PreItem (for item) and PreComment (for comment) events before proceeding with the output. The event calls all plugins registered to the event to process the data so all plugin skinvars are render properly.

For comment pre-processing, this can be done by:

$manager->notify('PreComment', array('comment' => &$comment));

For item pre-processing, calls:

$manager->notify('PreItem', array('blog' => &$blog, 
'item' => &$item));

Assumption is "global $manager, $blog;" is done earlier in the code.

Note that plugin developer should format and make sure $comment and $item are in the same format as the core pass it to notify().

17:56:29 on 09/15/05 by Admun - Developer Notes - tags: none - #

NP_LatestComments v1.6

This new release add emotions support via NP_Smiley support

click here to download

17:27:00 on 09/15/05 by Admun - My Work - tags: none - #

NP_MailToAFriend v1.2

I added some new feature to this plugin.

- better item rendering in email that works w/ other plugins (ie NP_Smiley, NP_PopupImageNetPBM)
- remove CSS from email and preview
- email and title template

NP_MailToAFriend v1.2

Please try it and report whether this new version break something or helps those who were struck in the past. cool

15:59:33 on 09/15/05 by Admun - My Work - tags: none - #

NP_MailToAFriend v1.0

A updated version that should fixed problem for those unable to get this plugin to work.

NP_MailToAFriend v1.0

Please try it and report whether this new version break something or helps those who were struck in the past. cool

22:31:09 on 09/13/05 by Admun - My Work - tags: none - #

NP_MiniForum v0.5.2 (beta)

After much coding, I'm able to make the remote script works much better. Now, I don't even need the jpg file as a hook.

Install instruction:
- replace NP_MiniForum.php (remove the jpg file in miniforum/trigger.jpg if you update from 0.5.1)
- insert <%MiniForum(script,[forumname])%> after <body> in your skin ie <%MiniForum(script,default)%>

NP_MiniForum v0.5.2 (beta)

23:05:46 on 09/11/05 by Admun - General - tags: none - #

NP_PingPong v0.5

Here's a new version that support pinging when publishing a draft. This version requires Nucleus 3.22 and later.

NP_PingPong v0.5


note: Last pre-3.22 version can be found @ here

11:46:04 on 09/11/05 by Admun - My Work - tags: none - #
<=   September 2005   =>
SunMonTueWedThuFriSat
    123
45678910
11121314151617
18192021222324
252627282930