DNN Forum-Module


Author Message
Simon

Posted: 3/3/2010
Quote message 

I`ve got Artisteer 2.3.0.23326 Standard Edition and a problem with the DNN Forum Module. I've to use the Block Container, becaue Article doesn't work at all. But also with the Block Container the forum doesn't look like it should. Everything is fine 'til I get to the posts. The options "reply", "delete" etc. are displaced and also "previous" and "next" are looking awfull.
art-article img, img.art-article: margin is set to 0em
article: none table border
What else can I do?
 
mwoffenden

Posted: 3/3/2010
Quote message 

Couple of options...
1) Debug the code yourself and correct the styles/html
2) Report it to Artisteer support. In this case, be as explicit as possible (include screen shots if possible.)
 
Marc

Posted: 3/3/2010
Quote message 

Same problem. I don't know where to change things in the css. Something with the tables is wrong, but don't know how to change??
 
Steven Webster

Posted: 3/4/2010
Quote message 

I hate to say this but Artisteer skins don't always play nice with modules....even core modules. What I end up doing is using something like the Devloper Tools for FireFox to "debug" the skins. These tools allow you to click on an element and see the corresponding CSS, class, .css file reference and liune number in a left pane. Very useful in figuring out what's going on.

FF is a free plug in, IE and Chrome have similar tools.
 
Marc

Posted: 3/5/2010
Quote message 

Thanks. This helped a lot. I could fix everything excepting the search-table. there it says something about "element.style" (the width is wrong). But no idea where I can find this css.

any ideas?
 
Miguel Clara

Posted: 3/10/2010
Quote message 


Firebug for Firefox is great.... It helped me.. fixed a lot of css generated by artisteer..

My control Panel was wired to...

Firebug allows you to track a certain area... and see EXACTLY wish class are being applied... and even more, it show a scratch on style that aren't doing anything :)

I'm sure that you'll have no trouble finding what you're looking with firebug for firefox
 
Steven Webster

Posted: 3/12/2010
Quote message 

Quote Marc:

Thanks. This helped a lot. I could fix everything excepting the search-table. there it says something about "element.style" (the width is wrong). But no idea where I can find this css.

any ideas?


Marc,
Hard to say without seeing it. Usually the dev tools show you the css file and line number. I wonder if what you see is inline css.