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.
nice one ... liked.
(2015-03-22, 09:44 PM)iAndrew Wrote: [ -> ]
(2015-03-22, 09:27 PM)inFused Wrote: [ -> ]Pardon my ignorance, but how do you get your posts look like this?
http://i2.minus.com/itzmqtkToxtiF.png

Mine currently looks like this.
http://i.imgur.com/sfNuaxd.png

Admin panel > Configuration > Show Thread Options > Display posts using the classic layout

I selected the classic layout but nothing happens  Sad 
Any idea? 
See if it lets you change it in your UserCP
(2015-04-13, 05:08 AM)iAndrew Wrote: [ -> ]See if it lets you change it in your UserCP

Same problem her also changed in UCP and also relogged + Cleared Cache.
Send me a test account so i can try
Hello! Awesome theme and good job!
I have a question, tho. Is it possible to use image based logo?
Yes, you can replace my logo code in your header template with the default MyBB logo code from the default theme.
(2015-04-13, 07:13 PM)iAndrew Wrote: [ -> ]Send me a test account so i can try

I can't cause my website is sign in trough steam
Quote: Yes, you can replace my logo code in your header template with the default MyBB logo code from the default theme.

The code is a little bit complicated for me. How can I do that? What should I replace?
Replace this

<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="{$mybb->settings['bburl']}/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>