accidentally deleted comments option

Author Message

Hilary C.

Thursday 10 March 2005 4:20:26 pm

Help.... I was editing the "article" class and foolishly deleted the 'enable comments' option from the class. How do I get it back? I'm using ezpublish 3.13.4.

Ɓukasz Serwatka

Thursday 10 March 2005 11:33:03 pm

You can restore database from backup, or go to Setup->Classes edit article class and add checkbox with the same id 'enable_comments'.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Hilary C.

Friday 11 March 2005 9:01:57 am

Thank you :):):)

I did that (adding the checkbox with id enable_comments back to the article class), also added this to site.ini.append:

[EzArticleMain]
UserComments=enabled

(I got this from another person's post on here, hopefully it applies to the version of eZpublish I'm using)

And added permissions to my user roles to read, create and edit comments.

I also verified that my articles now have the Enable Comments checkbox, with it defaulting to checked.

And of course I deleted all caches.

All that and I don't see anything showing up different on the site at all -- not even an error message. Please help?

Hilary C.

Tuesday 15 March 2005 7:52:41 am

Someone please help? Please please please? :)

Jack Rackham

Tuesday 15 March 2005 8:29:44 am

Check that your "enable comment" attribute has the same identifier as in your override/full/article_template(comment section).
Normally something like this

{section show=$node.object.data_map.enable_comments.data_int}
<div class="articlecomments">
    {let message_list=fetch( content, list, hash(
                                                parent_node_id, $node.object.main_node_id,
                                                sort_by, array( published, false() ),
                                                limit, $page_limit, 
                                                offset, 0,
                                                class_filter_type, include, 
                                                class_filter_array,array( 'comment' ) ) )}

    {section show=$message_list}
        <h2>{"Kommentarer"|i18n("design/news/layout")}</h2>
        {section name=Comment loop=$message_list}
            {node_view_gui view=line content_node=$:item}
        {/section}
    {/section}

    <h2>{"Skriv en kommentar"|i18n("design/news/layout")}</h2>

    <div class="buttonblock">
        <form method="post" action={"content/action"|ezurl}>
        <input type="hidden" name="NodeID" value="{$node.main_node_id}" />
        <input type="hidden" name="ClassID" value="13" />
        <input class="button" type="submit" name="NewButton" value="Ny kommentar" />
        </form>
    </div>

    {/let}
</div>
{/section}

Then go 'User accounts' - 'Roles' - 'Anonymous'
Add
- content create Class( Comment )
- content edit Class( Comment )
- content versionread Class( Comment ) , Owner( Self )

Hilary C.

Tuesday 15 March 2005 1:24:13 pm

Thank you!! That was exactly what I needed! :)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 19:40:56
Script start
Timing: Jan 30 2025 19:40:56
Module start 'layout'
Timing: Jan 30 2025 19:40:56
Module start 'content'
Timing: Jan 30 2025 19:40:57
Module end 'content'
Timing: Jan 30 2025 19:40:57
Script end

Main resources:

Total runtime1.4343 sec
Peak memory usage8,192.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 588.1328151.2109
Module start 'layout' 0.00490.0035 739.3438220.7031
Module start 'content' 0.00841.4250 960.04694,519.7500
Module end 'content' 1.43340.0009 5,479.796915.8438
Script end 1.4343  5,495.6406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.2645160.0002
Check MTime0.00140.0988160.0001
Mysql Total
Database connection0.00080.054910.0008
Mysqli_queries1.332492.8933680.0196
Looping result0.00090.0599660.0000
Template Total1.372895.720.6864
Template load0.00210.147320.0011
Template processing1.370795.564820.6853
Template load and register function0.00160.114210.0016
states
state_id_array0.00170.117810.0017
state_identifier_array0.00280.193820.0014
Override
Cache load0.00180.1279310.0001
Sytem overhead
Fetch class attribute can translate value0.00290.199130.0010
Fetch class attribute name0.00340.238980.0004
XML
Image XML parsing0.00330.226730.0011
class_abstraction
Instantiating content class attribute0.00000.001680.0000
General
dbfile0.00420.2957240.0002
String conversion0.00000.000440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs