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)

VodkaFish 11-12-2004 03:13 PM

Quote:

Originally Posted by Grim77
3. Authentication now checks member group ID's per popular request.

Great! I was just able to download it - but I don't see where to set this - I see where to set the primary groups in the global file, is there somewhere else, or does that read primary and secondary now?

Grim77 11-12-2004 03:21 PM

Quote:

Originally Posted by VodkaFish
Great! I was just able to download it - but I don't see where to set this - I see where to set the primary groups in the global file, is there somewhere else, or does that read primary and secondary now?

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! :)

VodkaFish 11-12-2004 03:29 PM

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! :)

Perfectly clear :)

My only suggestion would be to change the comments that are used for documentation :)

ChrisBaktis 11-13-2004 11:07 PM

I downloaded this hack to get the new info on the Who's Online feature...Problem is the install html file for some reason is not showing the templates I need to create for the Whoi's Online feature...any chance of posting the code just for the Who's online feature?

ChrisBaktis 11-15-2004 07:12 PM

yes/no?

Grim77 11-16-2004 01:31 AM

ChrisBaktis,

Look in the templates/HTML folder for the templates :) You'll need to open them with a web browser, and the template names are the same as the filenames without the .html.

VodkaFish 11-16-2004 05:40 AM

If I have the chat room completely embedded (autologin enabled and such), if someone isn't logged in, I don't expect them to be able to click on the chatroom and have the java load with an "incorrect login" come up.

The previous page had the print_no_permission script in there for people not logged in, I'd suggest adding it back in as I would think people would expect it to work the same.

Also - I'd expect the "who's chatting" to follow the same permissions as "active users", perhaps add this into the who's chatting page:

Quote:

if (!($permissions['wolpermissions'] & CANWHOSONLINE))
{
print_no_permission();
}
That's from online.php for anyone looking to mimic permissions easily. You can just place it below:
Quote:

define('THIS_SCRIPT','chat_online');
Great job on the update, my users really like the who's chatting.

One odd thing's happening: my actual chat window is wider than I'm specifying. Has a minimum width been put into place? My template's a bit off now because of it.

ChrisBaktis 11-16-2004 12:45 PM

Quote:

Originally Posted by Grim77
ChrisBaktis,

Look in the templates/HTML folder for the templates :) You'll need to open them with a web browser, and the template names are the same as the filenames without the .html.

Thank you - I overlooked that folder and was concentrating on the install.html file that was not showing them.

NetRover 11-16-2004 08:07 PM

Hi there, I've updated my chat from the 101 download file to this latest version.

I've checked my installation and instructions and can't find where I might have gone wrong to get the who's online to display on the forum home page.

Any guidance appreciated to resolve why it might not be showing.

thank you

VodkaFish 11-16-2004 08:22 PM

Even if you've installed it correctly it will not show if no one is currently in the room. My suggestion would be to open a window with you in the room; then wait about 2 minutes and refresh your forums home page.


All times are GMT. The time now is 07:03 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.01535 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
  • (6)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