Mojo forum rendering bug

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/29/2008 2:17:28 PM
Gravatar
Total Posts 45

Mojo forum rendering bug

I was just posting a reply to say "thanks" in this thread, and I noticed a rendering bug. The screen shots are below. Note: this occurs AFTER you click the reply button.

IE screen shot

FF screen shot

7/29/2008 2:23:24 PM
Gravatar
Total Posts 45

Re: Mojo forum rendering bug

Just to clarify what's going on, if it isn't obvious...

Your "Buy Me a Beer!" link doesn't render properly on either browser.

In IE, the avatar IMG element is rendering a non-existent image file. It probably shouldn't render at all since I haven't selected an avatar.

In FF, the IMG element is correctly not rendering, but the entire poster's information block is rendering in the wrong place.

 

7/29/2008 2:25:52 PM
Gravatar
Total Posts 18439

Re: Mojo forum rendering bug

Hi,

Thanks, its fixed on this site now and will soon be fixed in svn and new release files.

Best,

Joe

7/29/2008 2:53:05 PM
Gravatar
Total Posts 45

Re: Mojo forum rendering bug

The avatar is still rendering with a red X.

Here's the problem. When simply viewing, the IMG element is rendering as:

<img alt='' src='/Data/Sites/1/avatars/blank.gif' />
 

When replying, the IMG element is rendering as:

<img alt='' src='http://www.mojoportal.com/Data/Sites/1/avatars/' />
 

Besides the fact that the reply form is missing the file name ("blank.gif"), note that the src URL uses the full absolute path rather than a relative path.

7/29/2008 3:25:27 PM
Gravatar
Total Posts 18439

Re: Mojo forum rendering bug

Hi,

Thanks again, it was actually 2 issues, the first was the signature and the second was the avatar, at first I only noticed the signature problem as that has the buy me a beer link and image.

Its fixed now on this site and will be fixed in svn soon.

Best,

Joe

7/29/2008 3:30:51 PM
Gravatar
Total Posts 18439

Re: Mojo forum rendering bug

I uploaded a new set of files, 2-2-6-6-b that fixes the missing files bug you reported on the other post and it fixes the forum signature bug, but unfortunately the avatar bug I didn't know about until after re-packaging so it will have to wait for the next time I make a package.

Best,

Joe

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