vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - SocialForums for vB3.8 (https://vborg.vbsupport.ru/showthread.php?t=207315)

punchbowl 08-11-2009 12:15 PM

To get rid of a forum and group can I just delete both or is there something else I should do too?

tia

Phalynx 08-11-2009 12:20 PM

That's all.

punchbowl 08-11-2009 12:29 PM

cheers!

Freesteyelz 08-18-2009 08:02 PM

This mod makes up for what group discussions lack. Great mod, Phalynx. :)


I'm testing this mod and I was curious about the query below. We can run a query to remove a forum from a GroupID:

Code:

UPDATE socialgroup SET forumid=0 WHERE groupid=%GROUPID%

1) Can we use that same query to assign an existing forum to a Social Group by adding the ForumID and GroupID? So let's say I have forum A (ID 15) and created a Social Group (ID 2). Can I do this?

Code:

UPDATE socialgroup SET forumid=15 WHERE groupid=2

2) If I wanted to disassociate a forum from a Social Group can I transfer or convert the forum threads/posts to the Social Group Discussions? Right now we can convert Social Group Discussions into forum threads and posts. Having the option to do the opposite would come in handy too. :)

Verionia 08-18-2009 11:23 PM

Isnt this implemented already in v3.83?

Phalynx 08-19-2009 10:03 AM

Quote:

Originally Posted by Freesteyelz (Post 1870050)
This mod makes up for what group discussions lack. Great mod, Phalynx. :)


I'm testing this mod and I was curious about the query below. We can run a query to remove a forum from a GroupID:

Code:

UPDATE socialgroup SET forumid=0 WHERE groupid=%GROUPID%

1) Can we use that same query to assign an existing forum to a Social Group by adding the ForumID and GroupID? So let's say I have forum A (ID 15) and created a Social Group (ID 2). Can I do this?

Code:

UPDATE socialgroup SET forumid=15 WHERE groupid=2

2) If I wanted to disassociate a forum from a Social Group can I transfer or convert the forum threads/posts to the Social Group Discussions? Right now we can convert Social Group Discussions into forum threads and posts. Having the option to do the opposite would come in handy too. :)

Yes, you can use that query to do it. You will have also to manually edit/delete moderators of this forum.

Freesteyelz 08-19-2009 06:28 PM

Quote:

Originally Posted by Phalynx (Post 1870360)
Yes, you can use that query to do it. You will have also to manually edit/delete moderators of this forum.


Awesome. :D

I'm not sure if you answered it but is there a way to convert forum threads and posts back to Social Group Discussions (in case I no longer want the forum to be associated with the Social Group)?

Phalynx 08-20-2009 07:38 AM

There is a modification here at vb.org that can do that. You will have to search for it, as I don't know the exact name.

Freesteyelz 08-20-2009 11:18 AM

The mod is called Move Threads from Forums to Social Groups. That's close to what I'm looking for but threads need to move one-by-one manually. I read that it might be due to the way Social Discussions were designed.

moonclamp 08-23-2009 06:25 AM

What happens to the forums if this mod gets uninstalled? Do they revert back to being social discussions, or do they remain as forums?


All times are GMT. The time now is 06:21 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.01399 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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