Using DNN Forum module with an Artisteer skin


Author Message
Craig

Posted: 6/7/2010
Quote message 

Is anyone using the standard 'DNN Forum' module with an Artisteer skin? I'm trying to set one up, but the buttons on the forum (Previous, Next, Edit, Delete and so on) are completely messed up.

It looks perfectly fine with a non-Artisteer skin, so it does appear to be the skin that is not rendering the page correctly, not a problem with the module.

If anyone out there is running this module with an Artisteer skin, I'd be interested to know if you encountered the same problem and if you have a solution! Thanks.

OR - Does anyone know of another free forum module that does work correctly with Artisteer skins..?
 
mwoffenden

Posted: 6/7/2010
Quote message 

I find that Artisteer's Article containers are problematic, while Block containers seem to work well. I hope the developers get a fix for this soon.
 
Steven Webster

Posted: 1/25/2011
Quote message 

There is a small hack to get the forum to look right in an Artisteer Article container. Here is a live example:

http://www.richsonsrv.com/CustomerClub/RichSonsRVClubForum.aspx

To get things looking right you need to comment out the width: auto line from the following class:

.art-article table, table.art-article
{
border-collapse: collapse;
/* margin: 1px;
width: auto; */
}

Also, the same hack in the admin skin will fix some things there too on the admin skin