Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick theme problem
Mar 25, 2007, 03:54 PM (This post was last modified: Mar 25, 2007 03:55 PM by judel.)
Post: #1
Quick theme problem
Hey Labrocca! I notice you haven't applied to fix for the quick theme problem! Were you aware that there is one? Smile

Just in case you didn't and don't want to look for it, I have pasted it below!

zaher Wrote:The issue isn't in the mod it self, it is in MyBB functions, exactly build_theme_select function to fix it open inc/functions.php

find

Code:
if(!$tid)
    {
        $themeselect .= "</select>";
    }
replace with
Code:
if($tid)
    {
        $themeselect .= "</select>";
    }
Find all posts by this user
Quote this message in a reply
Mar 25, 2007, 05:53 PM
Post: #2
RE: Quick theme problem
The quick theme works fine for me.

CLICK HERE to find out more about a custom theme design for mybb.
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Mar 25, 2007, 07:47 PM
Post: #3
RE: Quick theme problem
No, I don't mean it doesn't work, but don't you notice it looks a little funny? It shouldn't be combined with the "contact us | mybb central | return to top | etc...."

This is a problem with 1.2.3 that Zaher found. Once you do that fix, it will also make the Quick Theme look right again! I was just trying to help. You can look it up on the mybb community if you'd like! Big Grin
Find all posts by this user
Quote this message in a reply
Mar 26, 2007, 01:05 AM (This post was last modified: Mar 26, 2007 01:08 AM by labrocca.)
Post: #4
RE: Quick theme problem
Ahh..see in Opera it looks perfectly fine...didn't notice that in FF and IE it's creating a layout problem.

Thanks

I think I will redo the way it works anyways...I want it to work for guests as well and also I don't really like the placement.

CLICK HERE to find out more about a custom theme design for mybb.
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
May 06, 2007, 11:07 PM
Post: #5
RE: Quick theme problem
The updated version I released works with guests!

Cheers,
Tikitiki
Find all posts by this user
Quote this message in a reply
May 07, 2007, 12:04 AM
Post: #6
RE: Quick theme problem
Yeah I hope mybb 1.4 has some better template work so that I can make a mybb demo site. Currently lots of images are hard-coded and not part of the Theme Images Path. That needs to be changed dammit.

CLICK HERE to find out more about a custom theme design for mybb.
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Postbit Problem rcpalace 2 614 Apr 08, 2008 10:47 PM
Last Post: rcpalace

Forum Jump:



MyBB Topsite icon buffet