Forum posts not inline

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/20/2009 6:00:53 PM
Gravatar
Total Posts 110

Forum posts not inline

Hi,

I have setup Forums but have noticed that when replies to posts are posted, the user information is in the wrong place on the page.  Check out

http://www.scdpmonline.org/Forums/Thread.aspx?thread=1&mid=3&pageid=3&ItemID=1

to see what I mean.  Any help bringing everything back inline would be appreciated.

Cheers.

2/20/2009 6:36:48 PM
Gravatar
Total Posts 18439

Re: Forum posts not inline

Hi David,

On your site this problem appears to be IE specific, it looks fine in Firefox.

But I have a solution for you because I ran into this issue recently myself. After the last release I added a data point to the users table to show total revenue from each user from any commerce enabled feature and then I addedit into the forums on the left side with the other user info. I did this because it was starting to become difficult to remember who my customers are, who bought me a beer etc. I mean I strive to give everyone good support but hey if post comes in from someone who has bought a product or bought me a beer I'm more likely to answer it after working hours. So anyway when I added this extra data to the left of the forums to show user revenue (only to authorized roles) it caused this same layout problem in the forums for me in all browsers (the same as what you have in IE) in all the included skins so I had to fix them as follows. Basically you should add what I have in the curly braces {} to the same css classes in your forummodule.css file for your skin. Leave the settings you have there and add these:

.postwrapper {float: left; width:100%; }
.postleft {clear: left; }
.postbody { min-height:80px; }

Then clear the server cache by touching Web.config, then clear the browser cache of temp internet files.

Hope it helps,

Joe

2/20/2009 6:49:01 PM
Gravatar
Total Posts 18439

Re: Forum posts not inline

Hey David,

Many Thanks for the beers! I raise my glass to you as it is well into happy hour here!
I wasn't really trying to guilt trip you into buying me beers or anything but truly I did run into this issue because of the beer monitoring I just implemented :-D. Nevertheless I truly appreciate the beers!

Cheers,

Joe 

2/20/2009 6:52:03 PM
Gravatar
Total Posts 110

Re: Forum posts not inline

That worked great !

Thanks.

2/20/2009 6:54:03 PM
Gravatar
Total Posts 110

Re: Forum posts not inline

I was meant to buy you the beer yesterday but got tied up.  Truly think the product is great and your support is awesome!  Already recommended it to plenty of people so hopefully more beer tokens will be on their way to you in the near future.

You must sign in to post in the forums. This thread is closed to new posts.