MyBB Community Forums

Full Version: iGame 1.8.23 (Dark transparent skin)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just so you know. one or two might not have any classes in templates as it's a default base theme with edits i work from.

Also i just noticed i forgot to update the themes images name in the xml if you go to iGame theme and scroll down where you change the logo and image folder name. (i'll update the zip now)
Very nice theme - ThankYou!

You should add to new.css
div.theme, div.language {
    display: inline-block;
}

before => [attachment=33461]

after => [attachment=33462]
Thanks, I assumed it would use the default language and theme selector css as it's default code.

Updated the zip now.
Nice looking theme

here a tip: i liked the sidebars you made on the revolution theme . its a good idea (i think) to add them in this theme (igame). to

btw i already made a sidebar for TS3 viewer and latest post.

Keep up the good work!

MrNerdy
the quick login registration link is redirecting to a different website. This may be my fault but I can't find it to fix it. If you could help me I would greatly appreciate it. Love the theme by the way Big Grin

[Image: Regbutton.jpg]
Go to ACP >> Templates& Styles >> Templates >> igame Templates and open the template "header_welcomeblock_guest" to edit

Search:
<a class="button2" href="http://mybbarts.comuf.com/member.php?action=register">Register an account</a></div>

replace with:
<a class="button2" href="{$mybb->settings['bburl']}/member.php?action=register">Register an account</a></div>

Save template changes and try it. Wink
i am having trouble with the theme for some reason the header is messed up and cant find the reason why its doing so im running mybb1.8 if you can let me know on a fix if possible

link to my site you can change the theme to igame at bottom http://thec0de.net/index.php

[Image: Z5fYMwC.png]

Edit never mind fixed it i turned of Minify Stylesheets? and it worked for some reason i tried this earlier but it didn't work anyway problem solved
What have you edited? Try this updated zip file (Thanks to SvePu) let me know if it works?

https://dl.dropboxusercontent.com/u/4411...0theme.zip
(2015-01-11, 02:04 AM)iAndrew Wrote: [ -> ]What have you edited? Try this updated zip file (Thanks to SvePu)  let me know if it works?

https://dl.dropboxusercontent.com/u/4411...0theme.zip
i managed to sort out the problem i tried what another user posted and turned off minify stylesheets and it worked but when i tried it earlier it did not work but all is well now
Hi,
no I did not fixed the problem in that package.

I found it now . Wink
You have to edit the igame css file new.css.

Go in ACP to Templates& Styles >> Themes >> igame and open the new.css to edit.

Search for css selector "#menu5 li a" and change

voice-family: "\";

to

voice-family: female;

Save changes and try. Wink

[attachment=33478]

I have updated the package now => https://www.dropbox.com/s/h4blpf3ic5exdy...e.zip?dl=0