Hello,
I have a problem when I put a BB-code code in one of my wordpress articles, the image of the bb-code is displayed it’s perfect, but when I click on it the page that opens does not launch not directly the url contained in el BB-code but add in front of the url of my website instead of directly displaying the link which is in the bb-code, so I have an error page, what should I do?
thank you
]]>Hello,
we started having an issue on our website after the latest update of this plugin. We had to deactivate the plugin because it created a fatal error.
Let me know if you can take a look at our problem.
All the best,
LightStalking.com team
Alt-tags in img aren’t closed properly here.
In class-bbcode.php is a ” missing on line 314 at the end.
The corrected code which works for me:
return '<img src="'.$content.'" alt="'.$alt.'" title="'.$alt.'" />';
Can you please add this fix to the next plugin update? Thank you!
]]>I’m having trouble getting a number of the shortcodes to work. I’m specifically interested in [subscript] and [superscript].
I have added the two shortcodes to the whitelist-plugin. But still no luck.
Other shortcodes like [quote] and [spoiler] works fine.
I’m wondering if has to do with either of the following two problems:
1)
[code]Warning: Invalid argument supplied for foreach() in /home/ashome08/public_html/<domain>/wp-content/plugins/bbcode-deluxe/bbcode-admin.php on line 15[/code]
2)
[code]REMOTE_HOST - Your web server must be configured to create this variable. For instance, Apache needs HostnameLookups On in httpd.conf.[/code]
I’m not sure why this latter is necessary? At any rate: It’s impossible for us on our siteground account, as the HostnameLookups is a share setting for all of the sites. This problem must apply to most shared-hosted users.
]]>I would love to see these bbCodes, or most of them, added to the TinyMCE for bbPress but am having an awfully hard time figuring out how to do this.
Would this be able to be added in through a menu options panel in the backend? I would also suggest adding the option to choose which bbCodes to enable. A reason for the latter addition would be to disable common codes or ones someone might add in through a plugin. For instance, I am utilizing the BBSpoiler plugin, and while it doesn’t add its button to the bbPress editor either, I enjoy that this spoiler enables one to add a specific color to the spoiler.
Any thoughts on adding these in?
]]>phpBB3 has an extension which adds oodles of bbCodes to its editor menu. One of these is the glow bbCode, which is essentially a text shadow which the user can color. I’d think its format would be:
[glow color=”red”]text[/glow]
[glow color=”#99000]text[/glow]
Would you please update the class structure so that PHP 7 is supported?
1. Rename BBCode to Deluxe_BBCode
2. Change all function to public function
3. Open bbcode-deluxe and instantiate the class with the Deluxe_BBCode name.
This will allow the plugin to activate with PHP 7.
Hope this helps.
]]>When I try to embed a youtube video with the codes [youtube] and [/youtube] I get a error code on screen like this:
Warning: Illegal string offset 'width' in /customers/6/0/7/mickesei.se/httpd.www/wp-content/plugins/bbcode-deluxe/class-bbcode.php on line 391 Warning: Illegal string offset 'height' in /customers/6/0/7/mickesei.se/httpd.www/wp-content/plugins/bbcode-deluxe/class-bbcode.php on line 391
Why? Where do I set width and height?
]]>Some tags like url, color, size stopped working after upgrade to WordPress 4.4.
b, img works good.
]]>I inserted [youtube]nnAy1906EHg[/youtube]
and
got
Warning: Illegal string offset 'width' in C:\wamp\www\wordpress\wp-content\plugins\bbcode-deluxe\class-bbcode.php on line <i>391</i>...
Warning: Illegal string offset 'height' in C:\wamp\www\wordpress\wp-content\plugins\bbcode-deluxe\class-bbcode.php on line <i>391</i>...
]]>