Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Mr.Easybb (1587)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Bloodbath (745)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Rukiafan (533)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Dom (513)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
puppycheese (446)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
pedro (330)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Neymar (301)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Hitsu (281)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 
Flora (275)
how to add awc chat to forumotion toolbar Vote_lcaphow to add awc chat to forumotion toolbar Voting_barhow to add awc chat to forumotion toolbar Vote_rcap 


how to add awc chat to forumotion toolbar

ShadowShadow
Status : No status yet...

Posts : 232
Join date : 2011-11-09
Location : Serbia
Wed 27 Mar 2013, 16:28
Well would like to intergrate the chat with toolbar
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Wed 27 Mar 2013, 19:25
I would like this feature as well! Very Happy
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Thu 28 Mar 2013, 01:26
A clickable link?

You can just do this...

Code:
[panda=js]
$(function() {
 $('#fa_menu').before('<span class="chat_toggle" onclick="avacweb_chat.toggle()">Chat</span>');
});
 

Let me know
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Thu 28 Mar 2013, 05:38
that didn't work, sorry
ShadowShadow
Status : No status yet...

Posts : 232
Join date : 2011-11-09
Location : Serbia
Thu 28 Mar 2013, 19:56
Mr.Easybb wrote:[quotelink="http://www.avacweb.com/t1138-how-to-add-awc-chat-to-forumotion-toolbar#11027"]A clickable link?

You can just do this...

Code:
[panda=js]
$(function() {
 $('#fa_menu').before('<span class="chat_toggle" onclick="avacweb_chat.toggle()">Chat</span>');
});
 

Let me know
It doesnt works for me :/
puppycheesepuppycheese
Status : No status yet...

Posts : 446
Join date : 2013-02-12
Age : 30
Location : New Jersey
Thu 28 Mar 2013, 20:01
me either I gave it a shot. But it didn't work. it was in the same spot and It also made the chat unclickable.
ShadowShadow
Status : No status yet...

Posts : 232
Join date : 2011-11-09
Location : Serbia
Tue 02 Apr 2013, 17:24
BUMP
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 02 Apr 2013, 18:17
You may need to add a time out to this, so do this

Code:
[panda=js]
$(function() {
setTimeout(function() {
 $('#fa_menu').before('<span class="chat_toggle" onclick="avacweb_chat.toggle()">Chat</span>');
},300);
});

If it doesn't work right, just change the 300 to like 500 if that doesn't work let me know ok.
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Wed 03 Apr 2013, 18:29
Still not working, although the text "chat" does appear on the toolbar now, it's still not a clickable link. Neutral
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Wed 03 Apr 2013, 23:15
It won't be a "clickable" link, you should still be able to click it though. To make it look like a clickable add this to the CSS

Code:
[panda=css].chat_toggle {
cursor:pointer;
}
avatarSchiggysboard
Status : No status yet...

Posts : 145
Join date : 2012-01-08
Tue 18 Aug 2015, 11:45
Would be interested in it, too! For forumotion chatbox I'm using the following code, so that the number of users beeing in chat will display in toolbar. Also it's clickable, so that the chatbox opens in a window with configured width & height.

Code:

Is anyone able to edit this code, so that it works with AWC? @LGForum maybe?
I would be very grateful!
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Mon 14 Sep 2015, 16:11
The function for toggling the chat now is [ic]avacweb_chat.settings.toggle('open')[/ic] so the onclick event for the linjk will need to be that, then it should work.
Sponsored content