Active
Project:
Advanced Forum
Version:
7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2013 at 06:27 UTC
Updated:
15 Jan 2013 at 06:27 UTC
Hello,
I'm interested in changing some of the html in this forum. Although I would appreciate precise steps because I'm not a programmer and have no clue about PHP.
Looking at the html of the advanced forum I can see that the structure of the post is:
<div class="forum-post-wrapper">
<div class="forum-post-panel-sub">... </div>
<div class="forum-post-panel-main">... </div>
</div>
Right now the title is in div .forum-post-panel-main, I'd like to have it in the div .forum-post-panel-sub or even in its own div.
Thank you