Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

Search

Notify Me

Feeds

rss2
atom
subscribers to this blog

NP_Blogroll v0.37

A new release is out:
- Added tagcloud decoration
- Fixed admin tag menu functions
- Fixed utf-8 support
- Added rename/delete tag, (currently not fully working, as delete tag rename the tag to "deleted".... still finding a way to do that)
- Added replace "+" with " " plugin option
- Added show #links without tag at the end of managelinks
- Fixed no delete/rename tag after edit in managetag
- Fixed missing tag/comment when error in bookmarklet

click here to download

13:47:16 on 03/20/07 by Admun - My Work - tags: - #

NP_SpellCheck v0.2

New release fix the skinvar strip problem

click here to download

15:14:57 on 03/15/07 by Admun - My Work - tags: - #

NP_TechnoratiTags v0.9.3

A new release is out:
- fixed UTF-8 multi-bytes encoding problem wih tag search
- FancyURL support (Thanks Shi!)
- show popular tag only option

Note, new option is added, user need to uninstall/re-install.

click here to download

22:16:32 on 03/14/07 by Admun - My Work - tags: - #

NP_Blogroll v0.36

A new version is out.
- Option for tagcloudresult header
- Fixed tagcloud result list only to group specified
- Fixed getTableList() bug
- Added template options for tagcloud link display
- Added tagcloud link click count
- del.icio.us support

click here to download

22:46:06 on 03/08/07 by Admun - My Work - tags: - #

Template Filling, NucluesCMS way

Here's a snippet of code taken from NP_Blogroll to show how someone can utilize Nucleus's build-in class to do template token replacement.

Say we have a few template var <%var1%>, <%var2%>, <%var3%>.

  // The text with template vars to be processed
  $text = "I have <%var1%> to be <%var2%>, at <%var3%>";

  // Setup value for each template var
  $Vars = array (
    'var1' => "a dog",
    'var2' => " walked",
    'var3' => "home"  
                );

  // processing the text and fill in the template var
  TEMPLATE::fill($text, $Vars);

Handy!

15:59:19 on 03/08/07 by Admun - Developer Notes - tags: - #

NP_Blogroll v0.35

This is my first release for this plugin. cool

click here to download

21:26:48 on 03/06/07 by Admun - My Work - tags: - #

NP_SpellCheck v0.1

20:35:19 on 03/05/07 by Admun - My Work - tags: - #

NP_Views v1.8

A new version that enhance admin menu to preserve sorting/order when reset count on a post

click here to download

12:06:16 on 03/01/07 by Admun - My Work - tags: - #

NP_NotifyMe v0.66

A new release that fixed some bugs:
- removed ID column from INSERT, which is not needed and seem caused some problem to Window setup
- removed subscription when item deleted
- fixed FancyURL link

Click here to download

23:35:03 on 02/28/07 by Admun - My Work - tags: - #

NP_BotTracking v0.4

This is a major overhaul. Many new features are added:
- added admin menu (to show bot statistics)
- remove count in table
- improve bot scanning code (much more robust now)
- add agent name column in table
- add subscriber counter (like those in Feedburner)
- add bot display ignore list
- move list of bots to file

click here to download

21:39:16 on 02/28/07 by Admun - My Work - tags: - #
«Prev | 1 | 2 | 3 | 4 | 5 | 6 |...| 17 | 18 | 19 | Next»