Forums / Developer / Messaging system

Messaging system

Author Message

Claudia Kosny

Wednesday 11 October 2006 1:47:30 am

Hi there

I need to implement a system where users can send each other messages similar to emails. User 1 selects the recipient(s) from a list of users, creates his message and sends it. Once the recipient(s) log in, they see some kind of notification that they have received a message and then they can send a reply.

The initial message might be sent to multiple recipients, all the later messages are one-to-one only. I also need some way to create some kind of thread so the messages must be connected somehow.

An example usage would be that user 1 sends a message to all others and asks who can help him with a certain problem. Once the interested people reply the rest of their messages are private between them (and my logging system).

I am not sure how to implement this. I have the vague notion that notifications might be useful but I don't have much information about notifications. I also thought about having an own forum for each thread but here I don't know how to send the initial message to several recipients and keeping the rest private.

Any tips or hints?

Thanks in advance

Claudia

Ɓukasz Serwatka

Wednesday 11 October 2006 1:52:12 am

Hi Claudia,

Take a look on my last post. Perhaps you can re-use some ideas and extend it for your needs.

http://ez.no/community/forum/setup_design/how_to_make_a_community_with_ezpublish/re_how_to_make_a_community_with_ezpublish__2

I did not hear from Daniele if he implemented it ;)

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

Claudia Kosny

Wednesday 11 October 2006 2:23:14 am

Hi Lukasz

Thanks for the quick reply. It looks like I was to fixated on using existing EZ components - your way looks much easier.

In regards to:

Proper way is to use eZ publish persisting object and fetch functions for database communication instead of direct SQL queries.

Do you know of any tutorial on how to do this? The ezpersistentobject class is nicely documented and there are a lot of examples in EZ but I wouldn't mind having an fully explained working example as I am not sure I understand everything in there (e.g how to fetch data from two related tables using the persistant object)

Greetings from Luxembourg

Claudia

eZ debug

Timing: Jan 18 2025 22:36:45
Script start
Timing: Jan 18 2025 22:36:45
Module start 'content'
Timing: Jan 18 2025 22:36:45
Module end 'content'
Timing: Jan 18 2025 22:36:45
Script end

Main resources:

Total runtime0.2827 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0077 587.5938180.8438
Module start 'content' 0.00770.0065 768.437593.8672
Module end 'content' 0.01420.2684 862.3047522.9844
Script end 0.2826  1,385.2891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00391.3961200.0002
Check MTime0.00160.5786200.0001
Mysql Total
Database connection0.00170.602410.0017
Mysqli_queries0.232882.35941410.0017
Looping result0.00160.58161390.0000
Template Total0.267994.810.2679
Template load0.00090.315510.0009
Template processing0.267094.449710.2670
Override
Cache load0.00060.219310.0006
Sytem overhead
Fetch class attribute can translate value0.00070.262110.0007
XML
Image XML parsing0.00050.159910.0005
General
dbfile0.00260.9234200.0001
String conversion0.00000.002730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs