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
(2018-08-03, 12:16 AM)Bozz Wrote: [ -> ]
(2018-07-31, 09:43 PM)iAndrew Wrote: [ -> ]Updated for 1.8.17

Hey does this update change the comment box u can see my other comment to know what im talking about and if not how can i change this?

No, if you want the default postbits you can revert
Templates > Revo > Post Bit Templates > Postbit + Postbit _Classic
(2018-08-03, 02:01 AM)iAndrew Wrote: [ -> ]
(2018-08-03, 12:16 AM)Bozz Wrote: [ -> ]
(2018-07-31, 09:43 PM)iAndrew Wrote: [ -> ]Updated for 1.8.17

Hey does this update change the comment box u can see my other comment to know what im talking about and if not how can i change this?
now i feel dumb lol thanks tho.
i want to change this file https://vitrex.pw/images/revolution/bfbg.jpg to a new gif file

where can i do? need other header image Wink
Open new.css and look for .topbar.
That's my forum: https://mmg0.net
I tried to apply a favicon to it but I can't... How can I do that? Thanks!
(2018-12-21, 01:02 PM)xthorx Wrote: [ -> ]That's my forum: https://mmg0.net
I tried to apply a favicon to it but I can't... How can I do that? Thanks!

Add this in your headerinclude template
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
hi iAndrew, can you update the theme to mybb latest version?
Thanks for sharing, man!
Was wondering how to change the header like this https://imgur.com/a/Pq9ACAO
(2019-05-26, 02:44 PM)DeathlessForums Wrote: [ -> ]Was wondering how to change the header like this https://imgur.com/a/Pq9ACAO

Replace Templates > Revo > Header Templates > Header

With this.
<a name="top" id="top"></a>

	
<div class="menu">
<ul>
<li id="nav-portal"><a href="{$mybb->settings['bburl']}/portal.php"><i style="font-size: 12px;" class="fa fa-home fa-fw"></i> Home</a></li>
<li id="nav-forums"> <a href="{$mybb->settings['bburl']}/index.php"><i style="font-size: 12px;" class="fa fa-comments fa-fw"></i> Forums</a></li>
<li id="nav-search"> <a href="{$mybb->settings['bburl']}/search.php"><i style="font-size: 12px;" class="fa fa-search fa-fw"></i>  {$lang->toplinks_search}</a></li>
<li id="nav-member"> <a href="{$mybb->settings['bburl']}/memberlist.php"><i style="font-size: 12px;" class="fa fa-users fa-fw"></i> Members</a></li>
<li id="nav-calendar"> <a href="{$mybb->settings['bburl']}/calendar.php"><i style="font-size: 12px;" class="fa fa-calendar fa-fw"></i> {$lang->toplinks_calendar}</a></li>
<li id="nav-help"> <a href="{$mybb->settings['bburl']}/misc.php?action=help"><i style="font-size: 12px;" class="fa fa-info fa-fw"></i> {$lang->toplinks_help}</a></li>
  <li><a href='javascript:;' id="extraslink"><i style="font-size: 14px;" class="fa fa-angle-down fa-fw"></i>Extras</a></li>
	     <ul>
            </div> 
  <div id="extraslink_popup" class="popup_menu" style="display: none;">
      <div class="popup_item_container">
        <a href="{$mybb->settings['bburl']}/stats.php" class="popup_item">Forum stats</a>
      </div>
      <div class="popup_item_container">
        <a href="{$mybb->settings['bburl']}/showteam.php" class="popup_item">Show team</a>
      </div>
      <div class="popup_item_container">
        <a href="{$mybb->settings['bburl']}/search.php?action=getnew" class="popup_item">{$lang->welcome_newposts}</a>
      </div>
      <div class="popup_item_container">
        <a href="{$mybb->settings['bburl']}/search.php?action=getdaily" class="popup_item">{$lang->welcome_todaysposts}</a>
      </div>
      <div class="popup_item_container">
        <a href="*" class="popup_item">Link five here</a>
      </div>
  </div>
	
<div class="topbar"> 
<div id="mainwidth"> 
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
<tr>
<td valign="top">
	
<div id="logo" class="float_left">
	<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a>
	</div>	
	
</td>
<td>&nbsp;</td>
<td valign="bottom">
	
<div style="margin-top: 120px;"><div class="userbg">{$welcomeblock}</div></div>
	
</td>
</tr>
</table>	
</div>
</div>

  <br />

<div id="mainwidth"> 

<div id="container">
<div id="content">

	
      
	
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<navigation>
				<br />
					
					
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        $("#extraslink").popupMenu();
    }
// -->
</script>
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