OKay I've fixed the medal & percentage business, i'm having trouble aligning the percentage with everything else now. I thought it'd be easy but I must be placing the code in the wrong place. Here's what I have;
Also, the online image has vanished when I placed the code in the html. AND for some reason the 'Test User Permissions' link cuts off too early and goes to the next row. Here's an example:
And finally! Would you be so kind to help me make the memberlist look the way I want?
I'd like small avatars to the left side with possibly the username, rank image and percentage bar (Needs to be shrunk) to the right of the image (in the same column). In the image:
A - Avatar here B - Rank to be moved down and Username ontop C - Percentage size of rank and in line with the username and rank.
If you could give me a step by step i'd appreciate it! : D
and it should fix the display. If it doesn't, you can try adding style="text-align:center" after class="rank_progress_bar".
About the Profile issue, I would need to see the template code to see what's wrong there.
And for memberlist... There's a MOD called Avatar on Memberlist, which allows to include a thumbnail of avatar in memberlist, I'll attach a screenshot of my forum so you can see if that's what you want. As for the location of nick and rank image and the bar size, I would need to see the template so I can give you more precise instructions.
and it should fix the display. If it doesn't, you can try adding style="text-align:center" after class="rank_progress_bar".
About the Profile issue, I would need to see the template code to see what's wrong there.
And for memberlist... There's a MOD called Avatar on Memberlist, which allows to include a thumbnail of avatar in memberlist, I'll attach a screenshot of my forum so you can see if that's what you want. As for the location of nick and rank image and the bar size, I would need to see the template so I can give you more precise instructions.
Alrighty, problem 1 fixed (View topic looks perfect)
I'll check the templates and try to adapt the changes you want. See you tomorrow
Btw, I just checked your forum and can't see the Rank Progress Bar (I see the numbers, but the bar is missing) and looking at your stylesheet.css you're missing some lines.
I meant the URL for the avatar on memberlist hehe but don't worry I found one! If you need any other files off me let me know : )
I still haven't found a way to put the online/offline image in the right place on view profile still hmmm ....
Edit: I installed the MOD, all worked fine. How would I remove that border around the images? Also, is there a way around to adding a default avatar to those who don't have one without removing current avatars? And is there a MOD out yet to re-size avatars? My members are lazy haha and I'd like them all a certain size/proportion.
Oh, geez, I must have copied the wrong URL lol, I knew you were asking for avatar on memberlist though. I had a lots of tabs at the moment so I must have missed it.
Anyways... For some reason you aren't calling the stylesheet.css in your overall_header.html. You need to add this line somewhere before the </head> tag.
As for the profile display... I was wrong, it wasn't ucp_profile_profile_info.html the one you need to edit, but memberlist_view.html instead. Do the following changes and it should display as you want.
I tested it on my board and it works well, however it will keep the aspect ratio when resizing, and I suppose it won't affect smaller avatars. So it's up to you to see if it fits your needs.
faku1810 wrote:Anyways... For some reason you aren't calling the stylesheet.css in your overall_header.html. You need to add this line somewhere before the </head> tag.
Okay did this, even though I think it is being called by the line
faku1810 wrote:As for the profile display... I was wrong, it wasn't ucp_profile_profile_info.html the one you need to edit, but memberlist_view.html instead. Do the following changes and it should display as you want.
If this doesn't work, try editing <dl class="left-box details" style="width: 80%;"> to make it wider.
And... I suppose that's it for view_profile.
I did these edits but firstly you said memberlist_view.html but at the end of this quote you said viewtopic? I'm really confused. I did however include these within my memberlist_view.html and it didn't show the default avatar within the 'view members' page.
faku1810 wrote:For ucp_pm_viewmessage.html find and delete
<!-- IF S_ONLINE or S_OFFLINE --><dd><!-- IF S_ONLINE -->{ONLINE_IMG}<!-- ELSE -->{OFFLINE_IMG}<!-- ENDIF --></dd><!-- ENDIF -->
and that should do it.
Okay I did all this and I think it's all fine, however how would I be able to style the name, rank, title etc ... in the same way as it does when looking at a post.
And it worked! Also, is there any way I can change it so the thumbnails are 100x100 or contrain proportions while keeping to the same-ish size? oh god I made no sense, I'm the thumbnails slighty larger in percentage? And maybe no hover image?
faku1810 wrote:For default avatar in viewtopic_body.html
I tested it on my board and it works well, however it will keep the aspect ratio when resizing, and I suppose it won't affect smaller avatars. So it's up to you to see if it fits your needs.
And okay great, I'll have a look at that.
So to summarize: * View PM default avatar is a success but needs to be aligned central and look like the layout of the ranks etc in viewtopic. * Viewtopic default avatar failed * Memberlist half failed, no default avatar but border is gone