TinyMCE Quattro and its wysiwyg bbcodes

TinyMCE Quattro and its wysiwyg bbcodes 2.7.2

No permission to download
Use your browser console to see from where is coming that white space.
btw how do i fix the table not having the border separators in the table?
DNDGHAR.jpg
 
@xH3LLRAIZ3Rx
Check the style properties options of the addon, you should find something. There are several skins. If you didn't find a way to fix your problem this weekend, contact me by pm then with a link to your tests.
 
hmmm, when I use the "Insert Edit Link" button, I get the following

Code:
[URL='http://myforumsubdomain.myforumdomain.com/test.com']test.com[/URL]

instead of...

Code:
[URL='http://test.com']test.com[/URL]
 
It appears that any bbcodes only work properly once within my posts using this editor. The first time I use the spoiler button, for example, it works as intended. If, however, I want two spoilers within the same post (or two pictures, two hyperlinks, etc.) all I get is the plain text within the tags (eg. [*spoiler]Why isn't this working[/spoiler]. Is there a fix I can use to be able to use the same bbcode twice within the same post?
 
@xH3LLRAIZ3Rx
Check the style properties options of the addon, you should find something. There are several skins. If you didn't find a way to fix your problem this weekend, contact me by pm then with a link to your tests.
This may be the issue with Xencarta, when I edit it in HTML instead of BBCODE, this is what it shows
Code:
[h3]IC Types List[/h3]
This is the List of all IC's

[xtable=skin1|border:1|cellpadding:2|cellspacing:1|705x@]
{tbody}
{tr}
{th=center}IC ID{/th}
{th=center}Shorthand{/th}
{th=center}Allows ST{/th}
{th=center}Families{/th}
{th=center}Name{/th}
{th=center}Description{/th}
{/tr}

so it may be the {}'s thats causing the issue, plus on another page i did using a xencarta wiki template this shows:

Code:
template=table-start][/template]
[template=table-row-3col] cell1= [B]For[/B]| cell2= [B]With platform[/B]| cell3= [B]How to install[/B][/template]
[template=table-row-3col] cell1= Multiplayer| cell2= [URL='http://bukkit.org/']Bukkit[/URL]| cell3= [URL='http://wiki.sk89q.com/wiki/CraftBook/Installation/Bukkit']Bukkit installation[/URL][/template]
[template=table-row-3col] cell1= Multiplayer| cell2= [URL='http://www.canarymod.net/']Canary[/URL]| cell3= [URL='http://forums.canarymod.net/?topic=85']Available as a significantly differing fork[/URL][/template]
[template=table-row-3col] cell1= [S]Multiplayer[/S]| cell2= [S]hMod[/S]| cell3= No longer supported (see [URL='http://wiki.sk89q.com/wiki/CraftBook/Installation/hMod']legacy instructions[/URL])[/template]
[template=table-end][/template]

so maybe Xencarta Wiki doesn't like the {}'s?
 
@xH3LLRAIZ3Rx
I'm going to tell you one more time what I've said you many times in private:
  1. Does this bug occur in a normal post? You were no able to provide me any answer and continued asking me for the same thing about the XenCarta addon.
  2. If no, I don't make the support for the XenCarta Wiki addon, contact his developer. If yes, provide me the content of your message in the Bb Code format.
I stick to that answer. If you won't reply to my basic questions, I have no reason and no technical element to reply to it.
 
It appears that any bbcodes only work properly once within my posts using this editor. The first time I use the spoiler button, for example, it works as intended. If, however, I want two spoilers within the same post (or two pictures, two hyperlinks, etc.) all I get is the plain text within the tags (eg. [*spoiler]Why isn't this working[/spoiler]. Is there a fix I can use to be able to use the same bbcode twice within the same post?
I'm not sure to understand your issue, but check the paragraph 5 of the Bbm Faq.
 
@xH3LLRAIZ3Rx
I'm going to tell you one more time what I've said you many times in private:
  1. Does this bug occur in a normal post? You were no able to provide me any answer and continued asking me for the same thing about the XenCarta addon.
  2. If no, I don't make the support for the XenCarta Wiki addon, contact his developer. If yes, provide me the content of your message in the Bb Code format.
I stick to that answer. If you won't reply to my basic questions, I have no reason and no technical element to reply to it.
Sorry about not giving you a straight answer, the bug does not occur in normal Posts, it is a bug with Xencarta, the good thing though is until that bug is fixed, I found a solution to the problem, thanks again though for the Support
 
@Main Company,
To avoid this, add http:// at the moment. The new version will automatically add it for you.
I think there's some confusion. It's adding my domain the link, where it should not be added.

Code:
[URL='http://myforumsubdomain.myforumdomain.com/test.com']test.com[/URL]

the link to test.com should simply be
Code:
[URL='http://test.com']test.com[/URL]
 
I have had to disable this addon, because keep getting the following error with latest version.
Code:
Fatal error: Class 'Sedo_TinyQuattro_Helper_MiniParser' not found in /var/www/vhosts/****/httpdocs/library/Sedo/TinyQuattro/BbCode/Formatter/Base.php on line 300
 
@cclaerhout

The class Sedo_TinyQuattro_Helper_MiniParser got renamed to YourDirectory_YourClass_MiniParser which obviously breaks things; https://github.com/cclaerhout/xen_TinyQuattro/pull/8

Due to increased memory usage of the updated MiniParser, I had to revert that file to an older version. The normal limit of 128mb wasn't enough. And increasing it to 256mb didn't work either.
Which means I didn't update it on my dev board so during this last month I was testing nothing... I revert back to the former one and will do further tests later. Thanks.
 
  • Like
Reactions: Xon
Top Bottom