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
(2019-05-26, 03:34 PM)iAndrew Wrote: [ -> ]
(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>

Thank you also just couple more things that you've probably already answered but I couldn't find them

how do I change the gaming controller icons to separate little icons

and how would I set the time and date to something like this https://imgur.com/a/W6ev4jz
(2019-05-27, 12:19 AM)DeathlessForums Wrote: [ -> ]Thank you also just couple more things that you've probably already answered but I couldn't find them

how do I change the gaming controller icons to separate little icons

and how would I set the time and date to something like this https://imgur.com/a/W6ev4jz

Forum Icons
https://community.mybb.com/mods.php?action=view&pid=564

For the date, UserCP > Edit Options > Date and Time Options
Their is no log in or log out method on the forum. It's dope tho, don't get me wrong but their are lots of bugs on the forum.
^ all themes have login & log out links.
regarding bugs, a theme might not be up to date
(2020-03-30, 05:38 AM)therealcorleone Wrote: [ -> ]Their is no log in or log out method on the forum. It's dope tho, don't get me wrong but their are lots of bugs on the forum.

I got no problem with hat theme
Anyone know how to fix "Latest Activity" cause it not work after i upload the theme that why i deleted all so anyone help me how to re-added it.

Thank you
@iAndrew this is great theme bro. thank you share but 1.8.24 update please. and It would be better to remove the right block(latest activity) located on the index page
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