Questions tagged [private-messaging]

66 questions
0
votes
1 answer

How activate Privatemsg Module to all users?

I just enabled the Privatemsg Module in my Drupal 6. I would like to enable this module to all users, who join in the website. But the registered users cannot see the "Write new message and Messages" link. Why the Privatemsg is not active in users…
Ashok KS
  • 365
  • 2
  • 14
0
votes
1 answer

Data model for a private messaging system

I am writing a private messaging system for my web app. Just think of it as doing the same thing as sending PMs on your typical social networking website like Facebook or Twitter, or even sending an e-mail through Hotmail. I have come up with the…
0
votes
1 answer

Show private messages list of multiple users logged in at the same time

I've created a private messaging app where users login and can view their private messages. The problem that I am having is that is only shows the message list of one logged in user at a time. So let's say User A is logged in, it will show the chat…
0
votes
2 answers

"Reply " to message in symfony forms

I use symfony 1.4.11 with Doctrine. I have private messages in my site, And I want to make possibility , that user can "reply" for a message. I try change "edit" method, but I do not now is this a good idea. How to make it?Now I have…
denys281
  • 2,004
  • 2
  • 19
  • 38
0
votes
4 answers

Symfony private messages

I want to make private messages in my site. I want that user can delete received or sent messages. For it I need two tables one for send message and one for receive....Is it to possible that when user send messages, it automatically add fro two…
denys281
  • 2,004
  • 2
  • 19
  • 38
0
votes
2 answers

Is there a way to send a message to a user without making him type anything with a discord py bot?

I know that you can send a private message to someone with await client.send_message(user). But as i know it only works if the person u wanna send a message to typed a command. I want my bot to send a message to someone who isn’t even in a server…
0
votes
1 answer

CakePHP PrivateMessage Schema and Associations

I thought I came upon a solution to my problem, but still, my approach doesn't fit all my needs. Therefore I resort to your suggestions. Here is basically what I want to achieve: I have 3 database tables: users: id, username, ... private_messages:…
linkyndy
  • 17,038
  • 20
  • 114
  • 194
0
votes
1 answer

Private messages between users in CodeIgniter

I am using Tank auth library for handling sites registration. I chose it over other options at the beginning of site building because it looked well documented and easy to use. I need to add private messages between users. However, there is not…
Kārlis Janisels
  • 1,265
  • 3
  • 18
  • 41
0
votes
1 answer

How to enable / force HTML in a private message sent via Rules?

I'm using the module Privatemsg on a website I'm currently working on. I have a user which has a special Role ("system user") and which is only used to send automatic notifications, through private messages, to other users on the website. This user…
0
votes
0 answers

Approach of sending private messages to specific clients in SocketIO and Android

I have a problem with sending private messages using SocketIO on NodeJS as a Server and Android on the client side. The messages do not reach the specific endpoint that I have assigned and I do not understand why that is. I know that each time a…
Benny
  • 839
  • 16
  • 32
0
votes
1 answer

'Messaging System' with more than 1 user in conversation, build from scratch in Rails

So I am trying to implement a messaging system in my application, and I have no intention on using any of the gems. I've seen most of them and I'm able to use them. But for learning sake, I want to learn how it works and build one from scratch and…
Woody008
  • 96
  • 1
  • 2
  • 9
0
votes
1 answer

Send a private message from a user account to another user inbox with Rest FB

Is there anyway to send a private message from my account into another user inbox using Rest FB? The thing is, at first, I'm receiving messages to my inbox from different users( not all are my friends), and I'm taking these messages & saving them…
tareks
  • 1
0
votes
1 answer

SignalR - Private Messaging-Userid

I am working on Signal-R private messaging. I tried to use sessions but didn't do. I want to use user-ids from database instead of context.ConnectionId. How can i do this?
dave
  • 15
  • 2
0
votes
1 answer

MySql Query for displaying messages betweeen two users

I got a unique sender_id and a reciever_id i had a mysql query before like WHERE "sender_id" AND/OR "reciever_id" LIKE "value1" AND/OR "value2" but i cant remember it and figure it out pls need some help ;) Thanks
Phil
  • 31
  • 2
  • 9
0
votes
1 answer

the simplest way to make chat between two users with Parse API

I saw a few tutorials over the net how to make private messaging with parse or an chat between users, but they all kind of complicated and it's hard to fit it in my project plus most of them are chat rooms and not private messaging. What I'm trying…
XcodeNOOB
  • 2,135
  • 4
  • 23
  • 29