Request page
I want to change de order of elements on requests page. For example, put the request comment on top of the page, like the tickets page, and order the comments by date, the newest on top. I can do this? If yes, how?
-
Hi Suporte! Welcome to the Community!
I think it might be possible to achieve this by adding some custom JavaScript code to the Request page of your Help Center. I'm not able to give you the exact code (JS is outside my skillset), but I'll see if one of our Moderators might be able to help!
-
Hi Jessie,
I'll be waiting then, thank you.
-
You can add something like this in the JS part of the theme, just change "request_custom_fields_123456" with the correct one.
$(".request_custom_fields_123456").insertBefore(".request_subject");
-
Hi Jeroen,
If I do this, I will still have the sort problem, where it will be presented from the last to the first, ie the most recent will be at the end.
-
I'm sorry, I thought you were looking at the "New request" page I misunderstood.
-
Is on this page.
Please sign in to leave a comment.
6 Comments