News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SA Chat

Started by Diego Andrés, July 21, 2010, 10:36:59 PM

Previous topic - Next topic

SA™

it is a chat mod and will eat up resources there isnt realy much more i can do
you could try using the built in load checking feature
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Realinfo

Quote from: SA™ on January 30, 2012, 02:33:25 PM
Quote from: SA™ on January 27, 2012, 02:14:10 PM
yes im working on these issue it just going to take longer than i intended

the thing is i get it working in one brouser then it breaks in another this is why it is taking so long to update the mod after trying things all weekend i had to change to one of my other projects for a change of code but will get back to it later on it one of them things you wanna get done lol cos it is realy buggin me :D

On which Brouser.......... it works........ please tell......... So I will recommend that to my members ( of my Forum)............... I really want this MOD.............. but not working........ as no message is going to others..............

SA™

#562
@everyone pls try attached  8)
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Realinfo

Not solved by SA_Chat_Beta_4-1_Rev43.zip............. No message goes no any one.............

SA™

http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Realinfo

Quote from: SA™ on February 04, 2012, 12:49:07 AM
brouser?

I tried on all Browsers ( Like Chrome, IE, FireFox, Opera)............... But I saw someone's else forum........... there this MOD is working ok.............. Is there need of any server (website's Hosting) settings....................

SA™

it should work in them brousers i just tested ie ff opera chrome try clearing you brouser cache
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Realinfo

#567
can it work on Linux Hoisting.......... Please someone see at my forum www.realinfo.info is it working for you or not...............

nend

Quote from: Realinfo on February 04, 2012, 09:35:52 PM
can it work on Linux Hoisting.......... Please someone see at my forum www.realinfo.info is it working for you or not...............
It looks to be working for me. Try to clear your cache, the chat saves stuff in a cookie and when that cookie doesn't match what is on the site then stuff can get a little missed up.

@SA, I notice the hook for the head tag is showing in the body section. I understand though, because there is currently no hook in the head section of a page and must use context['headers'] or something.

SA™

#569
Quote@SA, I notice the hook for the head tag is showing in the body section. I understand though, because there is currently no hook in the head section of a page and must use context['headers'] or something.

yep your right thanks nend

changed it to $context['html_headers'] = SAChat_showBar('head');
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

nend

Quote from: SA™ on February 05, 2012, 01:58:31 PM
Quote@SA, I notice the hook for the head tag is showing in the body section. I understand though, because there is currently no hook in the head section of a page and must use context['headers'] or something.

yep your right thanks nend

changed it to $context['html_headers'] = SAChat_showBar('head');
Should append it instead of overwrite it because there might be other stuff in there.

Never done it this way, but it should work.

$context['html_headers'].= SAChat_showBar('head');

OR

$context['html_headers'] = $context['html_headers'].SAChat_showBar('head');

Whatever way your comfortable with, ;)

SA™

opps i always forget that :P i updated my last post ill wait a few more days then ill realse it properly
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Heardy

Is there any way to keep it static instead of being able to move the chats and stuff?

I kinda like the Facebook chat where it just pops up at the bottom of the screen but this one you can move around and stuff.

Can you tell me how I could make the chat stay still?
Mindless Junk - A haven for forumers.

SA™

you can modify your cha theme css and template to achive this
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

SA™

New version realsed


fixed issue with bar not showimg on some servers
fixed issue with urls not linking properly
moved js stuff before the head tags
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

chadon

I have some progress with this new version. The bar is now showing with Firefox but still not with IE and Chrome.

With Firefox, when I click on the username I want to chat with, nothing happens and all links placed under the location where the list of members was located before I minimize it are disabled. I have refresh the page in order to be able to click on a link in the forum and I only have a few seconds to do so before the links are automatically disabled again. ???

I applied all the tips you gave in your "Installation Trouble Shooter"  but nothing changed.

nend

@SA, I think it is strange how so many users are having so much trouble. However I am thinking that it may not be the mod since the mod works perfect on a fresh install of SMF. I am thinking there must be something installed on these sites that are conflicting with the chat.

@others, check to see if the chat works with load balancing turned off, check your chat permissions and use the CHMOD option in the chat control panel if all else fails.

SA™

maybe take a peek in your server error logs it just may hold a clue?
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

chadon

I didn't find anything wrong in the server's error logs but I had no problem installing the mod in a different forum on the same server, both running with SMF 2.0.2 so it has to do with a conflict with a mod.

Here is the list of mods I have one the forum giving me troubles that are not installed in the forum where SA Chat is functional. If i am not the only one having problems we can find wich one is giving us troubles.

Topic Descriptions
Smush.it!
Simple .htaccess Cache Mod
nCode Image Resizer
Curve mobile mod
Treasury
Enhancements to purge inactive members
Single Category
Related Topics
Bookmarks
Member NotePad
Birthday Posts
SMF Arcade
BlogBridger
vBulletin Style Meta Tags
Off-Topic BBC Tag

Heardy

#579
Quote from: SA™ on February 08, 2012, 07:17:24 AM
you can modify your cha theme css and template to achive this

How..?

Is there any chance of maybe implementing a minimize button too?
Mindless Junk - A haven for forumers.

Advertisement: