cotonti.com : How to fix User Wall (possible bug in Cotonti)? https://www.cotonti.com Son konu mesajları Cotonti en Tue, 14 Oct 2025 08:10:39 -0000 tensh
http://www.cotonti.com/forums.php?m=posts&q=2505

I request the thread to be closed.]]>
Paz, 31 Oca 2010 04:07:45 -0000
Kort Userwall discussion thread. Why not reporting bugs there?
Request topic removal]]>
Paz, 31 Oca 2010 01:42:34 -0000
tensh
I stumbled upon a strange bug, probably in Cotonti, when exploring the plugin User's Walls:
http://www.cotonti.com/downloads/plugins/users-communites/73

I checked both versions.
The bug occurs only when being an admin (so most probably when having admin rights for comments part). Instead of writing a comment or rating with a proper, plugin-defined code uYYY, it adds both rating and comment to the last added page (writes a comment with comment code pXXX, not with the plugin-defined code uYYY). It does so even though the comment code seems to be OK (checked with COMMENT_CODE tag, which displays the correct code in user details).

And for rating, the sed_build_ratings() function doesn't output the javascript at all.

I'm clueless as how to solve it. It means that nobody from users can post on my wall and also I can't post on my wall.

------

Also, one more thing, but for FAQ plugin: it displays the following warning when editing rights for a group:

Warning: Missing argument 4 for sed_rights_parseline(), called in /home/xxx/plugins/faq/faq.admin.rights.end.php on line 43 and defined in /home/xxx/system/core/admin/admin.rights.inc.php on line 143

For the above, it is:

	$adminmain .= sed_rights_parseline($row, $title, $link);
And probably should be:
	$adminmain .= sed_rights_parseline($row, $title, $link, $name);
]]>
Paz, 31 Oca 2010 01:26:08 -0000