#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Problems for Bulk m...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Solved] Problems for Bulk move topics from one one category to other.

    Last Post
RSS

CENTRAL4ALL
Posts: 447
 CENTRAL4ALL
Topic starter
August 24, 2019 9:38 am
(@central4allgmail-com)
Reputable Member
Joined: 4 years ago

The only way to bulk move is to delete category.

Problem 1 ) you cant move bulk topics from subcategory to category

Only Solution : Move category somewhere to become subcategory and delete subcategory .

Problem 2) you cant move bulk selected topics - Solution : None

Selection of multiple topics to moderate must be added in forum. No way for a big forum to move to wpforo if there in mot this function

I hope that you will add a fix for this in a futura update.

All Suggestions are welcome
https://adultforum.gr/

Topic Tags
bulh move topics
2 Replies
nando4
Posts: 111
nando4 - Skype
 nando4
January 2, 2020 7:24 am
(@nando4)
Estimable Member
Joined: 5 years ago

Had the same requirement, moving 550 topics.  The simplest workaround around by:

1. Creating new forum area for destination topics and note forumID shown in wpforo dashboaard for it

2. Use SQL commands in phpadmin to change forumID of topics to move, eg: use regexp topic title names.

3. Sync post forumIDs to match the topic forumID by selecting wpforo Dashboard -> Rebuild threads *after* adding the following code in RED to class-topics.php.  It would make sense for wpforo team to add this to a future release.

function rebuild_forum_threads( $forumid = 0 ){
if( !$forumid ){
$args = array( 'layout' => 4 );
$forums = WPF()->forum->get_forums( $args );
if(!empty($forums)){
foreach( $forums as $forum ){
$args = array( 'forumid' => $forum['forumid'] );
$topics = $this->get_topics($args);
if( !empty($topics) ){
foreach( $topics as $topic ){
$this->rebuild_threads($topic['topicid']);
// nando4>> when 'thread rebuild' after doing a manual myphpadmin move of topics to a different
// nando4>> we still need to update those topic's posts' forumID
WPF()->db->query( "UPDATE `".WPF()->tables->posts."` SET `forumid` = ". intval($forum['forumid']) ." WHERE `topicid` = ". intval($topic['topicid']) );
}
}
}
}

 

Reply
traffickergoogleads
Posts: 1
 traffickergoogleads
January 2, 2020 1:12 pm
(@traffickergoogleads)
New Member
Joined: 2 years ago

Thanks for the info. I was going crazy looking for the solution untill I've found this forum.

Thank you!

Pide tu consultoría en Google Ads https://socialxpl.com/agencia-google-ads/

Reply
  All forum topics
  Previous Topic
Next Topic  
Topic Tags:  bulh move topics (1),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Attachments not showing on forums posts after migration

    By Formicid, 2 days ago

  • New Feature About Plugin Customization and Integration

    By z14165899, 2 days ago

  • WordPress Email sending function wp_mail() doesn't work!

    By feassistant, 3 days ago

  • Import users from IPBoard

    By jesusdlg, 3 days ago

  • Intruder signing in to wpforo without approval

    By plaurits, 3 days ago

  • How to make new user to get approve manually before creating post and profile.

    By Adhyansh21, 4 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2195)

Recent Posts

  • RE: Member Reputation with Likes?

    @mpanichi, in wpForo 2.0 you can set Points for One T...

    By Chris, 17 hours ago

  • RE: Hide user roles from Members list

    Hi @mpanichi Edit the needed usergroup and disable/un...

    By Chris, 17 hours ago

  • RE: Description for each topic?

    @chris That's really too bad. I was ready to send you ...

    By Christine, 1 day ago

  • RE: There are versions of wpforo functions that return string?

    Amazing 👍

    By Marco Panichi, 1 day ago

  • RE: About Plugin Customization and Integration

    Hi @z14165899, Please send your request to sales[at]g...

    By Chris, 2 days ago

  • Attachments not showing on forums posts after migration

    Hello I just did a manual migration and the older forum...

    By Formicid, 2 days ago

  • RE: WordPress Email sending function wp_mail() doesn't work!

    @dimalifragis thanks for the enlightenment there. It...

    By feassistant, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,941 Topics
50.3 K Posts
7 Online
48.6 K Members

Latest Post: Member Reputation with Likes? Our newest member: samuelbrack1574 Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation