NP_TechnoratiTags v0.9.6
- 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
Comments
shunt wrote:
Admun wrote:
Thanks for the report. I will look into it.
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?
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...
Nero megaupload wrote:
Yeah i had the same problem and i think NP_FancierURL2 was the problem.
iacopo wrote:
after plugin upload in the right folder, I dont see in "manage plugin" to install.
Why ?
Admun wrote:
You need to install the plugin via plugin management menu in the admin panel (@left side bar)
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