Quote:
Originally Posted by DiesellMinded
can you move threads from the regular forum into these social group forums ?
|
Yes. You can also run a manual query to assign a groupid to a socialgroup.
Code:
UPDATE `socialgroup` SET `forumid` = 'X' WHERE `socialgroup`.`groupid` =Y LIMIT 1 ;
Simply replace X with the forumid, and Y with the groupid, of the two that you wish to link. Setting the forumid to 0 removes any forum associated with a socialgroup, allowing that socialgroup to create a new forum.
Question -- Does the query on forumdisplay (to generate a notice linking a forum to its matching socialgroup) occur on
all forums, or just socialforums?