Forums / Setup & design / Complete forum thread not shown

Complete forum thread not shown

Author Message

Bjørn Kaarstein

Monday 04 August 2003 4:11:10 am

Hi.

1. I've created a forum, mainly based on the code from the demo forum. This works fine, but in the admin-section, I can't see the complete thread, but only the first message in the thread. What I'd like to be able to do is to remove one message from the thread.(In case of foul language or such)

As of now I can only remove the whole thread.

2. Is there a possibilty to subscribe to the forum? With this forum: http://www.phpbb.com/ you can choose if you'd like to receive an E-mail notification when there's a new reply in your thread.

I'm currently using Version: 3.1-1 Revision: 2703

Regards Bjørn

Paul Borgermans

Monday 11 August 2003 10:22:45 am

1) Check the templates, I suspect the lack of a depth parameter. You should set it to 0 to get unlimited depth. The default is 1.

2) This is possible, but you will have to modify the templates for this and setup the cron scripts. Look at the code in the admin interface on how to do this ("keep me updated" button).

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Bjørn Kaarstein

Wednesday 13 August 2003 2:49:46 am

Hi.

1. I changed the depth in the folder-template within the admin, and this resulted in a big mess. Then I wrote an override for my forum-node, and this kind of works. All the threads are shown, but ofcourse without a clue to which thread the message belongs.
I'll go for this solution until I can come up with something better, as my deadline is shortly.

2. I'll look into this later aswell.

Thanks for your help.

Regards Bjørn