NP_TechnoratiTags v0.9.5
A new release is out:
- fix tagsearch result double http link bug
- error checking for missing blog object in doSkinVar()
- port NP_AutoComplete by anand to NP_TechnoratiTags, allow tag auto completion
click here to download
- fix tagsearch result double http link bug
- error checking for missing blog object in doSkinVar()
- port NP_AutoComplete by anand to NP_TechnoratiTags, allow tag auto completion
click here to download
NP_TechnoratiTags v0.9.4
A new release is out, not really a lot to it.
- tagcloud idle display without tag select
- ltag templateVar switch to show local tag
click here to download
- tagcloud idle display without tag select
- ltag templateVar switch to show local tag
click here to download
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
- 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
NP_SpellCheck v0.2
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
- 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
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
- 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
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!
NP_Blogroll v0.35
NP_SpellCheck v0.1
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
click here to download