Hi All
I'm on DNN 4.9.1 Forum 4.4.3.
After installing the module I found that when I'm viewing a forum my page layout changes. The problem is that if normally I have three panes at the same level, when navigating to a forum page the first pane in the page is “swallowing” the other two, so they're no more at the same level but they're now childes of the first. It occurs only in a forum page nor at forum groups view neither in a thread view.
After investigating this I found out via CSS validation that somewhere there is a missing “td” closing tag and I saw in the past this might be the source for problems like this, but I couldn't find where to fix it.
Here is the error message by the CSS validator:
Line 149, Column 14: document type does not allow element "td" here.
</table><td
><img valign="middle" border="0" src="/DesktopModules/Forum/Themes
and here is the full line from page source:
</table><td><img valign="middle" border="0" src="/DesktopModules/Forum/Themes/Default/Images/spacer.gif" /></td></td><tr>
I already search all forum's ascx files but didn't find where it's, is there any other place I can look for it?
Also it seems there is an "alt" property missing somewhere here the message:
Line 149, Column 109: required attribute "alt" not specified.
…m/Themes/Default/Images/spacer.gif" /
></td></td><tr>
I'll be glad if I could also find where to fix this.
Thanks,
OrenG