vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - SocialForums 1.4 (https://vborg.vbsupport.ru/showthread.php?t=174878)

wicked80 04-04-2008 02:09 AM

I installed the Mod and when i clicked "Create Forum" got the exact same error as described above by Reeve:

Invalid Forum Specified.

I am using 3.7 beta 5 version and can you tell me how to disable the default message board.

Thanks

traxxadd 04-04-2008 05:57 AM

Works great thanks for the time you put into this mod!!!!!:up:

Phalynx 04-04-2008 06:04 AM

Quote:

Originally Posted by Yours Truly (Post 1482271)
Do you have a list of what you added without me having to download it? I'm talking about the bit i edited myself :)

Here are the settings from 1.2:
Code:

$forumdm->set_bitfield('options', 'active', '1');
        $forumdm->set_bitfield('options', 'allowposting', '1');
        $forumdm->set_bitfield('options', 'cancontainthreads', '1');
        $forumdm->set_bitfield('options', 'moderatenewpost', '0');
        $forumdm->set_bitfield('options', 'moderatenewthread', '0');
        $forumdm->set_bitfield('options', 'moderateattach', '0');
        $forumdm->set_bitfield('options', 'allowbbcode', '1');
        $forumdm->set_bitfield('options', 'allowimages', '1');
        $forumdm->set_bitfield('options', 'allowhtml', '1');
        $forumdm->set_bitfield('options', 'allowsmilies', '1');
        $forumdm->set_bitfield('options', 'allowicons', '1');
        $forumdm->set_bitfield('options', 'allowratings', '1');
        $forumdm->set_bitfield('options', 'countposts', '1');
        $forumdm->set_bitfield('options', 'canhavepassword', '1');
        $forumdm->set_bitfield('options', 'indexposts', '1');
        $forumdm->set_bitfield('options', 'styleoverride', '0');
        $forumdm->set_bitfield('options', 'showonforumjump', '0');
        $forumdm->set_bitfield('options', 'prefixrequired', '0');


Quote:

Originally Posted by Varsh (Post 1482282)
Surely at least this:
  • Social group forums are hidden from everyone except those that are part of the social group
No? And perhaps when someone not in the social group will not be allowed access if they're not in the group.

They can be hide, but for everyone. Direct access only for members of the group. But if someone knows the exact URL of the forum he gain's access.

Quote:

Originally Posted by RvG2 (Post 1482291)
Nope I did not modified socialgroups_group. I have more than 2 members in my group so this should not be a problem at all. Just I need to have the template edit on themes aside from the vb default theme (if any)

Please PM me login details as Admin to your site. I need also query permission.

Quote:

Originally Posted by Reeve of shinra (Post 1482320)
This is what I see when I try and create a group :/
Invalid Forum Specified.

Quote:

Originally Posted by wicked80 (Post 1482485)
I installed the Mod and when i clicked "Create Forum" got the exact same error as described above by Reeve:
Invalid Forum Specified.

If you get a "Invalid Forum Specified" you should check parent forum setting in AdminCP/Settings/SocialForums

Quote:

Originally Posted by wicked80 (Post 1482485)
I am using 3.7 beta 5 version and can you tell me how to disable the default message board.

With 1.2 this is not needed anymore. SocialForums 1.2 will be released today.

Phalynx 04-04-2008 06:53 AM

SocialForums has been updated to 1.2 - here is the changelog:

- Added: Groupleader can now be moderator of group forum
- Added: Minimum Members that are required for own forum
- Added: Group messaging will be automatically hide for group that has own forum
- Added: Forums are created with more allowances
- Added: By deleting a forum the linked socialgroup get's updated
- Added: Forum's description contains link back to social group
- Added: By changing group's name it synchronize it with the forum's name

Upgrade:
- Simply import XML, overwrite existing

Varsh 04-04-2008 09:57 AM

Quote:

Originally Posted by Phalynx (Post 1482572)
They can be hide, but for everyone. Direct access only for members of the group. But if someone knows the exact URL of the forum he gain's access.

That's my only qualm really otherwise now it's just what I needed. Isn't it possible to use an if statement to check whether the user is part of the group or not? Ir not then give them a permission denied screen?

Phalynx 04-04-2008 10:17 AM

They are several ways of accessing a forum or a particular thread. To catch all this locations would be very intensive.

edenx 04-04-2008 11:18 AM

Suggestions:

1. Group Leader can set new moderators for group forum.

2. If I see a "group forum" new posts on "today topics" and click that forum without being a member, it will notify me and ask me to join the group.

NFLfbJunkie 04-04-2008 11:49 AM

Could there be an option to still allow messages to be made in the social group as well as in the social group's forum? And can "Allow HTML" be set as 'diasbled' upon creation of a social group's forum?

Phalynx 04-04-2008 11:57 AM

Quote:

Originally Posted by edenx (Post 1482710)
1. Group Leader can set new moderators for group forum.

That would not be part of this modification.

Quote:

Originally Posted by edenx (Post 1482710)
2. If I see a "group forum" new posts on "today topics" and click that forum without being a member, it will notify me and ask me to join the group.

Nice idea, let's see for next version.

Quote:

Originally Posted by Junkie (Post 1482743)
Could there be an option to still allow messages to be made in the social group as well as in the social group's forum?

Possibly, let's see...

Quote:

Originally Posted by Junkie (Post 1482743)
And can "Allow HTML" be set as 'diasbled' upon creation of a social group's forum?

That's I didn't see, it will be changed in next version.

toucan42 04-04-2008 12:13 PM

I am eager to get 3.7 installed on my board just to have this hack - THIS is how social groups and vb are meant to play together - nice nice work - thank you so much!


All times are GMT. The time now is 12:41 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.01901 seconds
  • Memory Usage 1,755KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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