How can I delete the Popular Threads at the top of my site?
You'll want to modify the layout.html file (in the
Advanced Layout Options) and look for the code <!--System:PopularThreads-->
I want to change the backgroud of my News Posts to be more transparent....how do I do that?(www.durabilityzero.com)
For this, you'll need to modify the CSS and the .list1 and .list2 classes (which are universal alternating list classes). Are you looking for partial transparency, or just completely removing the background altogether?
I have some users who use IE from their job and they say my site looks awful, the transparent panels are messed up.....so I downloaded IE and it's fine. I was thinking maybe a firewall was messing theirs up?
They might be using IE6, which doesn't handle partial transparency very well at all.
We have an IE6-PNG Transparency script if you'd like to tack it to the bottom of your layout file, which MIGHT work, but keep in mind, it's beta. You'd want to add the following code to the bottom of your layout.html:
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
Also, my favorite thread image is screwing up....u know how I can fix it? they are showing up grey and red.... I wouldnt mind tuning off the Favorites column all together either. (**I FIXED IT)
At the moment, the Favorites column cannot be disabled, but you'll be able to do it after the new Forum rewrite is complete (it will require more HTML modifying, but it's doable, though not recommended by any means, since it removes functionality).
Lastly, My bullet image isnt showing up next to my list items in my menus...is it the template I'm using?
That particular template does not utilize a bullet image. This would require a tweak to the CSS. It looks like you tried sticking a change in the CSS, and you had the right idea, but it wasn't enough, unfortunately, due to some quirks of the template.
If you look in the CSS, you'll see this rule:
.MenuLi {
list-style-image: url('http://dkpfiles.com/dkp-templates/glass/px.gif');
list-style-position: inside;
width: 100%;
margin-left: 0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt;
color: #FFFFFF;
}
Simply changing the list-style-image url to
http://dkpfiles.com/durabilityzero/list will accomplish what you're looking to do.
--
It's all in the reflexes.