http://www.gamexe.net/forum/viewtopic.php?f=1&t=1229 Provided here.daveht wrote:Nice to see that the Mark forums read are now working. The "TOP" buttons are still not working though.
If you could give me the code to fix that and were it goes I would appreciate that.
Also If you would I would like to get a copy of the scrolls in the site_logo without any wording in it if you would please!
Thanks!
Dave
Modify the width of content1, content2, content3 and wrapper appropriately.Ypselonia wrote:Is there any Way to stretch this nice Theme to 100% ?
Top buttons will be addressed in the next release. Will make the next release available one enough bugs have been discovered/fixed. As for the transparency issue, it's actually not an FF/Safari/Opera/Every other standards complaint browser issue - other way around. IE doesn't like using backgrounds for tr's. So, the background image that I have set for them (a gradient, so to speak), doesn't show in IE. So, you'll have to edit that additional background image to fix this issue. I believe it's located at: /theme/images/rowbg.jpgrstynls9 wrote:My "Top" buttons are not working either...
I would also like to know how to fix a problem I have encountered with FF and Safari browsers:
In IE, I can change the color of cellbg1.jpg to suit the style of my forum, and it shows up quite nicely throughout the entire thread/index/user profile bodies. But if I navigate to my forum in FF or Safari, like some of my users do, they see no color on the index page (transparent), and in the threads, each post is divided with transparency at the top and the color at the bottom...so each post is two-tone basically. This doesn't happen in IE. How can I fix this problem? I have tried messing around with the tables in stylesheet, and I can make all the color appear, but it makes the spacer image between posts disappear when I do that. I'm at a loss. Please help. Thanks. Here's my site link http://www.mdxiles.com/phpBB3
I think the styles team is getting tired of me releasing a new version every time I fix one or two bugs (or at least, I feel bad for making them go through all that validation work), so I'm waiting for enough bugs/fixes to accumulate before releasing the next version. So far, all that remains is the Rules block that needs to be styled, and this Top button mishap. If you have more that you'd like report, please feel free. Sooner I get a list, the sooner the next release comes out.daveht wrote:I think the author has given up support on all his work. I have had no response since March. I understand he is a new student that just started college and doesn't have time anymore.
Good Luck!
I don't check very often anymore, as I find questions sort of repeat themselves..ones that have been answered in the support topic on my own site, or even the link to the FAQ that I posted. It gets very repetitive and annoying, as I offer a lot of the info/answers, yet people don't feel like reading them. It's nothing personal against you - you have valid questions. It's just some of the other members that I've been supporting on my own forums and here that irritate me at times. I suppose I've had a general lack of patience for this over the past couple months.rstynls9 wrote:Shoot, I'm a student in college right now going through finals, I work part-time, have a child about to pop out of my wife, and I'm going through a complete upgrade/overhaul of my webforum (staying up 'til 3am many nights). He has no excuse.![]()
I would love it even if someone else knowledgable helped in our cases, ya know?
Thanks for the heads up though
Code: Select all
* Tables
------------ */
th {
color: #ffe812;
font-size: 1.1em;
font-weight: bold;
background-color: #919A9E;
background-image: url("{T_THEME_PATH}/images/cellpic3.gif");
white-space: nowrap;
padding: 5px 5px 13px 5px;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
.tablebg {
background-color: #5B6061;
}
.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: url("{T_THEME_PATH}/images/cellpic2.jpg") repeat-y scroll top left;
}
.rtl .catdiv {
background: url("{T_THEME_PATH}/images/cellpic2_rtl.jpg") repeat-y scroll top right;
}
.cat {
height: 26px;
margin: 0;
padding: 2px;
border: 0;
background-color: #CCD1D3;
background: url("{T_THEME_PATH}/images/table_top.gif") top repeat-x;
text-indent: 4px;
}
.row1 {
padding: 4px;
border: 1px #B5BDBF solid;
border-width: 1px 0 0 1px;
background-color: #6899B9;
}
.row2 {
padding: 4px;
border: 1px #B5BDBF solid;
border-width: 1px 0 0 1px;
background-color: #6899B9;
}
.row3 {
padding: 4px;
border: 1px #B5BDBF solid;
border-width: 1px 0 0 1px;
background-color: #6899B9;
}
.spacer {
background: url("{T_THEME_PATH}/images/space.gif") top repeat-x;
}
hr {
height: 1px;
border-width: 0;
background-color: #B5BDBF;
color: #B5BDBF;
}
.legend {
text-align:center;
margin: 0 auto;
}
/*
Code: Select all
<a href="{U_INDEX}">{L_INDEX}</a>
I saved and reuploaded, but there's no change. Still reads just plain old "Board index".<p class="breadcrumbs"><a href="http://mysite.net/portal.php">Portal</a> | <a href="{U_INDEX}">{L_INDEX}</a>
So lost and confused...lol'FORUM_INDEX' => 'Board index'