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)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Mr.Easybb (1587)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Bloodbath (745)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Rukiafan (533)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Dom (513)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
puppycheese (446)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
pedro (330)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Neymar (301)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Hitsu (281)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 
Flora (275)
Chatbox Quote Button Vote_lcapChatbox Quote Button Voting_barChatbox Quote Button Vote_rcap 


Chatbox Quote Button

jan2xonlinejan2xonline
Status : No status yet...

Posts : 53
Join date : 2013-01-19
Mon 04 Mar 2013, 08:59
That quote button is cool! Are you sharing the code for it now or are you give it in the future?

Chatbox Quote Button Quote_10
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
Mon 04 Mar 2013, 09:01
He already did Wink

Code:
[panda=js]avacweb_chat_config.message_hook.push(function(row, username, userid, usr, msg) {
    row.innerHTML += '<span class="awc-quote" onclick="parent.avacweb_chat.quote_msg(\'' + username.replace(/'/g, "\\'") + '\', this.parentNode)">Quote</span>';
});
avacweb_chat_config.add_event('onload', function() {
    avacweb_chat.quote_msg = function(user, row) {
        avacweb_chat.insert_text( '[quote="' + user + '"]' + $('.msg', row).text() + '[/quote]' );
    };
});
jan2xonlinejan2xonline
Status : No status yet...

Posts : 53
Join date : 2013-01-19
Mon 04 Mar 2013, 09:05
Awesome!!!! Thanks!
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
Mon 04 Mar 2013, 18:11
No problem jan2x . Maybe LG will see this and make the plug-in post Smile
AMGAMG
Status : No status yet...

Posts : 43
Join date : 2013-01-17
Location : Albania
Mon 04 Mar 2013, 22:43
No work for me..look
Mod: AMG: hello allQuote
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
Mon 04 Mar 2013, 22:47
You have to add CSS so hold on plaese;

Code:
[panda=css].awc-quote { float: right; font-weight: bold; text-shadow: 0 1px white; cursor: pointer; }
AMGAMG
Status : No status yet...

Posts : 43
Join date : 2013-01-17
Location : Albania
Mon 04 Mar 2013, 22:49
Mr.Easybb wrote:[quotelink="http://www.avacweb.com/t1067-chatbox-quote-button#10354"]You have to add CSS so hold on plaese;

Code:
[panda=css].awc-quote { float: right; font-weight: bold; text-shadow: 0 1px white; cursor: pointer; }

yes work..thnx
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
Mon 04 Mar 2013, 22:54
No problem. Don't forget guys, sometimes you can find what you are looking for with a quick search. Click search in the nav bar and it is the easiest way
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Wed 06 Mar 2013, 21:01
Where do I add hooks?
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Sat 09 Mar 2013, 22:32
I still can't add this.....I suck at using hooks. Razz
avatarjock2007
Status : No status yet...

Posts : 25
Join date : 2012-11-10
Age : 38
Location : uk
Sat 09 Mar 2013, 22:42
just make a new javascript and add the script easybb gave above in post #2. then goto your css and add the css he posted in post #6

you should be sorted then Smile
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
Sat 09 Mar 2013, 23:32
Well you don't need to make a new js, you add it at the end of the AWC script after the document.write statement.
Sponsored content