Author pane div tag gets printed twice. If you look at the rendered html code it would be something like this:

.
.
.
.

It's not a major issue, but this causes the increased margin on the left side of the author pane. I have located the error in the template files supplied with the module (advf-author-pane.tpl.php and advf-forum-post.tpl.php). If you look closely, in both files, output is wrapped in

. Output should be wrapped in that tag ONLY in one of those files.

Line 59 of advf-author-pane.tpl.php
Line 68 of advf-forum-post.tpl.php

Chintu

Comments

zd370’s picture

ooops.. sorry i forgot html tags will not be rendered... so the above post might not make sense... re-posting with code tags

Author pane div tag gets printed twice. If you look at the rendered html code it would be something like this:

<div class="author-pane">
  <div class="author-pane">.
.
.
.
  </div>
</div>

It's not a major issue, but this causes the increased margin on the left side of the author pane. I have located the error in the template files supplied with the module (advf-author-pane.tpl.php and advf-forum-post.tpl.php). If you look closely, in both files, output is wrapped in <div class="author-pane">. Output should be wrapped in that tag ONLY in one of those files.

Line 59 of advf-author-pane.tpl.php
Line 68 of advf-forum-post.tpl.php

Chintu

michelle’s picture

Title: author pane » Author pane div in advf-forum-post
Priority: Normal » Minor
Status: Active » Fixed

This was fixed a while ago. It was a leftover div caused by yanking out the author pane into its own module.

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.