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-03-22, 06:15 AM)badger413 Wrote: [ -> ]
(2015-03-21, 10:56 PM)iAndrew Wrote: [ -> ]
(2015-03-21, 09:34 PM)badger413 Wrote: [ -> ]Would be quite few images. If you don't mind visit my website quickly to take a look for yourself @ xdnaclan.net

Themes > iGame > new.css

look for .logotext and remove "text-transform: uppercase;"
You can also change the font size there so it fits in your container

Thank you so much!

How do I fix blurry letters that read "Search for user" in the following pages: Register page, Search page, and Members page?

Add this to "global.css"

#s2id_author span#select2-chosen-1 {
text-shadow: none;
}

#s2id_referrer span#select2-chosen-1 {
text-shadow: none;
}

#s2id_username span#select2-chosen-1 {
text-shadow: none;
}
(2015-03-26, 05:34 PM)iAndrew Wrote: [ -> ]Doesn't for me on any browser using default iGame, remove that search box in your header.

I don't have a break out on mine but for some other people that visit my website do. The search box I really like it there. Is that what's breaking the forum for them? Because it doesn't do it for me just for certain people. They have also checked their browsing percentage and its at 100%, cleared browsing history but still have the problem of the forum being broken. Is there another code I can use other than this code for the search box? I got the code from here.


(2015-03-26, 08:37 PM)damowhite666 Wrote: [ -> ]
(2015-03-22, 06:15 AM)badger413 Wrote: [ -> ]
(2015-03-21, 10:56 PM)iAndrew Wrote: [ -> ]
(2015-03-21, 09:34 PM)badger413 Wrote: [ -> ]Would be quite few images. If you don't mind visit my website quickly to take a look for yourself @ xdnaclan.net

Themes > iGame > new.css

look for .logotext and remove "text-transform: uppercase;"
You can also change the font size there so it fits in your container

Thank you so much!

How do I fix blurry letters that read "Search for user" in the following pages: Register page, Search page, and Members page?

Add this to "global.css"


#s2id_author span#select2-chosen-1 {
text-shadow: none;
}

#s2id_referrer span#select2-chosen-1 {
text-shadow: none;
}

#s2id_username span#select2-chosen-1 {
text-shadow: none;
}

Thank you so much worked like a charm!
Most probably is the reason seeing as you have a 70% width, which is messing up the menu.
Hi.

It's a really good theme.

I've got a problem, with this theme, my sceditor disappear. I don't know what to do.

MyBB1.8.4
No Plugin
Working perfectly fine for me with no plugins installed, whats your forum url?
(2015-03-28, 04:16 AM)iAndrew Wrote: [ -> ]Working perfectly fine for me with no plugins installed, whats your forum url?


I'm on http://altislife-fr.com



You have to change your theme if you create an acccount, it's not the default theme because of my problem.


I resolve my pb, it was just a bad name to the image folder. Sorry.
How do i add these to my own forum? I don't have these there

http://gyazo.com/a591742f02f0f0c2a5e813486c0d8161

How do i change my logo? I tried these but not working

http://gyazo.com/64c49230d4ac78599e914fcc7de0fcfe

How do i change my website from www.growforum.org/mybb to like just www.growforum.org

Anyone could possible add me on skype to teach me?

My rating star have a while background too...

Sorry for these

Skype : botatosg
(2015-03-28, 04:16 AM)iAndrew Wrote: [ -> ]Working perfectly fine for me with no plugins installed, whats your forum url?

I've just one pb, look at this:

[Image: 150329020357861682.jpg]

I don't understand Wink
Remove all the <br />

Templates > iGame > Forum display templates > forumdisplay_threadlist that you added
My Templates > iGame > Forum display templates > forumdisplay_threadlist

<div class="float_left">
	{$multipage}
</div>
<div class="float_right">
	{$newthread}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear">
	<tr>
		<td class="thead" colspan="{$colspan}">
			<div class="float_right">
				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
			</div>
			<div>
				<strong>{$foruminfo['name']}</strong>
			</div>
		</td>
	</tr>
	<tr>
		<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
		<td class="tcat" align="center" width="7%"></td>
      {$ratingcol}
		<td class="tcat" align="right" width="7%"><span class="smalltext"><strong>Post info</strong></span></td>
		<td class="tcat" align="left" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
		{$inlinemodcol}
	</tr>
	{$selectall}
	{$announcementlist}
	{$threads}
	<tr>
		<td class="trow1" align="right" colspan="{$colspan}">
			<form action="forumdisplay.php" method="get">
				<input type="hidden" name="selectall" value="" />
				<input type="hidden" name="fid" value="{$fid}" />
				<select name="sortby">
					<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
					<option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
					<option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
					<option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
					{$ratingsort}
					<option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
					<option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
				</select>
				<select name="order">
					<option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
					<option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
				</select>
				<select name="datecut">
					<option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
					<option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
					<option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
					<option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
					<option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
					<option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
					<option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
					<option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
					<option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
				</select>
				{$prefixselect}
				{$gobutton}
			</form>
		</td>
	</tr>
</table>
<div class="float_left">
	{$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">
	{$newthread}
</div>
<br class="clear" />
<br />
<div class="float_right" style="text-align: right;">
		{$inlinemod}
	{$forumjump}
</div>
<div class="float_left" style="text-align: left;">
</div>
<br class="clear" />
{$inline_edit_js}