Forum

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Forum

Nicholas Moore
Janko,
I have modified the Forum app to work with WebRichEditor to both create
and update Topics and Responses.
I have also subclassed WebRichEditor as WebSimpleEditor. I use the
simpler version to create news articles.
Regards

Nicholas

--

www.c4cnc.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aidaweb.si/pipermail/aida/attachments/20070912/3623c043/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Forum_and_Editors.tar.gz
Type: application/x-gzip
Size: 9404 bytes
Desc: not available
Url : http://lists.aidaweb.si/pipermail/aida/attachments/20070912/3623c043/attachment.gz 

Reply | Threaded
Open this post in threaded view
|

Forum

Janko Mivšek
Nicholas,

Nicholas Moore wrote:
> I have modified the Forum app to work with WebRichEditor to both create
> and update Topics and Responses.
> I have also subclassed WebRichEditor as WebSimpleEditor. I use the
> simpler version to create news articles.

Your work on forum is more and more interesting. I'll definitively
replace current one in Aida with yours. One question I have for a long
time is about hierarchical view of replies. Do you find such a view
useful or should we add a flat one too? Add or replace completely? Flat
view is namely more "normal" on nowadays forums...

Best regards
Janko

--
Janko Miv?ek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si

Reply | Threaded
Open this post in threaded view
|

Forum

Nicholas Moore
Thanks. I'm not sure about which view is best, I will think about it and
try to get some feedback. I personally prefer the hierarchical view
because the context is clearer, however some users find it 'imposing'
(i.e.conceptually challenging!).

Nicholas

Janko Miv?ek wrote:

> Nicholas,
>
> Nicholas Moore wrote:
>  
>> I have modified the Forum app to work with WebRichEditor to both create
>> and update Topics and Responses.
>> I have also subclassed WebRichEditor as WebSimpleEditor. I use the
>> simpler version to create news articles.
>>    
>
> Your work on forum is more and more interesting. I'll definitively
> replace current one in Aida with yours. One question I have for a long
> time is about hierarchical view of replies. Do you find such a view
> useful or should we add a flat one too? Add or replace completely? Flat
> view is namely more "normal" on nowadays forums...
>
> Best regards
> Janko
>
>  

--

*Nicholas J Moore*

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aidaweb.si/pipermail/aida/attachments/20070913/f076bf65/attachment.htm 

Reply | Threaded
Open this post in threaded view
|

Forum

Stefan Schmiedl
On Thu, 13 Sep 2007 16:33:33 +0200
Nicholas Moore <nicholas.moore at tsr-i.com> wrote:

> Thanks. I'm not sure about which view is best, I will think about it and
> try to get some feedback. I personally prefer the hierarchical view
> because the context is clearer, however some users find it 'imposing'
> (i.e.conceptually challenging!).

There is no "best view":
Low traffic, regular reading -> tree
High traffic, sporadic reading -> flat list ordered by date

If you want to annoy the developer, use the flat list to find an
interesting post, then request the tree view to see things in context.

s.