Question Thread importer

Seeker-Smith

Customer
Hi

Many thanks for all the work you've done to this add-on.

I just updated to 2.2.0 I found the permissions for the tread import but I'm lost finding the actual function.

Regards,
Peter
 
It does actually import them, it just drops the attach_count value from posts. I've hotfixed v2.2.0.

This query will correct existing records:
SQL:
UPDATE xf_dbtech_social_groups_message AS gm
SET gm.attach_count = (
    SELECT COUNT(*)
    FROM xf_attachment
    WHERE content_type = 'dbtech_social_message'
        AND content_id = gm.message_id
)
 
If a group has no sections you can't import to the main discussion area. This is not a problem for me but I thought I'd let you know.
 
Thanks for getting back to me, I did find it odd cause I could have sworn I handled not having a section chosen, but I also didn't explicitly test importing into a forum with no sections :D
 
Just for the record; You don't need the upcoming v2.2.0.1 as it contains nothing but the above attach_count hotfix as well as an upgrade query for rebuilding attach_count :)
 
No, if you already re-downloaded v2.2.0 and ran the query, you won't need to do anything else as it should work going forward.
 
In the forum menu?

ACP-> Forums ?

I'm not seeing it or just not picking up what you're throwing down.
Front-end, either in the thread’s menu or by using inline moderation.

Make sure you grant yourself the new permission(s).
 
Hello @Seeker-Smith,

We hope your ticket regarding DragonByte Social Groups has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 

Similar threads

  • Support ticket Support ticket
Replies
5
Views
36
  • Locked
  • Support ticket Support ticket
Replies
5
Views
651
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
0
Views
708

DragonByte Social Groups

XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
222
Customer rating
0.00 star(s) 0 ratings
Back
Top