MyBB Community Forums

Full Version: Project 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
Can you send me a temp admin account to take a look?
Same forum, you got temp admin (Don't uninstall new points or shop plz)
I don't have admin privilege.
Try now!
Icons not fontawesome, I want to put my picture set. How will I do?

[Image: 687474703a2f2f6936352e74696e797069632e63...632e706e67]
Templates > Project > Forumbit templates > forumbit_depth2_forum and forumbit_depth2_cat

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


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

Themes > Project > Global.css

Replace this

.forum_status {
	background: #5a3d62 !important;
	width: 35px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
	border: 1px solid #4f3356;
	
	font-size: 20px;
}

.forum_status i {
	display: inline-block;
	padding: 5px 5px;
}

.forum_on {
	color: #fff;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #ccc;
}

.forum_off i {
	color: #ccc;
	opacity: .4;
}

.forum_offlock i:before {
	color: #ccc;
	content: "\f05e";
}

.forum_offlink i:before {
	color: #ccc;
	content: "\f079";
}



With this

.forum_status {
display: inline-block;
}

.forum_on {
	background: url(images/project/on.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_off {
	background: url(images/project/off.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlock {
	background: url(images/project/lock.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlink {
	background: url(images/project/redirect.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

(2016-09-16, 07:27 AM)iAndrew Wrote: [ -> ]Templates > Project > Forumbit templates > forumbit_depth2_forum and forumbit_depth2_cat

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


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

Themes > Project > Global.css

Replace this

.forum_status {
 background: #5a3d62 !important;
 width: 35px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 height: 30px;
 display: inline-block;
 background-repeat: no-repeat;
 text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
 border: 1px solid #4f3356;
 
 font-size: 20px;
}

.forum_status i {
 display: inline-block;
 padding: 5px 5px;
}

.forum_on {
 color: #fff;
}

.forum_off, .forum_offlock, .forum_offlink {
 color: #ccc;
}

.forum_off i {
 color: #ccc;
 opacity: .4;
}

.forum_offlock i:before {
 color: #ccc;
 content: "\f05e";
}

.forum_offlink i:before {
 color: #ccc;
 content: "\f079";
}



With this

.forum_status {
display: inline-block;
}

.forum_on {
 background: url(images/project/on.png) no-repeat 0 0;
 width: 45px;
 height: 43px;
}

.forum_off {
 background: url(images/project/off.png) no-repeat 0 0;
 width: 45px;
 height: 43px;
}

.forum_offlock {
 background: url(images/project/lock.png) no-repeat 0 0;
 width: 45px;
 height: 43px;
}

.forum_offlink {
 background: url(images/project/redirect.png) no-repeat 0 0;
 width: 45px;
 height: 43px;
}


Thanks for help.
[Image: ipwbva.png]

I want to put in place as a background image drawn in red. I use the plugin mentioned in the links for this. Added pictures to see where I said how I need to make arrangements in the theme?

I use the plugin: https://community.mybb.com/thread-159223.html
(2016-09-30, 03:12 PM)antidetron Wrote: [ -> ]I want to put in place as a background image drawn in red. I use the plugin mentioned in the links for this. Added pictures to see where I said how I need to make arrangements in the theme?

I use the plugin: https://community.mybb.com/thread-159223.html

I don't use plugins so not really sure, does it come with any instructions?

You could try this instead of a plugin.
https://community.mybb.com/thread-159715.html
how do you edit the profile and messages in the sidebar. where is it in templates? i found how to edit the other side links in footer.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21