Same subject in forum topic and reply

Author Message

Aleksandar Adam

Wednesday 27 July 2005 5:04:01 am

I have the following structure in my forum:

forum topic1
|
|---- forum reply 1
|---- forum reply 2

I would like that users can write their message for the "forum reply" but I want that "forum reply" has "Re:" + forum topic subject, it means that I don't want that users write subject of the "forum reply" on their own. How to achieve this?

Any help will be appreciated

David Eriksson

Wednesday 27 July 2005 5:13:20 am

An idea would be to remove the subject from replies, and code the templates to output "Re: {$topic.object.data_map.subject}", or whatever the code would be.

/David

Aleksandar Adam

Wednesday 27 July 2005 5:52:58 am

But the problem is that I have a list which is shown on the other page and the list is updated after published topic or reply, so I have something like this:

new forum reply
new forum topic
new forum reply
new forum reply

How to test that fetched item in the list is of the "forum reply" class and how to connect it to the right topic to pick up "topic" subject to get this "Re: ...." ?

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 19 2025 09:45:08
Script start
Timing: Jan 19 2025 09:45:08
Module start 'layout'
Timing: Jan 19 2025 09:45:08
Module start 'content'
Timing: Jan 19 2025 09:45:09
Module end 'content'
Timing: Jan 19 2025 09:45:09
Script end

Main resources:

Total runtime0.9980 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 590.7031152.6406
Module start 'layout' 0.00700.0031 743.343839.4766
Module start 'content' 0.01010.9867 782.8203531.0547
Module end 'content' 0.99680.0012 1,313.875012.1406
Script end 0.9980  1,326.0156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3428160.0002
Check MTime0.00150.1476160.0001
Mysql Total
Database connection0.00120.119710.0012
Mysqli_queries0.951195.2922570.0167
Looping result0.00050.0544550.0000
Template Total0.962696.420.4813
Template load0.00200.197020.0010
Template processing0.960696.250020.4803
Template load and register function0.00010.009610.0001
states
state_id_array0.00120.125010.0012
state_identifier_array0.00120.120420.0006
Override
Cache load0.00160.1614210.0001
Sytem overhead
Fetch class attribute can translate value0.00080.078720.0004
Fetch class attribute name0.00140.138940.0003
XML
Image XML parsing0.00060.057020.0003
class_abstraction
Instantiating content class attribute0.00000.000950.0000
General
dbfile0.00090.0862160.0001
String conversion0.00000.000840.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs