cotonti.com : NEW Comments System https://www.cotonti.com Son konu mesajları Cotonti en Thu, 27 Nov 2025 20:38:11 -0000 esclkm All what you want must be only plugins]]> Cum, 08 Mayıs 2009 13:22:51 -0000 code_87 Cum, 08 Mayıs 2009 08:45:29 -0000 Sergeich Pzt, 30 Mar 2009 16:32:10 -0000 Elgan # musiconly : Sorry for offtopic, but can this be used with regular pages - so it notifies the OWNER of a page.

probably yeah, i just filter out for use with my config and to make sure the part is my plugin.]]>
Cmt, 28 Mar 2009 21:27:27 -0000
Kort I'm sure there a lots more! Your thoughts?Built-in "Comments for Guests" CAPTCHA-protected feature]]> Cmt, 28 Mar 2009 20:03:49 -0000 musiconly # Elgan : which pms the owner when they geta comment and then you can "subscribe" to that item, with an option for when either the auther or anyone repliesm, get a pm, or email.

Sorry for offtopic, but can this be used with regular pages - so it notifies the OWNER of a page.]]>
Cmt, 28 Mar 2009 19:27:41 -0000
Elgan
as the plugin will be used by so many is it really needed to become a plugin? just imrpove the abilities of the comments. I agree it should be exactly like forum post. Its going to be that bit slowly as a plugin. how many core hooks for comments are there? really? just improve it to be like the forum post which isnt a plugin and its sorted.


I have a plugin that uses comments, I have writtena subscribe section into the plugin too, which pms the owner when they geta comment and then you can "subscribe" to that item, with an option for when either the auther or anyone repliesm, get a pm, or email. All this will be broken if i lose the hooks it uses. Last time i rewrote the whole comment section for myself to be identical to the forum post section with a few tid bits.

What do we really gain from not just improving it?
what do we lose ?]]>
Cmt, 28 Mar 2009 07:38:26 -0000
Ronni I think it's a good idea to move it from core to plugin!]]> Cmt, 28 Mar 2009 06:22:38 -0000 Kilandor Cum, 27 Mar 2009 06:51:29 -0000 Ronni Cum, 27 Mar 2009 05:33:42 -0000 Trustmaster
SELECT COUNT(*) FROM sed_comments WHERE com_author = {$usr['id']}
]]>
Cum, 22 Ağu 2008 06:10:02 -0000
Lombi Per, 21 Ağu 2008 21:02:40 -0000 Trustmaster
The only problematic thing is putting user's comment count into database. Basically it would require adding one more field to sed_users, which is somewhat rude for an "optional plugin". But seems like 90% of sites would like to have this plugin enabled.]]>
Per, 21 Ağu 2008 04:21:43 -0000
Lombi
First of all some improvements to the existing code, if code is kept:

FOR SKINNERS
- make it templateable (only username is given to the xTemplate, should have at least the amount of tags that exist in the forum.posts code. My vote is that a forum post and a page post should not be/look different.

- make it count somewhere (again if you have pagecount plugins for whatever reasons (people downloading stuff, access to new categories, whatever) you could give your users actual reason to comment, but maybe to just have a bigger number in the "comments count")

- gravatar support (or even integration with cotonti avatars??) - more gravatar ideas in the next section

FOR DEVELOPERS
- AJAX EDIT COMMENTS: http://www.raproject.com/wordpress/wp-ajax-edit-comments/ (would make things so much easier)

- http://www.justinshattuck.com/comment-relish/ (omg i would merry people for this functionality, perhaps even cron-ed to a 3 month period on when it would mail the user if he didnt register yet that THANK YOU AGAIN AND COME VISIT THE SITE AGAIN...)

- Post Comments Via AJAX -> http://wordpress.org/extend/plugins/moojax-comment-posting/ (mootools, sorry Vlad)

- even better avatar support for guests -> http://kamajole.dk/plugins/mbla/ (combining mybloglog and gravatar)

- even better seditio/cotonti integration -> if registered user's email contains a gravatar and he didnt upload one, get it and apply it to his account. This could even be done on registration.add.done!

FOR PEOPLE THAT ADMIRE THE WAY DRUPAL/WORDPRESS WORKS
- threaded comments (while i'm aware that it's a 50/50 thing it's a clear way to see what replies go where, but in any case, this is the CODE -> http://meidell.dk/archives/2006/12/19/brians-threaded-comments-159/)

- subscribing to comments (http://www.theblog.ca/?p=21 what a great idea)

- Publish The Commenter's Latest Headline (a way to say thank you for commenting -> http://www.fiddyp.co.uk/commentluv-wordpress-plugin/)

- list recent comments (http://freepressblog.org/wordpress-plugins-2/wordpress-recent-comments-plugin-widget/)

I'm sure there a lots more! Your thoughts?]]>
Per, 21 Ağu 2008 01:26:16 -0000