The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[FuelMyForum] vBConversations (Threaded PMs) Details »» | |||||||||||||||||||||||||||||||||||
[FuelMyForum] vBConversations (Threaded PMs)
Developer Last Online: Nov 2023
Introducing vBConversations, inspired by Xenforo's conversations system, is the latest mod that takes care of that and many other crucial features vBulletin's PM system is missing. The LITE version is already a major upgrade from vBulletin's PM system, but a PRO version was also created for Forum Owners that want to take private user interaction to an even higher level and really improve user experience. Major Features: "Conversation" Format (Screenshot) Instead of sending a PM, you can now start a conversation with one or more "participants" Every conversation has "messages" which will be presented in a thread-like format. (Yes all in one page and also paginated for long conversations ) There is no "Inbox" or "Sent Items" anymore, it's just "Conversations". Why wasn't it like this in the first place? AJAX Quick Replies (Video) Replies to conversations will now be sent using AJAX (without refreshing the page), bringing a more modern feel to user experience AJAX Live Search (PRO) (Video) Can't find a certain message? The PRO version allows users to quickly "Live Search" their conversations (like google searches) Again, why wasn't this always a vB core feature? Usergroup System Notices (PRO) (Screenshot 1, Screenshot 2) Need to Mass PM certain/all usergroups? Luckily there are currently a few mods to do so with vB PMs (even one by myself) But because of the way PMs were designed, it's inevitable to loop through each user when sending a Mass PM, which can take a hit on your CPU & email server and is also inefficient to replicate the same database message entry X times. vBConversations' design allows for a much more efficient approach to achieve this and many other possible integrations. System Notices allows admins to create a "global" conversation that will show in the conversations list of the specified usergroups and can't be replied to. This happens instantly and the best part is that System Notices are tied with usergroups so if a user is added to a new usergroup, the previous notices for that usergroup will appear in his conversations list. And yep, System Notices are integrated into vBulletin's Header & Popup Notifications vBulletin PMs Importer Don't worry vBConversations comes with a built-in importer that will import all of your current PMs and convert them to Conversations Features: - Conversation Quotas per usergoup permissions - Max Conversation Participants per usergroup permissions - Flood & Throttle Limits - Ability to Mass Delete Conversations - Mark multiple Conversations as read/unread - Last reply user's avatar in conversations list - Paginated Conversations & Messages list - Popup Notifications - Integrated to vBulletin Notifications (Screenshot) - Email Notifications - UserCP settings for Conversations/email notifications - Automated PMs will continue to work as Conversations - 100% use of phrases for Easy Language Translation This version (1.1) is already packed with features but they don't stop here. I'm open to feature/improvement suggestions to make this mod the best it can be There are already some Planned Upcoming Features which include: - Attachment Support (PRO) - Flag Conversations (PRO) - Add/Remove Participants (PRO) - Read Receipts - Lock Conversations (PRO) - Leave Conversations (PRO) - Quick Start Conversation Popup (PRO) - Unread Conversations Preview header popup (PRO) - Force Users To Read System Messages (PRO) If you find any bugs, please let me know (Screenshots / Error Messages are helpful) If you're interested or have questions about the PRO version, feel free to PM Me Please don't forget to "Mark as Installed" for support & updates If you enjoyed/found this mod useful, please Rate 5 stars & Nominate for MOTM, the more support for it, the more features to come! Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
Seems like a really, really good modification though |
#13
|
|||
|
|||
How can I get back to the original PM system? I have switched the mod off but Conversations is still shown and not the In Box etc
Thanks |
#14
|
||||
|
||||
Notification popup displays the wrong name of the person sending the pm...
also like to see preview pm added to this mod |
#15
|
|||
|
|||
I think i've found a bug,
If your forum uses a prefix for the databse tables the plugin doesn't work right anymore. You can acces the conversation.php but not your forumhome - if you have a notification for a new conversion. There is missing a tableprefix on index if you have a notification. After install and writing a PM the pmed person get the error for missing table "bmf_conversations_participant" on any page except on conversions.php renaming the 3 Tables solves the error, but on conversions.php table "[PRE]bmf_conversations_participant" is now missing. Also i can report 2 php Warnings: Code:
PHP Warning: Invalid argument supplied for foreach() in ....\includes\functions_editor.php(467) : eval()'d code on line 122 Code:
PHP Warning: fsockopen(): in ....\includes\class_mail.php on line 757 Anyway thanks for this awsome plugin |
#16
|
|||
|
|||
Question:
- After you start a conversation (PM), can we still edit it afterwards? If so, does the 'last edited by X' still appear at the bottom (edit logs). ^ If the above is not possible, that would be my suggestion to improving this Mod. Note: I noticed this is pretty similar to Xenforo's Conversation (PM) system. Which is a good thing IMO. |
#17
|
|||
|
|||
I don't know if the developer is still active so i post this fix for you.
If someone has the same problem as me with the table prefix go to /fmf/products/conversations/hooks/process_templates_complete.php and replace: Code:
SELECT c.conversationid AS conversationid, c.username AS fromusername, c.title AS title, 1 AS isconversation, c.last_message_dateline AS sortdateline FROM bmf_conversations_participant p INNER JOIN bmf_conversations_conversation c ON (c.conversationid = p.conversationid) INNER JOIN bmf_conversations_message m ON (m.messageid = c.last_message_id) Code:
SELECT c.conversationid AS conversationid, c.username AS fromusername, c.title AS title, 1 AS isconversation, c.last_message_dateline AS sortdateline FROM " .TABLE_PREFIX. "bmf_conversations_participant p INNER JOIN " .TABLE_PREFIX. "bmf_conversations_conversation c ON (c.conversationid = p.conversationid) INNER JOIN " .TABLE_PREFIX. "bmf_conversations_message m ON (m.messageid = c.last_message_id) I think they just forgot the prefix there - if there will be a new version i am sure that this will be fixed but if you are using 1.1 that should get rid of the prefix problem. |
#18
|
|||
|
|||
Nice to see new things here.
A question, its compatible with dbtech PM mod? |
#19
|
|||
|
|||
I haven't tested it - but this mod kind of replaces the vB PN-system so i guess most thinks won't work - at least every function that uses the vBulletin PN tables.
|
#20
|
||||
|
||||
I just test this, and I liked it very much, but unfortunately many problems in my vb4.2.0.
a) Pop ups that have messages from users that not replied. b) "Select all" does not work c) I choose not import messages that automatic send an they show up as imported d) some other that I can not explain (my bad English). Any way very nice mod (if it worked to me it would be great) Thanks any way. |
Благодарность от: | ||
IggyP |
#21
|
|||
|
|||
How can I fix the following error?
Database error in vBulletin 4.2.2: Invalid SQL: SELECT c.conversationid AS conversationid, c.username AS fromusername, c.title AS title, 1 AS isconversation, c.last_message_dateline AS sortdateline FROM bmf_conversations_participant p INNER JOIN bmf_conversations_conversation c ON (c.conversationid = p.conversationid) INNER JOIN bmf_conversations_message m ON (m.messageid = c.last_message_id) WHERE p.userid = 3 AND c.last_message_userid != 3 AND c.last_message_dateline > p.dateline_lastread AND p.dateline_deleted < m.dateline ORDER BY c.last_message_dateline DESC LIMIT 1; MySQL Error : Table 'vbmulti.bmf_conversations_participant' doesn't exist Error Number : 1146 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|