Welcome, Guest. Please Login or Register.
April 25, 2024, 10:43:55 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3-1.4.1] Integrated Chat v.3 « previous next »
Pages: 1 ... 15 16 [17] 18 19 ... 21 Reply Ignore Print
Author Topic: [Done 1.3-1.4.1] Integrated Chat v.3  (Read 169696 times)
diva_uno
Full Member
***
Posts: 119


I'm your mama!!!

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #240 on: January 14, 2003, 07:40:05 PM »
Reply with quote

brodle...
When are the different skins going to be available?
Logged

Karma -1?! Damn that llama!!!
diva_uno
Full Member
***
Posts: 119


I'm your mama!!!

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #241 on: January 14, 2003, 07:47:13 PM »
Reply with quote

One more question.
I was wondering if I could restrict chat to only certain people? I plan to have live chat with a certain celeb and I am going to block out all those members who are not active posters when this chat occurs. I don't know if this is a question for brodle or goosemoose or both.
Logged

Karma -1?! Damn that llama!!!
bananaman
Noobie
*
Posts: 34


No ordinary superhero!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #242 on: January 14, 2003, 07:59:12 PM »
Reply with quote

Quote from: diva_uno on January 14, 2003, 07:47:13 PMOne more question.
I was wondering if I could restrict chat to only certain people? I plan to have live chat with a certain celeb and I am going to block out all those members who are not active posters when this chat occurs. I don't know if this is a question for brodle or goosemoose or both.

You would need to modify this line:

if ($username == "Guest") { die("Guests are not allowed to enter this area!"); }
to exclude specific groups of users.

For example something like this will check to see if the user is part of a member group and will prevent guests and "regular" members from entering the chat through the forum interface.

   $request3 = mysql_query("SELECT m.memberGroup FROM {$db_prefix}members AS m WHERE m.memberName='$username'");
   while ($tmp = mysql_fetch_array($request3))
   {
      if ($tmp['memberGroup'] != ''){
      $specialmember = 1;
   } else {
      $specialmember = 0;
   }}
if ($specialmember = 0 || $username == "Guest") { die("Only Special Members are allowed to enter this area!"); }

NOTE I have not checked this code - just a quick cobble together to give you an example of what could be done.
« Last Edit: January 15, 2003, 08:07:39 AM by bananaman » Logged

http://wolfensteinresource.com for all your Wolfenstein needs!
brodle
Full Member
***
Posts: 210


I'm a llama!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #243 on: January 14, 2003, 08:06:06 PM »
Reply with quote

Quote from: diva_uno on January 14, 2003, 07:40:05 PMbrodle...
When are the different skins going to be available?

I just got Adobe installed again so hopefully soon. I made a red skin :) and working on yellow right now.

I'm probably just going to make the standard web color interfaces.

Logged

diva_uno
Full Member
***
Posts: 119


I'm your mama!!!

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #244 on: January 14, 2003, 08:22:15 PM »
Reply with quote

I'll try that out...thanx bananaman
Logged

Karma -1?! Damn that llama!!!
nferreri
Noobie
*
Posts: 45


Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #245 on: January 15, 2003, 08:43:21 PM »
Reply with quote

any idea why it doesn't go into chat with username anymore?  used to work in 1.4 but not in 1.5.. it pops up a dialog to enter your username in.
Logged
brodle
Full Member
***
Posts: 210


I'm a llama!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #246 on: January 15, 2003, 08:57:12 PM »
Reply with quote

someone reported this on another site.  Whats your site url and a login and pass to test with?
Logged

CrimSon_ReD
Full Member
***
Posts: 170


RED, WHITE & BLUE - enUFF saiD!!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #247 on: January 15, 2003, 10:54:26 PM »
Reply with quote

eyo brodle i am channel owner of my irc channel and the system does not recognize me...Whats the deal?

How do I fix that?

Room #fookshetup
Logged

brodle
Full Member
***
Posts: 210


I'm a llama!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #248 on: January 15, 2003, 11:45:07 PM »
Reply with quote

The server was due for a reboot, try it now.
Logged

losthai
Noobie
*
Posts: 10


Your llama is next!

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #249 on: January 16, 2003, 10:14:59 AM »
Reply with quote

Some notes on this widget...

Uh, I found the hack to turn off images and use a test link, but shouldn't it just work like the rest of the message board? From the CP?

Clicking the chat link in Netscape 7 caused me to be immediately logged out. Happens every time.

Could there be a README added as a quick-and-dirty tutorial on how to modify the privileges of the first user to open the chat if he/she is NOT a site admin? As it is set up now it seems like non-Admins can make policy, ban, etc. and that really should be reserved to Admins if that is a standing feature of the board. Just saying...

Other than that, very kewl and many thanks.
Logged
brodle
Full Member
***
Posts: 210


I'm a llama!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #250 on: January 16, 2003, 04:53:02 PM »
Reply with quote



After installing the mod you should sign on and register the room and setup your moderators in it. Once you do that onyl your staff can police and change settings in the room.

As far as netscape 7 issue is this when you just click on the chat icon in main menu?
Whats the url and a login and pass so we can see.


Quote from: losthai on January 16, 2003, 10:14:59 AMSome notes on this widget...

Uh, I found the hack to turn off images and use a test link, but shouldn't it just work like the rest of the message board? From the CP?

Clicking the chat link in Netscape 7 caused me to be immediately logged out. Happens every time.

Could there be a README added as a quick-and-dirty tutorial on how to modify the privileges of the first user to open the chat if he/she is NOT a site admin? As it is set up now it seems like non-Admins can make policy, ban, etc. and that really should be reserved to Admins if that is a standing feature of the board. Just saying...

Other than that, very kewl and many thanks.

Logged

losthai
Noobie
*
Posts: 10


Your llama is next!

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #251 on: January 17, 2003, 05:07:52 AM »
Reply with quote

brodle, thanks for the reply. I have [there's no "staff"] taken care of the chat privacy features.

The Netscape bug -- logged out of the board when clicking the chat icon or text link -- not only seems to affect NS7 but NS4.77 also.

I'll PM you a URL and user/pass combo. Thanks again.
Logged
maok
Noobie
*
Posts: 31


Asteroid do not concern me admiral

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #252 on: January 18, 2003, 01:53:04 PM »
Reply with quote

will this mod work on yabbse1.5 ?
Logged
solarisjedi
Jr. Member
**
Posts: 52


Bah

Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #253 on: January 18, 2003, 06:16:16 PM »
Reply with quote

When setting a room to secret, you can no longer see who's in the chat room on the yabb forum. Is there a way around this? I'd like to keep the room off the IRC lists yet allow members of my forum to see who's chatting via the javascript snippet at the top of m yabb forum...

Any ideas?

Thanks.
Logged
brodle
Full Member
***
Posts: 210


I'm a llama!

WWW
Re:[Done 1.3-1.4.1] Integrated Chat v.3
« Reply #254 on: January 18, 2003, 07:00:21 PM »
Reply with quote

I should have that fixed this week. Im actually working on the scripts right now.
in the mean time you can set keypass=theroompasswordhere in the chat.php script

and set the password via room options in chat room
that will prevent outsiders form getting in  and will automatically submit the pass for your members.

Logged

Pages: 1 ... 15 16 [17] 18 19 ... 21 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3-1.4.1] Integrated Chat v.3 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.037 seconds with 20 queries.