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.
(2015-02-25, 05:47 PM)iAndrew Wrote: [ -> ]I'm not sure what you are wanting. can you be more specific?


Logo can be changed in Templates > iGame > Header Templates > Header

It's a text based logo so replace the "iGame" text with your own.

Hey andrew. thanks for the quick reply. i see that in the mybb meny but i just didnt see the logo.png in the igame folder in images. was weird. what is the size of the logo.png that is used? so i can recreate one with the same size. Thanks. 
(2015-02-25, 07:20 PM)capeman121 Wrote: [ -> ]
(2015-02-25, 05:47 PM)iAndrew Wrote: [ -> ]I'm not sure what you are wanting. can you be more specific?


Logo can be changed in Templates > iGame > Header Templates > Header

It's a text based logo so replace the "iGame" text with your own.

Hey andrew. thanks for the quick reply. i see that in the mybb meny but i just didnt see the logo.png in the igame folder in images. was weird. what is the size of the logo.png that is used? so i can recreate one with the same size. Thanks. 

It doesn't use an image logo. you can replace this
<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="http://forum.aemgamingyt.com/index.php"><i style="font-size: 30px;" class="fa fa-crosshairs fa-fw"></i> IGame</a></div>


with this


<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>


It doesn't come with a logo.png, 450px96px works best.
It doesn't use an image logo. you can replace this

<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="http://forum.aemgamingyt.com/index.php"><i style="font-size: 30px;" class="fa fa-crosshairs fa-fw"></i> IGame</a></div>


with this



<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>


It doesn't come with a logo.png,  450px96px works best.


Thanks. i thought it does cuz in myBB it says logo image is images/igame/logo.png

Anyways, amazing theme. Love it. now just searching for an awards addon that works with 1.8.3 D:
Awesome theme! But can you help me out with something? The "More" and "Go Social" tabs do not function at all. Why? Thanks
Send me your forum url, i'll take a look
Man.. I feel like a moron.. I think I made my thread in this section instead of the support because I had too many tabs open.

Oh well.. it was about this theme but I am not going to make another thread correcting it for a few hours..


tl;dr of it was that autofill was making register text hard to read and any other auto fill stuff. https://i.imgur.com/jP3ILyi.png

The show results of polls (even on your default colors) is hard to read on the background I picked and I can seem to fix it.
The poll is the blue colour you've changed it to?

Autofill was fixed, download the latest version.
(2015-02-27, 01:45 PM)iAndrew Wrote: [ -> ]The poll is the blue colour you've changed it to?

Autofill was fixed, download the latest version.

It was an issue even on your default color.. I'll go update the theme to the latest version now.. if I would have known a new one was out I would have updated it before asking about it =p

On a side note.. what is the best way to be able to keep track when themes update? Plugins tell us.. but themes doesn't seem to be able to.


edit: Nope .. I actually was on the latest but I did a clean install of iGame and just have the default everything for it.. 


https://i.imgur.com/HuP0gWt.png


https://i.imgur.com/WXHog2h.png
I just downloaded the latest version and tried myself and it's fixed. i fixed it ages ago.

http://community.mybb.com/mods.php?actio...57&bid=785

I don't think there is a way of knowing other than checking the mods site.

For the poll link you could add a button class to it but it shows if you scroll.

Templates > iGame > Show Thread Templates > showthread_poll

Replace it with this


<form action="polls.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="vote" />
<input type="hidden" name="pid" value="{$poll['pid']}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 3%;" />
</colgroup>
<tr>
<td colspan="2" class="thead" style="text-align: center;"><strong>{$lang->poll} {$poll['question']}</strong></td>
</tr>
{$polloptions}
</table>
<table style="width: 100%; text-align: center;">
<tr>
<td style="text-align: left;"><input type="submit" class="button" value="{$lang->vote}" /></td>
<td style="vertical-align: top; text-align: right;"><span class="smalltext"><a class="button" href="polls.php?action=showresults&amp;pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}</span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext">{$closeon}</span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext">{$publicnote}</span></td>
</tr>
</table>
</form>


Templates > iGame > Show Thread Templates > showthread_poll_editpoll

Replace it with this

 | <a class="button" href="polls.php?action=editpoll&amp;pid={$poll['pid']}">{$lang->edit_poll}</a>
For some reason, I am having trouble installing the theme onto my forum. The error I am receiving is:

The following errors were encountered:
MyBB could not find the theme with the file you uploaded. Please check the file is the correct and is not corrupt.

The board I am trying to load it onto is http://testforum.bethannmasarik.com/

Any chance I can make you an admin, and you can try and install the theme for me? I've tried installing it twice, and I got the same error message as above.

Any help is appreciated.