dokufreaks / plugin-cloud

GNU General Public License v2.0
19 stars 13 forks source link

No tags shown when tagcloud points to a namespace #85

Open rebeka-catalina opened 1 year ago

rebeka-catalina commented 1 year ago

Since the upgrade to Igor tagcloud doesn't return results when pointed to specific namespace. The number parameter still works, but when a naspace is added, nothing shows up at all. I have this behavior in multiple Dokwuki installations.

I would be so happy if someone could fix this.

Klap-in commented 10 months ago

This works for me.

tagcloud with defaults
~~TAGCLOUD~~

tagcloud of 10 words
~~TAGCLOUD:10~~

tagcloud of 10 words and namespace option

~~TAGCLOUD:10>testns~~
~~TAGCLOUD>testns~~

Also the tag plugin is up to date?

rebeka-catalina commented 10 months ago

Hi, thanks for the answer :-)

Also the tag plugin is up to date?

Yes, I used to update the installed plugins quite regularly.

I'm currently on vacation - I'll write a more detailed answer next week, when I'm back.

rebeka-catalina commented 6 months ago

Hi,

sorry for the very long delay!

I found out, what the problem was: layer 8.

Luckily I've still got data in an old and unused namespace for historical reasons and there is a page where the taglcoud plugin "still" works as expected.

What I did wrong in the other namespace:

I used a path with leading colon to mark the root namespace and a trailing colon, to mark the last namespace.

Not working:

:user:username1:tech:

None of these is allowed to use with the tag plugin.

Working:

user:username1:tech

I don't know if this issue should be closed now, or if it should kept open to make changes on the plugin to make it work with leading and/or trailing colons?

In any case: I wish you a happy new year :-)

Greetings.