Tuesday 28 September 2010 3:06:11 pm
Hello Marko,
Thank you for the suggestion. Maybe you want some documentations explaining what does one ezcomments template do in detail? If it's possible, could you tell me what kinds of customization you want to do?
This is not so advanced, but might be helpful: http://doc.ez.no/Extensions/eZ-Co...ser-guide-1.1/Template-customization
Thanks
--
Best regards
Chen
Tuesday 28 September 2010 5:06:04 pm
Here are some suggestions:
- document all the fetch functions, and all their parameters (the same way like the fetch functions are documented on eZ docs
- document the attributes of the comments items
- document the modules an their functions - which one exist, how to use them, what post variables do they accept...
Monday 04 October 2010 5:06:10 pm
How does ezcomments behave with the eZ caching mechanism?
- does it follow the SmartCache rules?
- does it clear the template block cache of cache-blocks that have the commented node in it's subtree_expiry?
- does it trigger static cahce cleanup when needed?
Monday 04 October 2010 5:36:05 pm
Hi Marko,
Currently eZ Comments uses cache-block in displaying comments. It's based on uri, role, and limitation assigned. Eveytime a new comment is put on, it will clear the cache(static cache).
- does it follow the SmartCache rules?
It should be configurable. use objectid of object that comments are on.
http://doc.ez.no/eZ-Publish/Techn...ew-caching/Smart-view-cache-cleaning
- does it clear the template block cache of cache-blocks that have the commented node in it's subtree_expiry?
This is not set up. See code in design/standard/templates/comment/view/view.tpl, override if you need.
- does it trigger static cahce cleanup when needed?
yes.
Monday 04 October 2010 6:06:10 pm
Marko,
For those undocumented fetch functions(like function in ezcomFunctionCollection), since they are not public fetch functions, it's not guaranteed that they will work well.
- document the attributes of the comments items: good suggestion, it will be done and put on news.
"document the modules an their functions". Let me find a time so that I could post a blog on it. I guess you want to know the mechanism of the add/edit/delete logic and extend them.
For any more suggestion(like what kind of advanced feature to develop), which could help me to gather ideas, please put it here.
Thanks.
Wednesday 06 October 2010 10:06:12 pm
Hello,
I've tested your extension and this reveals some language related issues. I already fixed them, and currently I'm working in improving your extension to add Pre-Moderation and Comment Reply features. I hope have it ready in three weeks.
I want to make it free and share these changes as part of a new extension version. Maybe I have my changes merged with the official code?
Thursday 07 October 2010 2:06:16 pm
Thank you for the fix, can you add issue into out issue tracker and provide the patch in the comment?
PS: this is issues related to ezcomments: http://issues.ez.no/IssueList.php?SearchIn=3
Saturday 09 October 2010 11:36:20 am
How soon will a version be av vailable for ez 4.4?
For the moment, with your version, I get something like:
[error] [client {some_ip}] PHP Fatal error: Call to a member function mainNode() on a non-object in [..]extension/ezcomments/classes/ezcomposthelper.php on line 71
I am sure it is only about a couple of tweaks (as I've done it working myself), but an official 4.4 version would still be nice.
Monday 11 October 2010 11:06:08 am
Hi, Sao
It's available already for 4.4. (ezcomments1.0.0-> ezpublish 4.3.0, ezcomments1.1.0->ezpublish4.4.0)
You can download the separate ezcomments package from http://share.ez.no/blogs/ez/the-b...eased-today.-let-s-launch-the-rocket
or the download link on the top(I just added the same tarball today).
If the issue is fixed, normally the fix will be included on ezcomments 1.2.0.
Let's discuss the issue in issue tracker: http://issues.ez.no/IssueView.php?Id=17440
Thanks for the reporting.
Friday 17 December 2010 3:06:35 pm
Hi,
I meet this problem with :
- eZP 4.3
- webin 1.7.0
- ezcomments 1.1.0
(see this thread: http://share.ez.no/forums/extensions/ezcomments-and-can_edit)
Pascal
Monday 23 August 2010 5:11:30 pm
Hello Stevo,
Thanks you for the report. It's fixed in r322. You can report similar issue here or in http://issues.ez.no/IssueList.php?ProjectId=3 with title like [ezcomments].
Cheers
Wednesday 01 September 2010 1:36:10 pm
Hi, Guillaume
I think your demand is a kind of moderation, which is not supported currently.
There is an public issue for moderation: http://issues.ez.no/IssueView.php?Id=16660
Thanks
Chen
Thursday 09 September 2010 2:36:04 pm
To prepare the futur (not so far).
default tpl of ezcomments should support rich snippets
http://www.google.com/support/webmasters/bin/answer.py?hl=en
Friday 17 September 2010 2:36:00 pm
Just a suggestion...
There should be a better documentation for more experienced developers, especially for the templates. For example if I want to customize ezcomments with my own highly customized templates I have to inspect the existing templates and figure it out by myself.
having a piece of docs that explains how to make your own custom templates would be really usefull.
Monday 20 September 2010 6:06:08 pm
Hello.
First of all I have to thank for this great project and the new captcha functionality in v1.1.
But there is a little issue: the translation is not working. I have set up in the setting the following:
<code>
[RecaptchaSetting]
#Current captcha language: en, nl, fr, de, pt, ru, es, tr
Language=es
TabIndex=0
</code>
Any idea?
Cheers,
Javier