Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

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

12:49:28 on 03/28/07 by Admun - Category: My Work - tags: - print

Comments

wesley wrote:

Hello,

I saw you are using your plugin NP_technorati and NP_Fancierurl2 on your blog together. How can you do this ?

06/19/07 09:07:28

Admun wrote:

I have it set up with fancyURL, and it should work the same way for furl2... i am still testing them through. wink

The trick is to add this to .htaccess

<FilesMatch "^tags$">
ForceType application/x-httpd-php
</FilesMatch>

I document how to do that on the wiki... please check and ask in the forum if you run into problem

06/19/07 11:16:03

Maurice (TheCaymanHost) wrote:

It works fine for me without any changes to .htaccess FancierURL2 and the latest version of TechnoratiTags 0.9.5

I did have a strange problem crop up today though - suddenly, if I tried entering more than one tag, I started getting the infamous error:-

"Not Acceptable An appropriate representation of the requested resource /admin/index.php could not be found on this server"

This is an Apache server issue and I don't know why the plugin suddenly triggered it, but when I added the following to .htaccess all seems well again.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Just thought I'd post this for information in case anyone else runs into the same problem.

09/09/07 02:53:24

Rico wrote:

Admun, I tried to install this to replace the last one... but the tagcloud all showed the same size, regardless of how many times the tag is used. the more the tag is used, the bigger it is shown in the cloud, right? tried to uninstall and reinstall, still the same. any thoughts? thanks!

01/27/08 03:24:04

Admun wrote:

Did you change the CSS setting? I think the name of it has changed

Please see http://wakka.xiffy.nl/techn...

01/27/08 06:57:28

Rico wrote:

Weird. I made sure of the CSS, even used what's in your tagcloud. Now it works on IE, but not in Firefox... Compatibility?

used:
/* for NP_TechnoratiTags */
.tinyT { font-size:10px;}
.smallT { font-size:20px;}
.mediumT { font-size:30px;}
.largeT { font-size:34px; font-weight: bold;}

03/30/08 08:58:40

Admun wrote:

Hum, I am running ff2 on Linux and it works.... what version you are using?

03/30/08 09:35:22

Rico wrote:

Hmm... Firefox 2 on Win XP/Vista... I don't know why it works w/ IE 6/7 but not on Firefox..

04/03/08 01:36:57

Admun wrote:

You have any add-on that might change content?

04/03/08 07:37:10

Rico wrote:

You mean add-on on the website or FF? I don't think I have any such add-on on FF, plus I already tried on different computers w/ FF, same thing. On the website, I don't think I have anything to stop the CSS from rendering. I mean the my site uses Leaf Skin CSS, they (seem to) all work w/ FF except the one for NP_TechnoratiTags... I really prefer to work on FF than IE that's why I'm so bothered it doesn't render properly on FF (from my site). I'm thinking I might have something on my site but then I can't really break it down to what it is. I'm sorry I'm bitching you about it but I really can't find any solution to this. redface

04/08/08 08:12:54

Admun wrote:

I mean add-on on FF. I am just not familar w/ IE, so I do not knwn much. On the other hand, I tried access my blog at work using IE. The CSS works for me..... did you view my blog under IE? http://edmondhui.homeip.net...

04/08/08 09:24:02

Rico wrote:

Yes, I viewed your blog on IE, and it works ok. Seems I'd have to work more on FF-friendly CSS... You can try my site http://myglassonion.awardsp... if you'd like to compare how it looks on IE and FF.

04/09/08 03:07:30

Add Comments