Directly affect asset structure?
Is there a way to directly change the structure of the content or panel assets?
In a post I would like to move things like the username out of the meta div and into the message div. I probably could do this with css and absolute positioning, but is there a way I could affect this using html?
0
Best Answer
-
whu606 MVP
I think you can do it by editing the helper_functons.php file.
Copy Vanilla-Applications-vanilla-views-discussion folder to your theme's views folder (don't edit it directly) and have a play.
0
Answers
I think you can do it by editing the helper_functons.php file.
Copy Vanilla-Applications-vanilla-views-discussion folder to your theme's views folder (don't edit it directly) and have a play.
many thanks, ill try that out.