MyBB Community Forums

Full Version: Revolution gaming [Dark theme] 1.8.7
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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
How would I replace the sidebars codes to include things like welcome, messages, statistics, who's online, etc. Looking for the effect of most forums with forum main body and bars on side. The portal is nice but I don't like the recent threads as the main body, Does this make sense?
Hey guys, one of my users seems to have a problem with the header image not scaling properly on his resolution.
http://i.imgur.com/qNXTBmz.png?1

He uses the resolution 2560x1440

Any tips?
Tell him to resize his browser window. Its a forum not a tv show Smile
(2014-12-31, 04:05 PM)user25 Wrote: [ -> ]How would I replace the sidebars codes to include things like welcome, messages, statistics, who's online, etc.  Looking for the effect of most forums with forum main body and bars on side.  The portal is nice but I don't like the recent threads as the main body,  Does this make sense?

Any ideas on making this happen?
[Image: 6OTJhj3.png]

Any help would be appreciated!
When a forum had subforums it creates a blank space on the forumdisplay page, like so...

[attachment=33427]
Does anyone know how to change the gamepad image?
(2015-01-05, 07:21 PM)telarium Wrote: [ -> ]Does anyone know how to change the gamepad image?

Try this
http://community.mybb.com/thread-159962-...pid1106455
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
   lang.no_new_posts = "{$lang->no_new_posts}";
   lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<div class="side" style="float: right; width: 23%">
 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Thead Title</strong></div>
</td>
</tr>
<tr>
<td class="trow1">
Trow content here
</td>
</tr>
</table>
 <br />  
 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Thead Title</strong></div>
</td>
</tr>
<tr>
<td class="trow1">
Trow content here
</td>
</tr>
</table>
 <br />  

 
</div>
<div class="forum" style="float: left; width: 76%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>

Is there a way to hide "certain blocks" from guests, or to have "certain blocks" only available to guests? I know in revolution there are different menu headers, guests, members and admins. Maybe the same workaround would work?
How do I link the logo to the home page? There is no normal link coding in the header. Does not exist in my header template:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43