Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shortcode in textarea field with more than 1 parameter doesn't work #3161

Closed
Jimmi08 opened this issue May 31, 2018 · 3 comments
Closed

shortcode in textarea field with more than 1 parameter doesn't work #3161

Jimmi08 opened this issue May 31, 2018 · 3 comments
Assignees
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented May 31, 2018

I want to insert to Welcome message this shortcode:
{CHAPTER_MENUS: name=mobile-games&template=mobile-games}

it's changed to:
[html]<p>{CHAPTER_MENUS: name=mobile-games&amp;template=mobile-games}</p>[/html]

& - it's not taken as second parameter.

Array
(
    [name] => mobile-games
    [amp;template] => mobile-games
)

I thought this was solved already, but it's happened again.

@outlaw16151
Copy link

looks like chapters of the mobile games show on every page

@Jimmi08
Copy link
Contributor Author

Jimmi08 commented Jun 13, 2018

This is similar issue for gallery, it was fixed:

#2205

@Moc Moc added the type: bug A problem that should not be happening label Jun 23, 2018
@Moc Moc added this to the e107 2.1.8 milestone Jun 23, 2018
@SimSync
Copy link
Contributor

SimSync commented Jun 24, 2018

@Jimmi08 Just submitted a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

5 participants