The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(Trying to) design a clean/smooth style for our site
Hi everyone,
I'm not a web designer so I just wanted to seek some feedback on what I've done so far, from a stylistic perspective. vBulletin.org has been the greatest step in building our community - so I just wanted to say a big thank you to the mod developers who share their skills here. Peace |
#2
|
|||
|
|||
Very nice clean and simple style. which mod you have used to show avatar on home page..
|
#3
|
||||
|
||||
Thanks!
Open up forumhome_lastpostby template. Find Code:
<vb:if condition="$show['lastpostinfo']"> After, put this: Code:
<div class="lastguy"> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><div class="with-bg-size"> <div class="with-bg-size" style="background-image: url('{vb:raw vboptions.bburl}/image.php?{vb:raw session.sessionurl}u={vb:raw lastpostinfo.lastposterid}&type=thumb&quality=100');" alt="Avatar"></div></div></a> Code:
.lastguy { padding-top: 6px; } .with-bg-size { background-image: url('images/noav.png'); width: 50px; height: 50px; background-position: center; -moz-border-radius: 4px; border-radius: 4px; /* Make the background image cover the area of the <div>, and clip the excess */ background-size: cover; float:left;margin-right:10px; } Let me know if this works out! |
#4
|
|||
|
|||
Hi
It is working but showing only one image instead of members avatars.. |
#5
|
||||
|
||||
Hmm, for testing purposes, could you try removing the background-image: url('images/noav.png') line from the CSS? (NOT the lastpostby template!)
--------------- Added [DATE]1362656865[/DATE] at [TIME]1362656865[/TIME] --------------- You can also remove my code and try another method here: https://vborg.vbsupport.ru/showthread.php?t=266326 I just liked the rounded edges and default no-av icon |
#6
|
|||
|
|||
I tried both not working
|
#7
|
||||
|
||||
We've made some changes to the CMS (Library) and Postbit. Any feedback would be greatly appreciated!
Changes: Popular Articles Widget, new Likes format, all avatars equally sized with CSS Thanks! |
#8
|
|||
|
|||
Maybe use the dove silhouette as your status icons?
|
#9
|
||||
|
||||
Oh, I love that idea!!
|
#10
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|