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
(2016-07-05, 03:31 PM)mrdangem Wrote: [ -> ]Sir I'd like it if its from a post, or thread. is it possible for a random pictures sir? how? thank you sir.

You would need a plugin for that, ask if someone can help you here.
http://community.mybb.com/forum-65.html
(2016-07-05, 04:16 PM)Azzid Wrote: [ -> ]anything on this?
http://community.mybb.com/thread-195235.html

http://upload.vstanced.com/images/2016/07/05/cTE.png


You will need to do any extra styling but the layout is what you want.

[attachment=36497]
Sir I already have installed the last post avatar but how can I align everything sir?

/* POPUP MENU*/
.tavatar {
	padding: 0px 10px;
	text-align: center;
}
	
.tavatar img {
    height: 80px;
    width: 80px;
    padding: 8px;
}

.avatarep_online {
	border: 1px solid #008000;
	box-shadow: 1px 1px 4px 2px rgba(14, 252, 14, 0.8);
	border-radius: 5px;
	opacity: 0.8;
}

.avatarep_offline{
    border: 1px solid #FFA500;
	box-shadow: 1px 1px 4px 2px rgba(252, 165, 14, 0.8);
	border-radius: 5px;
	opacity: 0.8;
}

.hr {
	background-color:#089;
}

.trow_profile{
	vertical-align: top;
	padding-left: 9px;
	width:340px;
	color:#424242;
}

.trow_profile a{
	color: #051517;
}

.trow_profile a:hover{
	color: #e09c09;
}

.trow_uprofile{
	min-height:175px;
	line-height:1.2;
}

.trow_uname{
	font-size:15px;
}

.trow_memprofile{
	font-size:11px;
	font-weight:bold;
}

.trow_status{
	font-size: 11px;
}

.avatarep_img{
    padding: 3px;
	border: 1px solid #D8DFEA;
    width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 0.9;
}

.avatarep_fs{
	position: relative; 
	font-size: 12px;
}

/* Fix avatar margin for Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.avatarep_fs{ margin-left: 62px !important; }
.avatarep_fd { margin-top: -30px; }
}

.avatarep_fd{
	margin-left: -5px;
	margin-top: -40px;
	position: relative;
	float: left;
	padding: 0 5px;
}


I also want to try the square shape sir please help.
Oke i have explained last time a bit wrong cause my english can be bad sometimes.

I mean i want to collapse my menu just like a bootstrap theme so if i click a icon at the right side like this one >> the menu will collapse and i have instead of words only icons. Then the website will be Fluid Width!

How can i solve that?
(2016-07-06, 04:18 PM)mrdangem Wrote: [ -> ]Sir I already have installed the last post avatar but how can I align everything sir?

What do you want aligned?
To remove circle avatars delete border-radius: 50%; from .avatarep_img.

----------------

(2016-07-08, 08:01 AM)Wazzyl Wrote: [ -> ]Oke i have explained last time a bit wrong cause my english can be bad sometimes.

I mean i want to collapse my menu just like a bootstrap theme so if i click a icon at the right side like this one >> the menu will collapse and i have instead of words only icons. Then the website will be Fluid Width!

How can i solve that?

You would need to rewrite parts of the footer and header templates.
Sir when seeing the portal I can see 2 latest post in both side, I want to make it only 1 main side tab to remain.
You need the latest posts on the portal so they show on the index.
Thank you so much sir its square now Smile

sir how can i edit this?
[Image: edit.png]

I just want to add something there.

Also sir how can I add on the side menu, a latest topics on specific forum? please help sir.
Templates > Project > Header Templates > header_welcomeblock_guest

Configuration > Portal Settings > Forums to exclude latest discussions from
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21