Forum

3 replies [Last post]
amnion
amnion's picture
Offline
Joined: 03/02/2008
Points: 0

The forum was aligned correctly initially, but now it is pushed aside by the "mark all forums read" button.

Advanced Forum Layout

Jason
Jason's picture
Offline
Joined: 01/03/2008
Points: 8
Advanced Forum Module Styles

Hi Amnion,

Even though this is an add-on module outside of our Efficient theme, I'll comment on your problem.

We were having the same problem with the Advanced forum module CSS on the itheme theme, which we are using here.

To modify the CSS and fix your problem:

1) Go to the Advanced forum CSS file called advanced_forum.css.
2) Find the CSS at the bottom that looks like this:

#newtopiclink {
float:right;
}
#newtopiclink a {
color: white;
}
.markasread {
float:left;
}

3) Replace or play around with it using something like this to start:

#newtopiclink {
position: relative;
width: 166px;
clear: both;
}
#newtopiclink a {
color: white;
}
.markasread {
position: relative;
width: 166px;
}

You may have to toy around with this to get the exact settings you want, but this wouldn't be an efficient theme problem - unless a CSS class controlling the advanced forum look and feel was inherited from the main Efficient theme style.css, which I don't believe it would be.

Hope that helps you with the issue.

Thanks!

Jason
Jason's picture
Offline
Joined: 01/03/2008
Points: 8
Firebug

Hi Amnion,
You should consider Firebug to troubleshoot layout issues like this as well. Nifty tool and plugs into Firefox as an extenstion:

http://www.google.com/search?hl=en&q=firebug+...

Or download it from here:

https://addons.mozilla.org/en-US/firefox/addo...

Dan (not verified)
Dan's picture
Thanks for helping me with

Thanks for helping me with that, I'll do what you suggested. I also have Firebug, but I'm pretty new with it, so I'm still getting it figured out, but thanks also for the tip!

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <strong> <code>
  • Lines and paragraphs break automatically.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.