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
(2015-09-30, 05:37 AM)MrSatanas Wrote: [ -> ]can u fix the folder idk where to put the shts tnx

What do you mean fix the folder and the rest?
hello,

Your theme is great! Is there anyway i can  add my own thread icons to replace yours?

[Image: 99480b68cfb34e3fb9049684a24b36d7.png]

Thanks
Tom

also trying to edit one of your prtal templates and its just showing a blank page any idea why this could be?

https://i.gyazo.com/f43575481c3e5738055c...09068e.png

Thanks
Tom
Templates > Revo > Forumbit Templates > forumbit_depth2_cat and forumbit_depth2_forum
Edit the gamepad text with another one from here

https://fortawesome.github.io/Font-Awesome/cheatsheet/


Try revert the template back to default.
Hello Andrew, I love these themes. I still do not understand the change icon gamepad with my custom icon image. how to edit it if I use my custom icon image?
[Image: mOet5J.jpg]
[Image: mWVkAu.jpg]
Ok do this.

Templates > Revo > Forumbit templates > forumbit_depth2_forum and forumbit_depth2_cat

Replace this line

<div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-gamepad"></i></div>

With this

<span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span>


Then go to Themes > Revo > Global.css

Replace this code

.forum_status {
height: 50px;
width: 50px;
text-align: center;
padding: 1px 2px;
font-size: 22px;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on {
	color: #ccc;
	text-shadow: 1px 1px 0px #000;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #333;
	text-shadow: 1px 1px 0px #000;
}

.forum_off i {
opacity: .4;
}

.forum_offlock i:before {
	color: #ccc;
	content: "\f05e";
	text-shadow: 1px 1px 0px #000;
}

.forum_offlink i:before {
	content: "\f079";
	text-shadow: 1px 1px 0px #000;
}

With this code

.forum_status {
	height: 30px;
	width: 30px;
	background: url(images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}


Make sure you have the correct link for your custom images.
Thank you very much Andrew, I love this theme
Okay so I've removed the avatar from the portal page but now content is centered, Do you know how i can achieve this?

[Image: 8aa143d169643940da6dc81aa09509a0.png]
Whats the difference between this free version and your paid version on your website?
(2015-11-23, 05:54 PM)agentc0re Wrote: [ -> ]Whats the difference between this free version and your paid version on your website?

Paid version on my site is responsive so it works on mobiles/tablets.
Hi Andrew,

If you view the site on mobile, or if you have a smaller resolution such as an older PC, then the sidebar goes up ABOVE the forums rather than staying next to them.

Any idea on what I can add so that the sidebar stays next to the forums?

Thanks
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