Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

very weird little shortcode(??) bug...


Go to End


635 Views

Avatar
martimiz

Forum Moderator, 1391 Posts

20 January 2012 at 5:24am

This is the strangest little thing :-( Trying to create a shortcode in tinyMCE looking like this (yep, dutch):

[aanmelden onderwerp=test]

after save turns into this:

[aanmelden> 

narrowed it down to:

[ ond=      (with a space after [ )

will turn into

[>

Why? Using default 2.4.6 install. Must be some rexexp somewhere. I'm supposed to use onderwerp=, and now can't. Can anyone reproduce? And would you any idea where to start looking? TinyMCE? Shortcode parser? Just can't seem to find it....