vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [FuelMyForum] vBConversations (Threaded PMs) (https://vborg.vbsupport.ru/showthread.php?t=322314)

akz645 04-09-2016 04:07 PM

Quote:

Originally Posted by vBNinja (Post 2568680)
Will look into the popup issue
This mod doesn't currently support tapatalk and vice-versa, they would have to implement a new section on their app and I don't see that happening unless this mod gets very popular

I'll wait for the planned features to be implemented before I buy the PRO. Please PM me how much you'd be willing to sell it for.

Seems like a really, really good modification though :)

blue6995 04-12-2016 06:54 AM

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

trollshrooms 04-13-2016 09:36 PM

Notification popup displays the wrong name of the person sending the pm...

also like to see preview pm added to this mod

f3_dl 04-16-2016 07:28 PM

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
When creating a new conversion.
Code:

PHP Warning: fsockopen(): in ....\includes\class_mail.php on line 757
When sending a new created conversation

Anyway thanks for this awsome plugin :)

akz645 04-16-2016 11:38 PM

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.

f3_dl 05-31-2016 04:34 PM

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)

with

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)

That should fix the issue.
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.

dany_danay 06-01-2016 06:14 AM

Nice to see new things here.
A question, its compatible with dbtech PM mod?

f3_dl 06-01-2016 10:40 AM

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.

Stratis 11-23-2017 04:45 PM

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.

1320Nation 11-26-2017 05:29 AM

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
  • Page Generation 0.01165 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete