MyBB Community Forums

Full Version: Last Post Avatar Views?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, how can I make the avatar in recent posts like in the picture?

[Image: ss.png]
Use the avatar image as .trow background image with values right center no-repeat
(2018-12-24, 08:22 PM)effone Wrote: [ -> ]Use the avatar image as .trow background image with values right center no-repeat

how would you be a little explanatory about how to do it?
(2018-12-24, 08:27 PM)yusufdj Wrote: [ -> ]
(2018-12-24, 08:22 PM)effone Wrote: [ -> ]Use the avatar image as .trow background image with values right center no-repeat

how would you be a little explanatory about how to do it?

@effone means this...

Check the screenshot...

[Image: d32f7c66c62bb4b8c400dcb75a8c7b2b.png]
(2018-12-24, 09:12 PM)Serpius Wrote: [ -> ]
(2018-12-24, 08:27 PM)yusufdj Wrote: [ -> ]
(2018-12-24, 08:22 PM)effone Wrote: [ -> ]Use the avatar image as .trow background image with values right center no-repeat

how would you be a little explanatory about how to do it?

@effone means this...

Check the screenshot...

[Image: d32f7c66c62bb4b8c400dcb75a8c7b2b.png]
I know where you're talking. But how do I do the template part?
(2018-12-24, 09:14 PM)yusufdj Wrote: [ -> ]
(2018-12-24, 09:12 PM)Serpius Wrote: [ -> ]
(2018-12-24, 08:27 PM)yusufdj Wrote: [ -> ]
(2018-12-24, 08:22 PM)effone Wrote: [ -> ]Use the avatar image as .trow background image with values right center no-repeat

how would you be a little explanatory about how to do it?

@effone means this...

Check the screenshot...

[Image: d32f7c66c62bb4b8c400dcb75a8c7b2b.png]
I know where you're talking. But how do I do the template part?

I don't think there is a need to change the template. 

Maybe @effone can elaborate on this.
You need to use inline css to set the background image in templates 'forumbit_depth2_cat' & 'forumbit_depth2_forum'.
Which plugin you are using for last poster avatar?

(2018-12-24, 10:45 PM)Serpius Wrote: [ -> ]I don't think there is a need to change the template.

It is required, since the background image is dynamic...
(2018-12-25, 05:33 AM)effone Wrote: [ -> ]You need to use inline css to set the background image in templates 'forumbit_depth2_cat' & 'forumbit_depth2_forum'.
Which plugin you are using for last poster avatar?

(2018-12-24, 10:45 PM)Serpius Wrote: [ -> ]I don't think there is a need to change the template.

It is required, since the background image is dynamic...

do not use the plugin. Please help.
Hi, I've done it this way with this plugin

https://community.mybb.com/mods.php?action=view&pid=74


in forumbit_depth2_forum_lastpost

class="avatarep_fd" Add float: right;

class="smalltext" Add float: left;


https://ct.pimp-my-profile.com/i61/2/12/...ef9601.png
(2018-12-25, 10:14 AM)Mjniu Wrote: [ -> ]Hi, I've done it this way with this plugin

https://community.mybb.com/mods.php?action=view&pid=74


in forumbit_depth2_forum_lastpost

class="avatarep_fd"  Add float: right;

class="smalltext"  Add float: left;


https://ct.pimp-my-profile.com/i61/2/12/...ef9601.png

Thanks for the plugin. but I couldn't do what you said. You can write direct codes here.
Pages: 1 2