MyBB Community Forums
[Last poster avatar] Minors display adjustements needed - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: [Last poster avatar] Minors display adjustements needed (/thread-160426.html)

Pages: 1 2


[Last poster avatar] Minors display adjustements needed - verspax - 2014-09-29

Concerned mod: http://community.mybb.com/mods.php?action=view&pid=74

Hi,

I see that the text is not well positioned with respect to the old/dev version and it's no longer possible to add "padding" or "vertical-align" from the default template (as with the old/dev version)...

Forums list / Threads list :
  • Version #3 : [Image: ecymF8c.jpg] [Image: fqGfPgw.jpg]

  • Version #2 : [Image: 9xZVbvF.jpg] [Image: nSS0tTZ.jpg]

So I suggest that the vertical alignment be centered and that the marge between avatar and text it be 10px (I think is the most visually friendly).

Possibly, I also suggest to move thread's icon to in a specific column beside author's avatar (left or right... I don't know which is the best choice).


That's it! Big Grin
Thank you.


RE: [Last poster avatar] Minors display adjustements needed - Whiteneo - 2014-09-29

There are some ways to do that. First is forumdisplay_forumbith_depth2_lastpost and add customized values to profilelink.

Second is go to avatarep.css stylesheet and in the last two styles add new values to set as you wish a padding and margin. Its for username text and avatar. Thats because i've to add not on a new var i have to do on same to make visible in subforums list and forumchild.


RE: [Last poster avatar] Minors display adjustements needed - verspax - 2014-09-29

I've already tried via forumdisplay_forumbith_depth2_lastpost, but I had not noticed the stylesheet... Dodgy
Thank you!


RE: [Last poster avatar] Minors display adjustements needed - Whiteneo - 2014-09-29

Go to your styles and templates opt on adminCP

Select your styles, your style.

Search for avatarep.css edit on advanced mode and search at the end of all.

Chage this:

.avatarep_fd{
	float: left;
}

To this

.avatarep_fd{
	float: left;
        padding: 3px 10px;
}


Or try your own values, but i test this and works fine.

You can change all style of the plugin to make stylization as you wish.


RE: [Last poster avatar] Minors display adjustements needed - verspax - 2014-10-01

Thank you! Your mod is more beautiful, perfect now! Smile


RE: [Last poster avatar] Minors display adjustements needed - ShaneR82 - 2014-10-03

how do i reduce the avatar image size? There too big atm , thanks


RE: [Last poster avatar] Minors display adjustements needed - Whiteneo - 2014-10-03

By default sets to 30 px and i think is not big at all. But you will find on avatarep.css stylesheet this.

.avatarep_img{
width: 30px;
height:30px;
}

And there are more values, but change that px to your own preferences and thats all.

I supose you have the latest 2.8.1 version installed.


RE: [Last poster avatar] Minors display adjustements needed - ShaneR82 - 2014-10-03

(2014-10-03, 03:04 AM)Dark Neo Wrote: By default sets to 30 px and i think is not big at all. But you will find on avatarep.css stylesheet this.

.avatarep_img{
width: 30px;
height:30px;
}

And there are more values, but change that px to your own preferences and thats all.

I supose you have the latest 2.8.1 version installed.

Weird , i dont have a avatarep.css stylesheet (using the square theme mybb1.8)


RE: [Last poster avatar] Minors display adjustements needed - Whiteneo - 2014-10-03

Upload all latest files of plugin
Deactivate and activate plugin again and give it a try.

Thats all, enjoy it !!


RE: [Last poster avatar] Minors display adjustements needed - ShaneR82 - 2014-10-03

Thankyou Dark Nero , your advice worked Wink
And the sizes ARE perfect by default.