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

Tags <ul> <li> and <strong> displayed in raw text #24

Open
Kerumen opened this issue Apr 23, 2014 · 3 comments
Open

Tags <ul> <li> and <strong> displayed in raw text #24

Kerumen opened this issue Apr 23, 2014 · 3 comments

Comments

@Kerumen
Copy link
Contributor

Kerumen commented Apr 23, 2014

When we create a new board/category/forum, the tags are displaying in raw text.

image

@Htb24
Copy link

Htb24 commented Jun 16, 2014

Hello,
try to change all :

form_theme: CCDNForumForumBundle:Common:Form/fields.html.twig

by

form_theme: CCDNComponentCommonBundle:Common:Form/fields.html.twig

@F1orin
Copy link

F1orin commented Jul 22, 2015

As @Htb24 stated the problem is here:
form_theme: CCDNForumForumBundle:Common:Form/fields.html.twig
Since some commit this file has disappeared (it is present in 2.0.2 release, but is already absent in 2.0.3 release), so the forum can not pick up the theme and display the forms correctly.

I have overriden all the CCDNForum templates in ...\views\Admin\* removing this line:
{%- form_theme form ccdn_forum_forum.forum.admin.<method name is here>.form_theme -%}
and it worked. Sure this is not the best solution, but at least it fixes the forms in admin zone.

@christiancannata
Copy link

Hi guys,
I have modified edit admin files removing form theme line, but the problem is persist, I see list tags in raw text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants