Hello Pixture,

I tested the new ported advanced_forum module and get found a problem with the forum topics with installed advanced_forum and author_pane.

Take a look at the screenshot to see the problem. forum topic content is out of alignment. I quick solution (only short test!) is
<div class="forum-post-content" style="float:left;">
and the post content will go up to the right place under the headline/ topic title...

Will you fix it to be compatible to advanced_forum?

CommentFileSizeAuthor
#6 Space.png138.33 KBBrewmaniac
forum_mayo.png21.11 KBJohnnyX
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnnyX’s picture

Short information... float is NOT the solution but helps me to find the element in source!
Maybe you have a better and working solution ;)

Azelphur’s picture

Subscribing / also have this issue.

mermentau’s picture

Status: Active » Postponed (maintainer needs more info)

There is not enough information here for trying to duplicate the problem.

mermentau’s picture

Advance Forum has had 3 alpha and beta releases since the last post by Alzelphur on July 27, 2011. If anyone is still having a problem with this issue and would give more details I would be willing to give it a go. If not I'll close it in a couple of weeks.

mermentau’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
Brewmaniac’s picture

FileSize
138.33 KB

I have the same issue. It only occurs with the first post in the topic and the space that the message is pushed down seems to be related to the size of the author_pane box. It only occurs with Mayo and only with the first post. I have attached a pic from my site so that you can see that the text of the message starts at the bottom of the author information. Has anyone found a resolution for this? Thanks.

mermentau’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Status: Closed (cannot reproduce) » Needs work

@Brewmaniac, I have the issue duplicated and am looking into it. I see you reference the "author_pane", but I can't find any configuration for that in the advanced forum module. On the left column I have the author name with his image under it and no Offline icon or joined date. The advance forum module is new to me so could you help me get my configuration exactly like yours.

I see the problem on a new topic but a comment underneath is fine.

I'm opening the issue back up and changing the version to reflect the latest Mayo which shows the issue.

mermentau’s picture

In style.css around line 620 we have:

.field-type-text-with-summary {
  clear: left; /* do not use 'both' */
}

Commenting out the clear:left; fixed it for me, but I'm not sure whether any other fields use that so testing would be good.

Brewmaniac’s picture

Wow. You are very fast. It was a poor choice of words on my part. I should have just said the spacing offset was the same as the user picture. The change in the css worked for me as well. Thank you very much. I love the theme. It was exactly what I had been searching for quite a while.

Abilnet’s picture

I can verify this behavior also from my side. The fix in #8 worked fine.

Thanks for the fix - and the wonderful theme, your hard work appreciated!

mermentau’s picture

Status: Needs work » Fixed

Commited #8 to the dev version.

Status: Fixed » Closed (fixed)

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