inherit
222558
0
Nov 24, 2024 1:12:13 GMT -8
Willow
This font!
835
June 2015
willowelf
|
Post by Willow on May 28, 2021 12:35:45 GMT -8
Hi and Happy Friday!!!
I have a quick question.
Is it possible to add a "insert user link" button to the shoutbox button list?
Thanks!
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on May 28, 2021 12:59:16 GMT -8
Willow, you should be able to accomplish this with a script. I would recommend posting in the Coding Help board (or I can move this thread if you wish.)
|
|
inherit
darrenelliott@hotmail.com
129389
0
Sept 3, 2024 15:23:42 GMT -8
darrenvox
212
August 2008
darrenvox
|
Post by darrenvox on May 28, 2021 13:06:16 GMT -8
yes go there and they will help you!!
dont know why it couldnt be a plugin idea...
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on May 28, 2021 14:40:14 GMT -8
Well, Chris did make a plugin to add those on the Quick Reply - maybe he can tell how to add those to the shoutbox. Also, I believe his plugins are editable, so you could look at the source code as well (as in, looking at the source code on his Quick Reply BBCode Buttons plugin).
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 29, 2021 1:38:11 GMT -8
The control freak version of that plugin (aka nightly build) has the capability to add buttons to any input so it kind of can already add that button to the shoutbox. One drawback here however is it was meant to add buttons to inputs that had no buttons to begin with such as signature, personal text, etc so won't actually add to the existing buttons of that shoutbox but instead start a new row of buttons.
|
|
inherit
222558
0
Nov 24, 2024 1:12:13 GMT -8
Willow
This font!
835
June 2015
willowelf
|
Post by Willow on Jun 3, 2021 12:09:23 GMT -8
Sorry for getting back so late on this! Anyway, I just assumed that since there were already formatting buttons on the ShoutBox that it would be as easy as just adding something simple.' The plugin above looks like the best option but as Chris points out adding the a new row looks a bit messy.
Thanks everyone who helped!
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 3, 2021 17:23:44 GMT -8
Sorry for getting back so late on this! Anyway, I just assumed that since there were already formatting buttons on the ShoutBox that it would be as easy as just adding something simple.' The plugin above looks like the best option but as Chris points out adding the a new row looks a bit messy. Thanks everyone who helped!
That little wrinkle can be rectified by employing a CSS rule to hide the original shoutbox buttons and using the control freak plugin to exclusively provide the buttons. .shoutbox_form.content-box ul.tools { display: none; } Edit:
The sequence of the buttons can be dictated by using the sequence field until this feature request can be fulfilled
|
|