![]() |
Quote:
Seems like a really, really good modification though :) |
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 |
Notification popup displays the wrong name of the person sending the pm...
also like to see preview pm added to this mod |
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 :) |
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. |
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 Code:
SELECT c.conversationid AS conversationid, c.username AS fromusername, c.title AS title, 1 AS isconversation, c.last_message_dateline AS sortdateline 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. |
Nice to see new things here.
A question, its compatible with dbtech PM mod? |
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.
|
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. |
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 |
All times are GMT. The time now is 01:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|