inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Aug 10, 2015 22:09:41 GMT -8
For some reason the plug in is making it so some members cant use the basic quote function. Is it not compatible with tablets?
|
|
#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 11, 2015 11:29:40 GMT -8
The plugin shouldn't have a problem with the quote function, and doesn't appear to on my test site.
From your post, it seems this problem is only happening on tablets? I have never tested this plugin on a mobile device, but I'll have a look.
|
|
inherit
223778
0
Sept 2, 2024 21:38:13 GMT -8
cfleet1
311
July 2015
cfleet1
|
Post by cfleet1 on Aug 11, 2015 14:37:10 GMT -8
Thanks. Its really only one or two people that cant do it. Its no big deal. Just thought maybe there were others with Tablet issues.
Thanks for the response.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 18, 2015 3:51:18 GMT -8
Your members can store their own, personal, emoticons, and use them when creating posts just like any other smiley. You can edit your personal smilies in your profile. If you go to your 'Settings' page you should have a new area where you can add/remove your smilies. PluginCurrent version 1.1.9Direct LinkThis version stores your smilies in a key, so you are restricted to how many personal smilies you can have depending on the image URLs. hi Todge we meet again arhhhhh !! simple q really, iv noticed i can add full images to this plugin other than small smillies. 1: is this ok to do? will it hinder the plugin in anyway? 2:if yes and no to 1: then can i change the text in the plugin to something like 'post image templates' with css etc etc ?
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 18, 2015 4:23:43 GMT -8
wow iv just seen the size of this thread lol btw it works fine for me
|
|
#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 Sept 18, 2015 9:09:45 GMT -8
Your members can store their own, personal, emoticons, and use them when creating posts just like any other smiley. You can edit your personal smilies in your profile. If you go to your 'Settings' page you should have a new area where you can add/remove your smilies. PluginCurrent version 1.1.9Direct LinkThis version stores your smilies in a key, so you are restricted to how many personal smilies you can have depending on the image URLs. hi Todge we meet again arhhhhh !! simple q really, iv noticed i can add full images to this plugin other than small smillies. 1: is this ok to do? will it hinder the plugin in anyway? 2:if yes and no to 1: then can i change the text in the plugin to something like 'post image templates' with css etc etc ? There's no reason why full size images can't be used with this plugin, other than the impact they would have in the smiley dropdown. As for changing the 'Personal Smilies' text, that would require an update to the plugin. Leave it with me and I'll add an extra option asap.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 18, 2015 9:33:48 GMT -8
hi Todge we meet again arhhhhh !! simple q really, iv noticed i can add full images to this plugin other than small smillies. 1: is this ok to do? will it hinder the plugin in anyway? 2:if yes and no to 1: then can i change the text in the plugin to something like 'post image templates' with css etc etc ? There's no reason why full size images can't be used with this plugin, other than the impact they would have in the smiley dropdown. As for changing the 'Personal Smilies' text, that would require an update to the plugin. Leave it with me and I'll add an extra option asap. i see the dropdown problem now, if theres another way round it so they show as small images in the dropdown that would be good. i'll wait for your a.s.a.p
|
|
#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 Sept 18, 2015 16:43:28 GMT -8
@joecool111, can you please try version 1.2.0. You should now have an option to select you own title for the list of images. You can set a maximum width of the images in the smiley dropdown by putting this in your GLOBAL HEADER.. <style> .wysiwyg-smiley-menu img { max-width: 25px; } </style> Or simply put the CSS into your template.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 18, 2015 17:39:24 GMT -8
@joecool111, can you please try version 1.2.0. You should now have an option to select you own title for the list of images. You can set a maximum width of the images in the smiley dropdown by putting this in your GLOBAL HEADER.. <style> .wysiwyg-smiley-menu img { max-width: 25px; } </style> Or simply put the CSS into your template. very good thanks todge, it works well with images. i put it in the css and removed the <style>tags .... it works, but have i done it right ? i mean will it effect anything becuase it didnt work with the tags so i removed them.
|
|
#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 Sept 19, 2015 4:31:07 GMT -8
You were correct to remove the tags, they are only needed if you put the code in the headers or footers, and no, that CSS should not effect anything else.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 19, 2015 6:31:09 GMT -8
You were correct to remove the tags, they are only needed if you put the code in the headers or footers, and no, that CSS should not effect anything else. can i change the style of the box etc with this id thingy .wysiwyg-smiley-menu or is this just for the image ?
|
|
#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 Sept 19, 2015 6:54:37 GMT -8
What box are you wanting to change?
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 19, 2015 6:58:36 GMT -8
What box are you wanting to change? the one in the profile settings its black and all my other stuff is white
|
|
#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 Sept 19, 2015 7:57:44 GMT -8
What box are you wanting to change? the one in the profile settings View Attachmentits black and all my other stuff is white Yup, that box can be styled with.. #user_smilies { background-color: pink; } For example. By the way, the input fields should be beside the 'X' buttons, you can correct that with.. .sBox { width: 95%!important; } Changing the '95%' to a number that fits your forum.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:41:31 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 19, 2015 8:54:10 GMT -8
the one in the profile settings its black and all my other stuff is white Yup, that box can be styled with.. #user_smilies { background-color: pink; } For example. By the way, the input fields should be beside the 'X' buttons, you can correct that with.. .sBox { width: 95%!important; } Changing the '95%' to a number that fits your forum. iv got all that thank you have a good weekend
|
|