NP_ShowDraft v0.9
NP_Twitter v0.6
NP_TrackBack v2.1.1
New version with <%TrackBack(latest)%> (thanks faceh for the code) and include multi-blog patch from fishy (thanks).
click here to download
click here to download
NP_AutoExtended v1.0
This is the latest (and hopefully the final) release:
- only split if extended text are empty
- add split by paragraph mode
- per blog autoextended enable/disable option
- option (override in add/edit) for split mode
- add pagebreak tag <pagebreak> mode
click here to download
- only split if extended text are empty
- add split by paragraph mode
- per blog autoextended enable/disable option
- option (override in add/edit) for split mode
- add pagebreak tag <pagebreak> mode
click here to download
NP_CommentControl v0.70
New function added:
- fix incorrect warning after comment pended in FURL2 mode
- language file
- add notification email
click here to download
- fix incorrect warning after comment pended in FURL2 mode
- language file
- add notification email
click here to download
NP_IP2Country v0.3
NP_Twitter v0.5
NP_IP2Country v0.2
NP_Views v1.9
This version changed the admin menu to display item title.
Click here to download
User can upgrade by simple overwrite the code.
Click here to download
User can upgrade by simple overwrite the code.
NP_Smiley 1.0
This is the new version, support user-defined smiley theme pack.
Click here to download
Here's some smiley set I packaged:
BillConan from NP_VividComments
Click here to download
Here's some smiley set I packaged:
BillConan from NP_VividComments
NP_DlCounter v1.0
A new release is released:
- show file size
- add admin menu
- auto file path detection
Click here to download
- show file size
- add admin menu
- auto file path detection
Click here to download
NP_Blogroll v0.40
A new version is now available, new feature:
- htmlspecialchars_decode PHP4 support
- add search function
- add related tag function in tagcloud
click here to download
- htmlspecialchars_decode PHP4 support
- add search function
- add related tag function in tagcloud
click here to download
NP_CommentControl v0.6
NP_Twitter v0.4
NP_Twitter v0.3
A new version:
- added icon formatting override
- fixed draft post tweet (which should not)
- changed page=xx to tpage=
- fix timezone bug
- tweetlet
click here to download
- added icon formatting override
- fixed draft post tweet (which should not)
- changed page=xx to tpage=
- fix timezone bug
- tweetlet
click here to download
NP_BotTracking v0.5
NP_Blogroll v0.39
NP_TrackBack v2.10
NP_Twitter v0.2
v0.2 is out:
- improve update encoding
- rename %%TWITTERD%% to %%TDATE%%
- fix option label
- twitthis support
- fix GMT timestamp bug
- tweet on new post
click here to download
- improve update encoding
- rename %%TWITTERD%% to %%TDATE%%
- fix option label
- twitthis support
- fix GMT timestamp bug
- tweet on new post
click here to download
NP_Twitter v0.1
htmlspecialchars & htmlspecialchars_decode
To properly handle inputs, i.e. all those ", `, and '. Be sure to use htmlspecialchars to convert them before writing to the table. Then use htmlspecialchars_decode to decode it before display. This also work with UTF-8, but not some of the encoding. So, special handling is need to detected them and handle.
How simple an idea... and how come I never pay attention?
How simple an idea... and how come I never pay attention?
NP_Blogroll v0.38
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
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
- 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
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
- 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
NP_TechnoratiTags v0.9.2
This version fix a few bugs:
- skip tag update to del.icio.us if there is no user/password set
- fix tag cloud to ensure it displays according to PlusSwitch option
- rename templete var dcloud switch to dtag
click here to download
- skip tag update to del.icio.us if there is no user/password set
- fix tag cloud to ensure it displays according to PlusSwitch option
- rename templete var dcloud switch to dtag
click here to download
Wordpress convertor v1.2
This new version add Nucleus table name prefix detection, so import is more rebust.
Import steps:
1 - install Nucleus
2 - download the import tools (see below)
3 - unzip the tools and upload the convert/ under nucleus/
3 - run the script wordpress.php, follow the step to fill in wp and nucleus database info.
4 - run it
5 - done!
click here to download
Import steps:
1 - install Nucleus
2 - download the import tools (see below)
3 - unzip the tools and upload the convert/ under nucleus/
3 - run the script wordpress.php, follow the step to fill in wp and nucleus database info.
4 - run it
5 - done!
click here to download
NP_TechnoratiTags v0.9.1
This version fixed the bug when inserting tags at the end of the post. Also there is an option to choice tags type to inserted.
click here to download
click here to download
NP_TechnoratiTags v0.9.0
New major release:
- allow per blog tag cloud - current, all, by blogid
- show tag count
- option for tag search title
- outbound tag support to del.icio.us; 1) add dcloud skin/templete control to point to del.icio.us instead of Technorati 2) tag a post to del.icio.us (each user need to provide login/password)
click here to download
p.s. del.icio.us support is using code from http://www.ejeliot.com/pages/php-delicious (Thanks, Ed!)
- allow per blog tag cloud - current, all, by blogid
- show tag count
- option for tag search title
- outbound tag support to del.icio.us; 1) add dcloud skin/templete control to point to del.icio.us instead of Technorati 2) tag a post to del.icio.us (each user need to provide login/password)
click here to download
p.s. del.icio.us support is using code from http://www.ejeliot.com/pages/php-delicious (Thanks, Ed!)
To Make createItemLink() Work....
Just saw some code from NP_Trackback that need to make createItemLink() to work... I ran into some problem in the past that have to resolve into manually construct the item link. In fact, what need to do is to set $CONF['ItemURL'] using the following code:
global $manager, $CONF; // need to reset the ItemURL so createItemLink work properly $blog =& $manager->getBlog(getBlogIDFromItemID($itemid)); $CONF['ItemURL'] = preg_replace('/\/$/', '', $blog->getURL()); // then createItemLink() will work! $url = createItemLink($itemid);