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)

Amit86 04-06-2008 02:00 AM

Quote:

Originally Posted by Varsh (Post 1483933)
Are there enough members in the SG? The default is set to 5 members in the ACP. Check the vBulletin Options.

if u were talking to me, there was more than 5 members in the group
is said NO ACCESS
not tha i need more members

AWMGolfer 04-06-2008 02:07 AM

Not sure if this has been asked but when I disable group messages so that the forum can be used, will those messages be lost or still viewable? Many of my groups currently have lengthy discussions going and I'd hate to lose those if possible. Thanks!!

Varsh 04-06-2008 08:43 AM

Quote:

Originally Posted by Amit86 (Post 1484057)
if u were talking to me, there was more than 5 members in the group
is said NO ACCESS
not tha i need more members

Which category are your SG forums pointed to? If they're pointing to "1" and you don't have a category/forum with an ID of "1" then you will get that error, same if you have a category with permissions for a set usergroup.

Yours Truly 04-06-2008 09:57 AM

Quote:

Originally Posted by Phalynx (Post 1482572)
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');



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.


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



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


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

Thank you :)

hrk 04-06-2008 11:43 AM

clicking social group messages(moderated and deleted ) output this error :

Code:

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:

                        SELECT SQL_CALC_FOUND_ROWS
                                groupmessage.*, user.*, groupmessage.ipaddress AS messageipaddress, socialgroup.name
                               
                                ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
                               
                       
                        FROM moderation AS moderation
                        INNER JOIN groupmessage AS groupmessage ON (moderation.primaryid = groupmessage.gmid AND type = 'groupmessage')
               
                        LEFT JOIN user AS user ON (groupmessage.postuserid = user.userid)
                        LEFt JOIN socialgroup AS socialgroup ON (groupmessage.groupid = socialgroup.groupid)
                        LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
                       
                       
                        WHERE 1=1
                                AND moderation.dateline >= 1204893707
                               
                        ORDER BY groupmessage.dateline DESC
                        LIMIT 0, 10;

MySQL Error  : Column 'type' in on clause is ambiguous
Error Number  : 1052

Classname    : vb_database
MySQL Version : 4.1.22-standard


UNINstalled for now.

nerofix 04-06-2008 06:01 PM

I wonder that nobody else did post it yet, but when a member try to create a group forum, then he or she get the message:

XXX, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

What could be the reason?

Edit: By the way, it would looks great if the group forum would appears within the group itself.

And why the group message wall goes away?

jilly 04-06-2008 07:45 PM

Quote:

Originally Posted by nerofix (Post 1484555)
I wonder that nobody else did post it yet, but when a member try to create a group forum, then he or she get the message:

XXX, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
And why the group message wall goes away?

My regular users are getting that too - only admins can make forums in groups right now - and yes, I am also confused as to why the group message wall goes away..

jilly 04-06-2008 07:46 PM

Quote:

Originally Posted by Xhaiden (Post 1484059)
Not sure if this has been asked but when I disable group messages so that the forum can be used, will those messages be lost or still viewable? Many of my groups currently have lengthy discussions going and I'd hate to lose those if possible. Thanks!!

Mine disappeared, and I don't know if we will be able to get them back or not - so at this point I would not make the forum unless you don't mind losing the messages..

Phalynx 04-06-2008 08:25 PM

Quote:

Originally Posted by Xhaiden (Post 1484059)
Not sure if this has been asked but when I disable group messages so that the forum can be used, will those messages be lost or still viewable? Many of my groups currently have lengthy discussions going and I'd hate to lose those if possible. Thanks!!

Quote:

Originally Posted by jilly (Post 1484632)
Mine disappeared, and I don't know if we will be able to get them back or not - so at this point I would not make the forum unless you don't mind losing the messages..

Quote:

Originally Posted by nerofix (Post 1484555)
And why the group message wall goes away?

To avoid double-messaging it has been just disabled, they are simply not shown.
To make one thing clear: This mod does not delete group messages. It disables only the view of them. I will do in the next version a setting if they should be hide.

Quote:

Originally Posted by hrk (Post 1484297)
clicking social group messages(moderated and deleted ) output this error :

Please be more specific, as I cannot confirm this. SocialForums does not touch messages.


Quote:

Originally Posted by nerofix (Post 1484555)
I wonder that nobody else did post it yet, but when a member try to create a group forum, then he or she get the message:

XXX, you do not have permission to access this page. This could be due to one of several reasons:

What could be the reason?

Quote:

Originally Posted by jilly (Post 1484631)
My regular users are getting that too - only admins can make forums in groups right now - and yes, I am also confused as to why the group message wall goes away..

Only Groupleaders can create forum. The link will be hide in next version for non-leaders.


Quote:

Originally Posted by nerofix (Post 1484555)
Edit: By the way, it would looks great if the group forum would appears within the group itself.

Nice idea, yes. Had that idea also, but it's very difficult to accomplish this.

jilly 04-06-2008 09:22 PM

Quote:

Originally Posted by Phalynx (Post 1484661)
Only Groupleaders can create forum. The link will be hide in next version for non-leaders.

It is my Groupleaders who are getting the 'no permission to access' message.


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