Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

Search

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!)

17:37:32 on 02/21/07 by Admun - My Work - tags: - #

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);

16:58:13 on 02/21/07 by Admun - Developer Notes - tags: - #
<=   February 2007   =>
SunMonTueWedThuFriSat
    123
45678910
11121314151617
18192021222324
25262728