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
Comments
Comment #1
zd370 commentedooops.. 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:
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
Comment #2
michelleThis was fixed a while ago. It was a leftover div caused by yanking out the author pane into its own module.
Michelle