MyBB Community Forums

Full Version: [Release]Chameleon theme : Basic (Envira Design)
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 8 9 10 11 12
like the theme but my group images dont fit in posting bit thing as seen here
http://screensnapr.com/v/wWIHdF.jpg

why does child forums look like this

picture

http://screensnapr.com/v/fRuPHL.jpg
Demo appears to be down. :/
i have it on my site u and go there http://killuminaticorporation.com and choose from theme chooser Smile

its theme 1
Thanks a lot for this. I love the theme.
Thanks guys Smile


(2012-05-06, 11:40 AM)streetkilln Wrote: [ -> ]like the theme but my group images dont fit in posting bit thing as seen here
http://screensnapr.com/v/wWIHdF.jpg

why does child forums look like this

picture

http://screensnapr.com/v/fRuPHL.jpg

for the first thing just add in css where u find class postbitt
overflow: hidden

my advice is to use the smaller images

for the second,i think its a css problem too,
just look in css where u find :

.subforums {
background: url(images/tcatbg.png);
border: 1px solid #2F2F2F;
margin-top: 3px;
padding: 2px 10px 2px 5px;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 10px;
}

change it to :

.subforums {
background: url(images/chameleon/tcatbg.png);
border: 1px solid #2F2F2F;
margin-top: 3px;
padding: 2px 10px 2px 5px;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 10px;
}

this will help
NVM original post! nice job!

Question; why do you include images like the default avatar gallery?
(2012-06-07, 11:21 PM)Scois0n Wrote: [ -> ]NVM original post! nice job!

Question; why do you include images like the default avatar gallery?

Thanks but i didnt get you Smile,do u mean the userpanel with icons and avatar ????
(2012-06-08, 10:06 AM)envira Wrote: [ -> ]
(2012-06-07, 11:21 PM)Scois0n Wrote: [ -> ]NVM original post! nice job!

Question; why do you include images like the default avatar gallery?

Thanks but i didnt get you Smile,do u mean the userpanel with icons and avatar ????

In the downloaded package... There are images like Smileys and the default Avatars. Why? Or just preference to leave them there.
they r just preference.....its upto you to use them Smile
[Image: ?di=TS2B]

1) how to add background color in subforum so all can see it. now cannot see because its not had any color
Pages: 1 2 3 4 5 6 7 8 9 10 11 12