MyBB Community Forums

Full Version: 1point8 theme
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
Hello iAndrew !! I love your theme but i wanted one more feature from this theme which is i want the rating system to show in threads for users to rate it. I can see you have enabled them in some other themes but not this one. Any chance you can tell me the code and where to insert this. Your help will be much appreciated.
nice thema thank for share brother^^
Thank you very much iAndrew for fixing my problems and helping me out. Really Appreciate it Smile
iAndrew i love this theme, great work

One question:
SOLVED Smile

Thanks a lot
Updated 1point8 for 1.8.1
Fixed a few broken fonts causing a blur also.

#6 (dev) - 10-27-2014, 09:33 PM
Hi iAndrew,

thanks for the update. Is it possible to differentiate between unapproved and normal threads for admins/mods etc? Because if I look at threads from the forum view I can't see any difference.
You can set unapproved / approved backgrounds by going

Themes > 1point8 > global.css and look for these

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

Hi,

I mean threads. Like this: http://prntscr.com/50p3s9

The first thread is unapproved, the second not. As you can see there's no difference. Is it possible to eg. add a red background there for an unapproved thread?
Yea if you go to Themes > 1point8 > global.css

.trow_shaded {
background: #ffdde0;
border: 1px solid;
border-color: #fff #ffb8be #ffb8be #fff;
}
After using this for a couple of weeks, I realized there is no post icon option in the thread editor. Obviously, this is not something I use all the time, but do need sometimes.

Can I add it back? If so, how? Thank you!

PS LOVE this theme. Thanks for upgrading the fonts fro bold and whatnot. Looking forward to trying Duende, too.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16