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)

Phalynx 03-06-2009 12:40 PM

Quote:

Originally Posted by tereg (Post 1761657)
Is there any way to mask the creator of a Social Forum from the "View Forum Leaders" page (/vbroot/showgroups.php). Social Forum creators are listed as "Moderators", even though in Admin CP they are not listed as a Primary or Additional user in the Moderators usergroup at Admin CP -> Usergroups -> Usergroup Manager.

Even if the "Viewable on Show Groups" option is set to No for the entire Moderators usergroup and Registered Users usergroup, Social Forum creators are still listed in "View Forum Leaders".

Thank you.

SocialForums adds the group leaders as normal, default moderators to the forum. How vBulletin displays them is not in the range of this modification. You need to disable the option to display Moderators on "View Forum Leaders". It's not a usergroup setting.


Quote:

Originally Posted by tereg (Post 1761708)
I am also experiencing an error that had previously been found in an older version, the "Invalid Title Specified" error:

https://vborg.vbsupport.ru/showpost....&postcount=202
https://vborg.vbsupport.ru/showpost....&postcount=409

This behavior is happening to me as well for 2.0

Uhm, I thought this has been fixed. Will take a look.

rob01 03-06-2009 07:12 PM

i have a question

With activated option to add owner as a moderator the transfering leads to removing all moderators of the linked forum

what this means?

Phalynx 03-06-2009 08:33 PM

Quote:

Originally Posted by rob01 (Post 1761979)
i have a question

With activated option to add owner as a moderator the transfering leads to removing all moderators of the linked forum

what this means?

That means that if you defined an own moderator for that socialforum, that moderator will be removed and replaced by the new owner of the group.

rob01 03-07-2009 01:03 AM

is this something good or bad?

WreckRman2 03-07-2009 02:28 AM

Working great... Can we add a way that when a new member joins the group it also subscribes them to the forum. My forums doesn't get alot of posts so we could easiler miss one but if it emails all the members when a new thread is posted that would be awesome.

inciarco 03-07-2009 02:40 AM

Interesting Mod.

Is Important to Add Options for it, like One to Stablish Usergroups and/or Users that Can Create and Associate a Forum for their Social Groups, and to Set a Maximum of Forums to be Able to Create.

Also an Option to Set Which Groups can Have Forums would be a Nice Option, so that Admins can Evaluate if is Important or Not to Allow a Forum to be Created for that Social Group(s).

It'd Also be Important to Set the Option of Minimum Number of Users in the Social Groups on a Mod's Option on the Admin Control Panel.

Only Admins Would Know and Should Control the Way their Boards Should Grow on Forums Structure Not Users.

The Idea is Right and Very Useful, but is Yet Too Open for Users to Waste the Boards Resources without Admin Control. :(

My Best Regards.

:)

jilly 03-07-2009 03:52 AM

I have installed them as new on two boards running 3.8.1 with no previous install, and it is working beautifully!

Kaelon 03-08-2009 02:38 AM

Question -- I am considering installing this add-on. A number of my user clubs already have forums. Is there a way that I can associate pre-existing forums with newly created social groups under this hack? (In other words, any query that I can easily run?)

Also, did you manage to fix the problem identified in post #50?

DieselMinded 03-08-2009 03:00 AM

can you move threads from the regular forum into these social group forums ?

Kaelon 03-08-2009 05:18 AM

Quote:

Originally Posted by DiesellMinded (Post 1762935)
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?


All times are GMT. The time now is 11:59 AM.

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.01147 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (4)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