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
Download the latest version here
https://community.mybb.com/mods.php?acti...6&bid=1863

If you want the sidebar removed, revert this back to default. (click options on the right)
Templates > Revo > Index Page Templates > Index

Button code
<a class="button" href=""> button name </a> 
That update looks fantastic. Thank you very much. The sidebar works now great as well. If I had just known that earlier Big Grin

I am a beginner so I would appreciate some more elaboration about the button.
Lets say I want a button in the sidebar and one button next to calendar in the topbar.
Where do I have to add this code ?

Sorry for the stupid questions but I am quite new to all of this

*edit*

To be more clear.

I just renamed the Forum Button -> Test -> I want Test to redirect to example.com not forum/example.com

Same thing applies to the extra link

Thanks
<a class="button" href="http://custom-gaming.com/minecraft/"> button name </a>

Change this line
<li><a href='javascript:;' id="extraslink"><i style="font-size: 14px;" class="fa fa-angle-down fa-fw"></i>Extras</a></li>

<li><a href="http://custom-gaming.com/minecraft/"> Link name </a></li>

And delete this bit
<div id="extraslink_popup" class="popup_menu" style="display: none;">
      <div class="popup_item_container">
        <a href="http://custom-gaming.com/forum/stats.php" class="popup_item">Forum stats</a>
      </div>
      <div class="popup_item_container">
        <a href="http://custom-gaming.com/forum/showteam.php" class="popup_item">Show team</a>
      </div>
      <div class="popup_item_container">
        <a href="http://custom-gaming.com/forum/search.php?action=getnew" class="popup_item">View New Posts</a>
      </div>
      <div class="popup_item_container">
        <a href="http://custom-gaming.com/forum/search.php?action=getdaily" class="popup_item">View Today's Posts</a>
      </div>
      <div class="popup_item_container">
        <a href="www.costum-gaming.com" class="popup_item">test</a>
      </div>
  </div>
bug in showthread in options the View a Printable Version is not working gives a 404 error page.
change it to this <div class="popup_item_container"><a href="printthread.php?tid={$tid}" class="popup_item">
now the print version is showing.
how to make latest activity shown only 5 news? it's to much 10.
(2017-02-01, 03:26 PM)verd733 Wrote: [ -> ]how to make latest activity shown only 5 news? it's to much 10.

Edit "Number of latest discussions to show" in ACP >> Portal settings
Nice thank you ;D
I guess there is a wrong path to header image or header background-image
(2017-02-11, 10:26 PM)TurtleTrouble Wrote: [ -> ]How do i fix this
https://gyazo.com/e149b0dcadef69efb5978db374108e29

Have you uploaded the revolution images folder? I have just reinstalled it and it is working.
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