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)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Mr.Easybb (1587)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Bloodbath (745)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Rukiafan (533)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Dom (513)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
puppycheese (446)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
pedro (330)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Neymar (301)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Hitsu (281)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 
Flora (275)
Problem: Smileys arent displayed on Avacweb Chat Vote_lcapProblem: Smileys arent displayed on Avacweb Chat Voting_barProblem: Smileys arent displayed on Avacweb Chat Vote_rcap 


Problem: Smileys arent displayed on Avacweb Chat

Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Fri 06 Dec 2013, 11:39
Hi all,
When I am opening the Avacweb Chat in my forum and when pressing the smileys button the smileys are not showing. It showing a little white square.
Can you help me to fix it?

Best Regards,
Dark-Avenger
elii01elii01
Status : No status yet...

Posts : 95
Join date : 2012-12-29
Fri 06 Dec 2013, 13:05
Dark-Avenger wrote:[quotelink="http://www.avacweb.com/t1793-problem-smileys-arent-displayed-on-avacweb-chat#17642"]Hi all,
When I am opening the Avacweb Chat in my forum and when pressing the smileys button the smileys are not showing. It showing a little white square.
Can you help me to fix it?

Best Regards,
Dark-Avenger
I have the same problem >> http://www.avacweb.com/t1790-chatbox-problem

I uploaded a part of the code that work me for chatbox v1-7.
Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Fri 06 Dec 2013, 15:41
Where must I put this code in javascript? I placed at the of Avacweb Chat but it disabled the AvacWeb Chat.

Best Regards,
Dark-Avenger
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Fri 06 Dec 2013, 19:59
I'm guessing you're both using phpbb2. Avacweb chat does not actually support phpbb2, it just happens to work on it.
It's like having software that needs windows 7, and you try it on vista, it just happens to work for the most part, but with issues.

It would be possible to patch using an onload event to change the smilies loading function but I would need to look at phpbb2 which I won't be doing. Someone else could give it a try though.
Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Sat 07 Dec 2013, 00:27
I have phpbb2 forum version and Windows 8 O.S if it helps.
Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Wed 11 Dec 2013, 17:54
Hi all,
Can we fix this problem on phpbb2?
Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Wed 12 Feb 2014, 12:57
Hi all,
How can I fix this issue I have some members which are complaint with this issue.

Best Regards,
Dark-Avenger
Dark-AvengerDark-Avenger
Status : Hello

Posts : 166
Join date : 2013-10-27
Age : 49
Fri 14 Feb 2014, 13:20
Bump
Rhino.FreakRhino.Freak
Status : Moved on to Phpbb

Posts : 222
Join date : 2013-03-05
Age : 27
Location : India
Fri 14 Feb 2014, 14:38
sorry for offtopic, but why don't you change the forum version? it would provide better results and performance!
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
Fri 14 Feb 2014, 16:47
You can add this after the AWC code, a small hack which will make the smilies work for phpbb2

Code:
[panda=js]$(function(){
avacweb_chat.smilies=function() {
            var a = avacweb_chat.id("achat_smilies");
            avacweb_chat.showhide("achat_smilies");
            if ("" == a.innerHTML) {
                var b = function() {
                    a.innerHTML = a.innerHTML.replace(/href="javascript:insert_chatboxsmilie/g, 'onclick="return parent.avacweb_chat.insert_text');
                    $("form select", a).removeAttr("onchange").change(function(a) {
                        c("/post?mode=smilies&categ=" + this.value)
                    })
                }, c = function(c) {
                        a.innerHTML = avacweb_chat.t("Loading smilies...");
                  var phpbb = false;
                   $.get('/post?mode=smilies',function(data){ var ch = $(data).find('#simple-wrap');if(ch.context !== undefined) phpbb = true;});
                        phpbb == true ?  $(a).load(c + " #simple-wrap", b) : $(a).load(c + " .forumline", b);
                    };
                c("/post?mode=smilies")
            }
        };
});
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
Sun 16 Feb 2014, 23:49
Did this help you or no?
avatarGuest
Thu 06 Nov 2014, 19:54
that code didnt work for me but this one does only prob is it adds ads a new button and i cant figure out how to remove to old smileys button


Code:
avacweb_chat_config.add_event('onload', function () {
$(avacweb_chat.id('achat_smilies')).after('<div class="achat_button" onclick="do_selectsmilies(event);">Smileys</div>');
});

update removed old button with css

Code:
div.achat_button:nth-child(4){display: none}
Sponsored content