inherit
268669
0
Nov 6, 2023 6:17:29 GMT -8
marti2015
5
November 2023
marti2015
|
Post by marti2015 on Nov 2, 2023 12:30:04 GMT -8
how do i get this added to my fast reply area Todge
|
|
inherit
268669
0
Nov 6, 2023 6:17:29 GMT -8
marti2015
5
November 2023
marti2015
|
Post by marti2015 on Nov 3, 2023 4:04:30 GMT -8
Can anyone help me please
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Nov 3, 2023 9:13:29 GMT -8
how do i get this added to my fast reply area Todge To get your personal smilies to appear in the quick reply area, you currently need to install the Quick Reply BBCode Buttons plugin by Chris ( help thread). That plugin will add all of the regular posting buttons to the QR area, and the Personal Smilies will then be listed below the standard smilies in the dropdown. There will be an option to add the Personal Smilies to the QR area by themselves in a future update.
|
|
inherit
268669
0
Nov 6, 2023 6:17:29 GMT -8
marti2015
5
November 2023
marti2015
|
Post by marti2015 on Nov 3, 2023 15:51:40 GMT -8
i have this already do i need to click to make it to work Todge
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Nov 3, 2023 16:15:03 GMT -8
If you are already using Quick Reply BBCode Buttons plugin, and you have not removed the Smileys option from the plugin, your personal smilys should be at the bottom of the dropdown.
If not, try moving the Personal Smilies plugin to the bottom of plugin list, if that still does not work, we will need a link to your forum to investigate further.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Jul 24, 2024 8:44:59 GMT -8
Version 1.3.0 is now available in the library. Personal Smileys can now be used in the shoutbox.
|
|
inherit
269852
0
Oct 25, 2024 7:19:29 GMT -8
auroral2k
10
August 2024
auroral2k
|
Post by auroral2k on Aug 26, 2024 22:23:50 GMT -8
i may be blind, i am dead tired, but skimmed this entire thread to no avail. Is there no way to limit emoji size forcefully? It is 2024 after all, people are too lazy to manually resize their images if I give them perms to use this plugin. Such a good idea but being able to send a 4k image in a shoutbox is hilariously ridiculous. If there's anything I can do to limit it please do LMK.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Aug 27, 2024 22:37:48 GMT -8
i may be blind, i am dead tired, but skimmed this entire thread to no avail. Is there no way to limit emoji size forcefully? It is 2024 after all, people are too lazy to manually resize their images if I give them perms to use this plugin. Such a good idea but being able to send a 4k image in a shoutbox is hilariously ridiculous. If there's anything I can do to limit it please do LMK. Try adding this to your forums' CSS Styling.. .shoutbox-post .message .smilie { display: inline-block; max-width: 40px; max-height: 20px; } Change the numbers to suit..
|
|
inherit
269852
0
Oct 25, 2024 7:19:29 GMT -8
auroral2k
10
August 2024
auroral2k
|
Post by auroral2k on Aug 31, 2024 7:07:36 GMT -8
i may be blind, i am dead tired, but skimmed this entire thread to no avail. Is there no way to limit emoji size forcefully? It is 2024 after all, people are too lazy to manually resize their images if I give them perms to use this plugin. Such a good idea but being able to send a 4k image in a shoutbox is hilariously ridiculous. If there's anything I can do to limit it please do LMK. Try adding this to your forums' CSS Styling.. .shoutbox-post .message .smilie { display: inline-block; max-width: 40px; max-height: 20px; } Change the numbers to suit.. Thank you! that is a big help. Is there also a way to do this for forum posts as well? is it just .posts .message .smilie?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,321
January 2004
todge
|
Post by Todge on Aug 31, 2024 9:31:47 GMT -8
Try adding this to your forums' CSS Styling.. .shoutbox-post .message .smilie { display: inline-block; max-width: 40px; max-height: 20px; } Change the numbers to suit.. Thank you! that is a big help. Is there also a way to do this for forum posts as well? is it just .posts .message .smilie? You can, replace the code I gave you above with this... .shoutbox-post .message .smilie, .message .smilie { display: inline-block; max-width: 20px; }
|
|