Posted by mermemladeK on January 15, 2013 at 6:27am
1 follower
| Project: | Advanced Forum |
| Version: | 7.x-2.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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