Forum OpenACS Development: Re: A small question about xowiki

Collapse
Posted by Claudio Pasolini on
I'm preparing a demo at the temporary url http://www.oasisoftware.com:8004/ that you can visit as user: mailto:guest@abcd.com and password: guest

From there when you view an object, i.e. a news, a faq, a xowiki page, a forum, you get an includelet that enables you to tag, rate, categorize the object.

I have taken the idea and most of the code from the cop-base and cop-ui packages.

If you enter the community 'Sistema organizzativo' you can also view an example of the tags presented as a tag cloud.

Collapse
Posted by Gustaf Neumann on
I have committed the change the added adp property to cvs head, maybe someone else finds this useful.

The tag-cloud looks nice, but there seems to be in this installation a problem with pagination:
http://www.oasisoftware.com:8004/tags/tagged-items?tag=Xowiki&object_type=%3a%3axowiki%3a%3aPage&return_url=%2fdotlrn%2fclubs%2facme%2fone-community%3fpage_num%3d0

-gustaf neumann

Collapse
Posted by Claudio Pasolini on
Thank you for the commit and for pointing out the pagination error.

It occurs only when you filter the documents with ::xowiki::Page. Apparently the double colons disturb the pagination procs.

Being in a hurry I corrected my local version replacing the :: with __ in my query and now it works, but I think that the problem lies in the paginator.