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)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Mr.Easybb (1587)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Bloodbath (745)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Rukiafan (533)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Dom (513)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
puppycheese (446)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
pedro (330)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Neymar (301)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Hitsu (281)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 
Flora (275)
User avatar in chat - Page 2 Vote_lcapUser avatar in chat - Page 2 Voting_barUser avatar in chat - Page 2 Vote_rcap 


User avatar in chat

radiatorsradiators
Status : No status yet...

Posts : 18
Join date : 2013-02-16
Sun 17 Feb 2013, 15:53
Instead of an external server, can I use somehow what is described here?
http://www.avacweb.com/t129-user-avatar-variable

I managed to have the avatar on my pages using <span class="AVATAR"></span>, so I was thinking if there can be a way to use something similar.
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Sun 17 Feb 2013, 16:39
Just believe me when I say the mian part of the quote is this:
I wrote:People should forget about adding the avatars into the chat
AMGAMG
Status : No status yet...

Posts : 43
Join date : 2013-01-17
Location : Albania
Sun 17 Feb 2013, 16:40
No work for me PHBB3 Sad
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Sun 17 Feb 2013, 16:42
THis code:
Code:
avacweb_chat_config.message_hook.push(function(row, username, user_id, user, msg) {
    msg.innerHTML = msg.innerHTML.replace(/\b(stupid|idiot)\b/gi, '[CENSORED]');
});

Is not for avatars in the chat. (I don't know where you heard that).
It is for word censorship in the chat.

Avatars in the chat is not possible without an external database, scripts to crawl your board regularly and provide your users avatars in a javascript related manner. (If you don't know what this means, then you very likely don't have it.)
AMGAMG
Status : No status yet...

Posts : 43
Join date : 2013-01-17
Location : Albania
Sun 17 Feb 2013, 16:56
LGforum wrote:[quotelink="http://www.avacweb.com/t533p15-user-avatar-in-chat#9297"]THis code:
Code:
avacweb_chat_config.message_hook.push(function(row, username, user_id, user, msg) {
    msg.innerHTML = msg.innerHTML.replace(/\b(stupid|idiot)\b/gi, '[CENSORED]');
});

Is not for avatars in the chat. (I don't know where you heard that).
It is for word censorship in the chat.

Avatars in the chat is not possible without an external database, scripts to crawl your board regularly and provide your users avatars in a javascript related manner. (If you don't know what this means, then you very likely don't have it.)
For user avatar chat have code for phbb3 Lg?
radiatorsradiators
Status : No status yet...

Posts : 18
Join date : 2013-02-16
Sun 17 Feb 2013, 17:12
clear. Not an easy task Smile Thanks for your reply
Sponsored content

 • Previous Topic • Next Topic