News:

Wondering if this will always be free?  See why free is better.

Main Menu

SA Chat

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

Previous topic - Next topic

SA™

Quote from: electricwildflower on August 09, 2013, 01:11:04 PM
Thanks for the reply.

Had problems trying to upload the zip version complained it was empty even though i extracted it to make sure it wasn't but the tar.gz uploaded fine and installed. These are the files on the link you gave me to check out.

I still had the same problem i checked out the following

Ran fix bar
Ran clear cache,
Ran purg all messages
Ran Optimise Database tables
made sure permissions where set right for members, guests etc.
checked out error logs and nothing pointing to sachat

Nothing seemed to fix it but oddly enough i decided to back up my main website and installed the chatbar but it never showed and after i ran fix bar it showed up and now runs fine on the main website. I decided to delete my test website as it mirrors my main and just copy the main and run the repair settings.php and everything is ok now.

not sure what the problem was as i was also having problems getting into admin which would always tell me i was logged out and needed to sign back in to get to admin.

Anyway all works now Cheers :)

glad u got it working
just so you know there is a chat test page here
http://site.com/forum/sachat/sachattest.php chances are if it works there and no were else it a conflict with somthing
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 -___-

electricwildflower

Seems the link you sent me is down ;)

SA™

well yes you have to replace site.com with your site :P
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 -___-

electricwildflower


electricwildflower

Have a question if you can help me unless i have missed the questions already being asked.

Anyone know how i can attach the chatbox to the sachat bar as it performs horribly when it's on it's own. It would be much better and look better if it was attached.

I am unsure on what code i have to edit ?

Cheers

SA™

What? Didn't get that
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 -___-

electricwildflower

Sorry i might of worded that wrong.

When i chat to someone the chat box i use to chat is not attached to the actual bar which is what i am looking to do. So when someone wants to chat it will open up but stay attached the the actual bar if you get me :P

SA™

your have to mod the theme a bit i cant rwaly say how as ive still not got the hand of the theme sytsem in this mod i didnt code that part
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 -___-

electricwildflower

Ah ok i will look into the theme and see how i can mod if Cheers :)

enen92

Hey all,

Is it possible to append the conversation windows to the bar without opening them aside? Like in facebook chat or "Who's online" option?

Thanks

SA™

Quote from: SA™ on August 20, 2013, 07:19:38 AM
your have to mod the theme a bit i cant realy say how as ive still not got the hand of the theme system in this mod i didn't code that part


i am trying different things with smf 2.1 themeing isnt realy my thing  :D
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 -___-

Cat McFarlane

Hiya, I've installed it without errors, on SMF 2.5.0, using Fresh Looks, but I can't see it anywhere.
Thanks, Cat

SA™

in maintenace in sa chat admin ran the fix bar thing
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 -___-

Cat McFarlane

Quote from: SA™ on September 13, 2013, 10:06:38 AM
in maintenace in sa chat admin ran the fix bar thing

Thanks SA  :) Sorry, but I must be missing something. I installed it fine, were no error messages. Using Fresh Looks. Have used CHMOD, but still not seeing it. Was there code to put into SimplePortal boxes, something extra I've not done? I must admit to not knowing what this means or what code to use ... "The integration codes can be put into any html code. One in the head and one in the body. The install script however installs the JavaScript codes by default in the default theme, but you can add these codes into whatever template you like SMF or not".

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 -___-

Cat McFarlane

Quote from: SA™ on September 14, 2013, 10:44:36 AM
sry try this one here
http://samods.github.io/SAChatBar/

Thanks for new upload link/package.  :) I couldn't upload it to forum.

SA™

Quote from: Kindred on August 09, 2013, 01:13:38 PM
the issue with zip versions from github is known...

github puts the zip versions two layers deep, which means, whent he package manager goes to extract it, all it finds is another layer of directories, no XML install file

try the tar.gz one
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 -___-

azkia

Quote from: nend on July 23, 2010, 10:55:34 AM
The problem is custom themes, The chat usually only installs to the default theme's index.template.php. During the install you can select to install to additional themes but this does not always work.

Here is the manual way to install the chat on custom themes.

Open index.template.php in the theme you want 2-SI Chat to work in.

Find
</head>

Add Before
<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=head"></script>

Find
<body>

Add After
<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=body"></script>

Be sure to replace the path in the codes from hxxp:www.your-site.com/path_to_forum [nonactive] to your site and path to your forum.


HI nend, i have a problem , i installed SA Chat in my SMF forum 2.0.5  no error messages. but the applications is not work, i used custom theme from Dark Mark,  So, if i try your codes above can work in my forum? sorry i still newbie


nend

Quote from: azkia on September 27, 2013, 08:24:21 PM
Quote from: nend on July 23, 2010, 10:55:34 AM
The problem is custom themes, The chat usually only installs to the default theme's index.template.php. During the install you can select to install to additional themes but this does not always work.

Here is the manual way to install the chat on custom themes.

Open index.template.php in the theme you want 2-SI Chat to work in.

Find
</head>

Add Before
<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=head"></script>

Find
<body>

Add After
<script type="text/javascript" src="http://www.your-site.com/path_to_forum/2sichat/index.php?action=body"></script>

Be sure to replace the path in the codes from http://www.your-site.com/path_to_forum to your site and path to your forum.


HI nend, i have a problem , i installed SA Chat in my SMF forum 2.0.5  no error messages. but the applications is not work, i used custom theme from Dark Mark,  So, if i try your codes above can work in my forum? sorry i still newbie



That post is three years old. Since then SA has taken over the chat development a few years ago. I believe the chat uses hooks instead of template edits now days so that post is not relevant. There should be a fix chat option in there somewhere, sorry can't be of much help I haven't touch the chat in years.

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: