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 Mar 27, 2016 7:29:16 GMT -8
Remember that it is the device used and it's ability to support and retain 'localStorage'. If you've changed device (or browser) and/or have a setting to automatically purge locally saved data then that full reply procedure will be needed each time such a purge or change to a virgin device occurs.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 15:41:00 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 27, 2016 9:15:53 GMT -8
yea they oddly came back just as you posted earlier. thank you for the help
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 28, 2024 15:41:00 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 21, 2016 14:25:39 GMT -8
ChrisI changed image for the code button, but it will not refresh, if this plugin is active. Is there any way to force it to refresh, without having to remove and clear the data?
|
|
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 Apr 25, 2016 15:34:51 GMT -8
@burkeknight the "reset" is to visit the FULL REPLY page so the plugin can record the new buttons. This is not data saved online but per device using storage locally available on the device so clearing plugin data would have no effect. If no locally saved button data is found then the standard button images are used. If there was a change to the image set then a visit to the FULL REPLY page will overwrite older images with newer.
|
|
voice
New Member
Speaking of Games & Thrones, Singing of Ice & Fire
Posts: 83
inherit
232039
0
Jan 23, 2017 11:10:17 GMT -8
voice
Speaking of Games & Thrones, Singing of Ice & Fire
83
May 2016
voice
|
Post by voice on May 14, 2016 14:28:51 GMT -8
[div style="width:50%;margin:auto;background-color:hotpink;border:solid 2px;border-radius:5px;"][div style="padding:3px;"][b style="font-size:2em;"]Notice:[/b] [p]This plugin has never at any stage in its life made any AJAX calls or indirectly made calls to any private widget methods that made an AJAX call. With the exception of [u]one person[/u] constantly stating that it does and others doing a Michele Bachmann and repeating this [b]as fact[/b] without proper collaborating evidence and verification (such as a reproducible environment) such talk will be filed under my BS folder until such time as empirical evidence arise to refute or confirm. [/p][/div] [/div] Hi. I'm trying to set up this plugin for a custom button that will allow me to embed a podcast within a post (not a header or footer). The podcast is hosted at PodOmatic, and they offer the following sharing options: Permalink lucifermeanslightbringer.podomatic.com/entry/2015-10-22T00_01_48-07_00Iframe <iframe id='ei7792811' src='http://lucifermeanslightbringer.podomatic.com/embed/frame/posting/2015-10-22T00_01_48-07_00?json_url=http%3A%2F%2Flucifermeanslightbringer.podomatic.com%2Fentry%2Fembed_params%2F2015-10-22T00_01_48-07_00%3Fcolor%3D43bee7%26autoPlay%3Dfalse%26facebook%3Dtrue%26height%3D85%26width%3D300%26minicast%3Dfalse%26objembed%3D0¬b=1' height='85' width='300'frameborder='0' marginheight='0' marginwidth='0' scrolling='no' allowfullscreen></iframe> I have looked through the settings for the plugin, but it's all Greek to me. LOL
|
|
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 15, 2016 16:57:02 GMT -8
voice, only BBCODE (not HTML) is allowed in posts so the plugin deals only in the realm of BBCODE (aka UBBC) and what you've posted there is HTML. If you want to create a button there would need to exist something (a code) that is capable of turning that HTML into BBCODE or plain text and then recognize the pattern and convert it back into HTML, it would then be possible to create a button that can generate the appropriate BBCODE and insert it into the post. What happens to that BBCODE after it has been inserted is up to the code responsible for converting it or Proboards own BBCODE parser if it's a BBCODE native to Proboards.
|
|
voice
New Member
Speaking of Games & Thrones, Singing of Ice & Fire
Posts: 83
inherit
232039
0
Jan 23, 2017 11:10:17 GMT -8
voice
Speaking of Games & Thrones, Singing of Ice & Fire
83
May 2016
voice
|
Post by voice on May 25, 2016 13:42:21 GMT -8
voice , only BBCODE (not HTML) is allowed in posts so the plugin deals only in the realm of BBCODE (aka UBBC) and what you've posted there is HTML. If you want to create a button there would need to exist something (a code) that is capable of turning that HTML into BBCODE or plain text and then recognize the pattern and convert it back into HTML, it would then be possible to create a button that can generate the appropriate BBCODE and insert it into the post. What happens to that BBCODE after it has been inserted is up to the code responsible for converting it or Proboards own BBCODE parser if it's a BBCODE native to Proboards. Many thanks for the reply Chris. If I understand you correctly...
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jun 7, 2016 0:05:36 GMT -8
Hey eton, is there any way I might be able to get this to add the img tag and video tag to a shoutbox and have it work?
|
|
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 7, 2016 7:09:15 GMT -8
If the place where you want to use that particular bbcode does not support the bbcode then this plugin is not going to be of any help to you, this is what is meant with the following when grabbing the plugin from the library: In other words this deals solely with the button and not the magic behind the button. If the bbcode pattern output by the button is not handled either by proboards or some third-party code then this plugin will not be very useful to you. If you cannot type out the bbcode by hand and have it work then this plugin won't be able to type it out for you and have it work. Two examples would be [spoiler][/spoiler] and [blockquote][/blockquote] bbcode tags, both of which are natively supported by Proboards but by default have no corresponding buttons on the editor, you can however type them out by hand. The BBCode Buttons plugin can create buttons and output the supplied bbcode when that button is clicked, whatever happens to that bbcode after it is inserted however is up to whatever is responsible for turning it into html (in this case Proboards, but could also be another plugin) I started on a plugin a couple years ago named BBCode Factory that allowed you to create your own custom BBCode and it even came preconfigured with a sample template for a custom bbcode that added support for the IMG tag to the shoutbox (see shoutbox here) but it didn't generate much interest so I decided to shelve it. I've actually been thinking of reviving it in the past couple of weeks due to some renewed interest but would need more specifics on V6 first before I wasted any time on coding that might become obsolete with the introduction of V6.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jun 7, 2016 16:32:42 GMT -8
If the place where you want to use that particular bbcode does not support the bbcode then this plugin is not going to be of any help to you, this is what is meant with the following when grabbing the plugin from the library: In other words this deals solely with the button and not the magic behind the button. If the bbcode pattern output by the button is not handled either by proboards or some third-party code then this plugin will not be very useful to you. If you cannot type out the bbcode by hand and have it work then this plugin won't be able to type it out for you and have it work. Two examples would be [spoiler][/spoiler] and [blockquote][/blockquote] bbcode tags, both of which are natively supported by Proboards but by default have no corresponding buttons on the editor, you can however type them out by hand. The BBCode Buttons plugin can create buttons and output the supplied bbcode when that button is clicked, whatever happens to that bbcode after it is inserted however is up to whatever is responsible for turning it into html (in this case Proboards, but could also be another plugin) I started on a plugin a couple years ago named BBCode Factory that allowed you to create your own custom BBCode and it even came preconfigured with a sample template for a custom bbcode that added support for the IMG tag to the shoutbox (see shoutbox here) but it didn't generate much interest so I decided to shelve it. I've actually been thinking of reviving it in the past couple of weeks due to some renewed interest but would need more specifics on V6 first before I wasted any time on coding that might become obsolete with the introduction of V6. I was aware that this wouldn't just automatically code for me. I'm sorry I wasn't more specific. Is there a chance you might be willing to share that version with me? I'm REALLY interested in images in my shoutbox. I understand not wanting to do further work on it until v6, but if you're willing to share that version for just now, I'd be so happy.
|
|
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 7, 2016 17:33:42 GMT -8
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jun 7, 2016 20:51:22 GMT -8
wow. that worked like a charm. thank you so much!!! In theory this could be used to do videos too couldn't it? I'm going to play around with it. Thank you again!
|
|
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 7, 2016 21:20:16 GMT -8
Pretty much any valid HTML can be represented. Keep in mind that it is still a work in progress and can be unwieldy having to know which directives to use although the newest version does attempt to reduce the more common ones to simple checkboxes. It is also dangerous if left open ended so be careful since there are no checks in place to warn when leaving exploitable holes open for the mischievous user.
If you create a template especially using {if}{/if} conditions or {foreach} loops I'd be interested to see what you've done.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jun 8, 2016 14:27:51 GMT -8
Pretty much any valid HTML can be represented. Keep in mind that it is still a work in progress and can be unwieldy having to know which directives to use although the newest version does attempt to reduce the more common ones to simple checkboxes. It is also dangerous if left open ended so be careful since there are no checks in place to warn when leaving exploitable holes open for the mischievous user. If you create a template especially using {if}{/if} conditions or {foreach} loops I'd be interested to see what you've done. I'll share whatever I do Chris. Thank you for sharing this with me.
|
|
inherit
231733
0
Sept 18, 2024 19:02:41 GMT -8
rachel8889
85
May 2016
rachel8889
|
Post by rachel8889 on Sept 27, 2016 10:04:41 GMT -8
Is there anyway to make a button that calls custom profile field info?
|
|