MyBB Community Forums

Full Version: Normal Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Good theme.
Great theme, good job.
When will the new version. Pending Pending turned into a tree.
when it will be ready? Sad
I have a trouble with multiquote button without images, so probabbly i must make version with images :/
And i can't fix user panel and rating, because this two div have absolute position
Nice job on the theme!

Here's a few changes I made for my site.

First, I changed the "#paneluser2" section of the theme css to fix the width of the control panel drop down, which was getting wider after you logged in.

Under #paneluser2 {

Changed:
    width: 250px;
To:
    width: 242px;

I also noticed that the control panel drop down was taking a few seconds to drop down the first time. When you check the image it's using, "logowanie.png", it's 35,963 bytes. While it looks like a solid color, there's actually different colors mixed in it.

I created a new "logowanie.png" with a single color (to match the theme) and compressed it with pngout, and replaced the original. The new version is 482 bytes, and it's much quicker to load the drop down control panel.

I also compressed the rest of the images with pngout to save space. I'm attaching the new "logowanie.png" and the other compressed png's to this post in a zip file. Hopefully that's ok. If not, you can remove it. Note that these are just the png's. I didn't touch the gif's.
(2010-09-11, 10:08 AM)qwertyx Wrote: [ -> ]special code to standard mybb theards&post view

forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="middle"">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle"" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="middle"" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="middle"" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

After I made this change, the css stopped validating. There are several instances where there's an extra quote:

Instead of:
valign="middle""

It should be:
valign="middle"

After removing the extra quotes, it validates again.
I have some problems with groups. I have only just one star and some groups that I created have nothing, because style chose the wrong path to file, that doesn't exist.
First guy is in translator group, so he should have as a star file: translator.gif, but he has star.gif.
Second is just registered user, so he should have user.gif. However admins and mods have correct file as a rank.
[Image: errorml.png]

Any suggestions how to fix it? I am really looking forward to fix this annoying thing. I love this theme!
Fantastic, the themes are getting better and better for this software.
I especially like the postbit... and color is great.
Pages: 1 2 3 4 5 6 7