vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   SigmaChat Complete Integration & Authentication (https://vborg.vbsupport.ru/showthread.php?t=63107)

coloradok5 12-24-2004 01:55 AM

Quote:

Originally Posted by Grim77
It reads both the primary and secondary member groups when doing authentication, and lumps then together. If, for instance, you give user group 5 admin privileges, then a user will get chat admin privileges if his primary group is 5 or any of his secondary member groups include 5. If a user belongs to any group that is banned from chat access, even if that user also belongs to another group that allows access, he/she will be denied access.

Hmm, I hope that is clear :rolleyes: -- either way, it should work the way most people want it to, if not, just let me know! :)

OK, is there a way I can do this?

Primary group "2" (no access)
Primary group "2" with Additional group "16" (access)

trackpads 12-24-2004 02:04 AM

Quote:

Originally Posted by coloradok5
OK, is there a way I can do this?

Primary group "2" (no access)
Primary group "2" with Additional group "16" (access)

You can do that with the VB Usergroups as is.

LEave usergroup 2 as no access but set this to yes"

"Allow Users to have Member Groups"

Then just give group 16 access. Then anyone in group 2 that has a secondary group of 16 should have access. Members of group 2 without 16 as a secondary group should not have access.

-Jason

coloradok5 12-24-2004 02:14 AM

Quote:

Originally Posted by trackpads
You can do that with the VB Usergroups as is.

LEave usergroup 2 as no access but set this to yes"

"Allow Users to have Member Groups"

Then just give group 16 access. Then anyone in group 2 that has a secondary group of 16 should have access. Members of group 2 without 16 as a secondary group should not have access.

-Jason

Thats exactly how I have it set and it doesn't allow group 16 access?? It looks like the code simply looks at primary and not secondary usergroups??

ChrisBaktis 12-27-2004 11:20 PM

How can I keep non-members from accessing the chat room?

vonedaddy 01-05-2005 09:25 PM

I installed this hack and it works great EXCEPT I dont see the who's chatting box... I checked and recheck the installation instructions and made sure all the changes were made and no luck. The only thing I notice is that the templates: sigmachat_wc_embedne & sigmachat_wc_list - which seem to have nothing but a comment in them keep reverting to empty templates. Any ideas on this would be GREATLY appreciated!

peterska2 01-06-2005 08:03 PM

I'm having the same problem and am very frustated with it.

trevelyn1015 01-07-2005 10:10 PM

i have this chatroom on my site, and it works great...

the only problem is, when no one is in the chatroom, the "who's chatting" bar doesn't show up on the forum index, by "users online" etc...

is there a way to keep it always up, even if just displaying "there are currently no members chatting or something"... :)

trackpads 01-07-2005 10:46 PM

Quote:

Originally Posted by trevelyn1015
i have this chatroom on my site, and it works great...

the only problem is, when no one is in the chatroom, the "who's chatting" bar doesn't show up on the forum index, by "users online" etc...

is there a way to keep it always up, even if just displaying "there are currently no members chatting or something"... :)

Open your template called "sigmachat_wc_embedne" and replace with the following:

Code:

<!-- users chatting -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activechatters')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="chat_online.php?$session[sessionurl]">$vbphrase[sigmachat_wgo_wc]</a>: $totalchatting</td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_activechatters" style="$vbcollapse[collapseobj_forumhome_activeusers]">
        <tr>
                <td class="alt2"><a href="chat_online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[sigmachat_chatting]" border="0" /></a></td>
                <td class="alt1" width="100%">


                        <div class="smallfont">
<div style="white-space: nowrap">
$vbphrase[sigmachat_refresh_msg]
<a href="chat.php?$session[sessionurl]">$vbphrase[sigmachat_chatnow]</a>
</div>
                                <div>

$template[sigmachat_wc_list]

</div>
                        </div>
                </td>
        </tr>
</tbody>
<!-- end users chatting -->


trevelyn1015 01-08-2005 01:02 AM

thanks man... i appreciate it..

for some reason, i left that template blank...

trackpads 01-08-2005 01:12 AM

Quote:

Originally Posted by trevelyn1015
thanks man... i appreciate it..

for some reason, i left that template blank...

No, it was supposed to be blank. There are 2 and depending on the condition (no one chatting etc) it would display a blank, hence no chatting block.

I just made them both the same and now it displays no matter what!

-Jason


All times are GMT. The time now is 10:08 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.01338 seconds
  • Memory Usage 1,750KB
  • 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
  • (5)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