Closed (fixed)
Project:
Shoutbox
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2008 at 03:17 UTC
Updated:
6 Oct 2010 at 21:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
disterics commentedShoutbox doesn't support this feature at the moment. Its a possibility for latter.
Comment #2
Flying Drupalist commentedComment #3
highvoltage commentedThis feature could be extremely valuable for user profiles!
Comment #4
igorik commentedyes, it would be famous - private user to user mini chat
Igorik
Comment #5
lyubchick commentedhave you been working on the individual shoutbox?
i need it for my webpage and will work on myself it if you did not do it yet
Comment #6
disterics commentedNot started working on it yet. Take a look at issue: #282437. I am hoping to combine the two issues to provide a unified and flexible solution
Comment #7
lyubchick commentedhi, i have been working on modification of your module, i added per-user shouts functionality, it is still in progress, if you will have time - take a look on what i did.
Comment #8
disterics commentedI will take a look at it. Can you give me a rough idea of your architecture.
Comment #9
lyubchick commentedi added two fields to database, ruid - recepient user id, and new - new shout marker, _shoutbox_user_view - creates list of all users from userlist, shoutbox_js_set_user (with added $items['shoutbox/js/setuser/%'] in hook_menu) - selects the user from the list, and added sql filter to the _shoutbox_display_posts - show only your shouts to seleted user and shouts of the user to you, and changed shoutbox_add_form_submit - so than it writes also in database ruid - id of the user receiver of the shouts. changed form_js, added Drupal.shoutbox.setuser - onclick handler to set user recepient of the shouts.
still to be done
- user list refresh
- new shouts alerts
- debuging
Comment #10
lyubchick commentedlast version of my modification of shoutbox - with new shouts alert
Comment #11
andrenoronha commentedin fact I see it like a chat room of all the users in the site... which is also pretty interesting
but i was looking for a nice "my wall" functionality....like a scrapbook we have in community sites, like: facebook, orkut, etc.
i tried the questbook module, it served me right, unless for not notifying user of new massages and yet not interactiong with realname module.
Comment #12
dddave commentedIf the individual shoutbox feature is implemented I am gonna use this module. ;-)
What would be the impact on siteperformance if you use 100/1000 of individual boxes?
Comment #13
highvoltage commentedGood question. What if you have tens of thousands of users?
Comment #14
jcisio commentedNo problem at all. You can have comments for dozens of thousands of nodes. Why don't you have shouts for dozens of thousands of users?
Technically, shoutbox is no different from facebook wall (the Facebook status module). However, there is difference in usage.
Comment #15
mstef commentedThis has been completed and committed for the 2.x branch. Get it in the dev.