Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

NP_TechnoratiTags v0.9.6

A new version is out:
- optimize auto complete init
- change list of tag by date decrement
- fix tag cloud display of draft on search and cloud
- fix add/delete post incorrect URL
- fix top tags striping bug (thx Rico)
- support for multi-blog setup

click here to download

14:47:24 on 03/20/09 by Admun - Category: My Work - tags: , , , , - print

Comments

shunt wrote:

Hi admun,

Great plugin. Thanks.
I have it working fine except that I get the following warning at the top of the Admin area:

Warning: Wrong parameter count for array_slice() in /../../../../nucleus/plugins/NP_TechnoratiTags.php on line 828

And in the bookmarklet both the above Warning and the following warning appear:

Warning: Wrong parameter count for array_slice() in /../../../../nucleus/plugins/NP_TechnoratiTags.php on line 828

I'm using Nucleus v3.41 and NP_TechnoratiTags.php v0.9.6.

Any ideas on how to resolve this?
Thanks

04/07/09 17:11:09

Admun wrote:

Thanks for the report. I will look into it.

04/07/09 19:24:21

Matthew Rowles wrote:

Hi Admun

I have a problem with NP_TechnoratiTags wherein if I click on a tag, it sends me to the correct URL (domain.tld/tags/tagname) but the content of the page is the same as the index page.

I've given the particulars of what I've done on my blog:
http://matthew.rowles.id.au...

Do you have any suggestions?

02/09/10 19:33:48

Matthew wrote:

Yeah! Got it.

Your htaccess regex for index.php helped me out.

My htaccess is now:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^((item|blog|member|archives|archive|category).*)$ index.php?virtualpath=$1 [L,QSA]
RewriteRule ^((tags).*)$ tags.php?virtualpath=$1 [L,QSA]
#RewriteRule ^(.*)$ index.php?virtualpath=$1 [L]
</IfModule>
#<FilesMatch "^tags$">
# ForceType application/x-httpd-php
#</FilesMatch>

I think the fact that I'm using NP_FancierURL2 is what was making it not work.

I'll write it up for the wiki (hopefully) tonight...

02/11/10 00:43:57

Nero megaupload wrote:

Yeah i had the same problem and i think NP_FancierURL2 was the problem.

02/28/10 21:37:19

iacopo wrote:

after plugin upload in the right folder, I dont see in "manage plugin" to install.
Why ?

11/13/10 11:58:47

Admun wrote:

You need to install the plugin via plugin management menu in the admin panel (@left side bar)

11/26/10 17:14:56

Add Comments