MyBB Community Forums

Full Version: Lastposter avatar 3.0.x
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Go to plugins page, there you must see last poster avatar config button. Click on it and set the setting show thread contributor avatar to No or disabled, save changes and done
There you can enable / disable every plugin feature or the entire plugin Smile

See yah !!!
(2018-06-15, 07:55 AM)Whiteneo Wrote: [ -> ]Go to plugins page, there you must see last poster avatar config button. Click on it and set the setting show thread contributor avatar to No or disabled, save changes and done
There you can enable / disable every plugin feature or the entire plugin Smile

See yah !!!

That worked, Thank You  Angel
Hello, i have problem with plugin - Last poster avatar

I have default theme of mybb and last version.

Long text is out of forum line.
Can you fix it ? Or how i can fix it ?

Thanks


[Image: 7dCyqWu.jpg]
Customize your template or style avatarep_fd class removing float attr.

I will rewrite that part for the next version of plugin.

But right now is a not difficult thing to do, you have vars an style on hands, so you can do anything you wish with basic html and css knowledge.
(2018-07-02, 03:46 PM)PT82 Wrote: [ -> ]Hello, i have problem with plugin - Last poster avatar

I have default theme of mybb and last version.

Long text is out of forum line.
Can you fix it ? Or how i can fix it ?

Thanks


[Image: 7dCyqWu.jpg]
I have the same problem. What files havei do edit to removing float attr??
Thx
You have to edit your own style.

https://community.mybb.com/thread-189492...pid1293568

Maybe this thread should serve to change that box dimentions at your owns to set the text inside the box.

Anyways try the latest 2.9.10 version that should fix that issue within default theme and others.

So give the new version a try ann let me know.

Anyways see the thread attatched at the begining in that url maybe that can serve to customize all other styles non based on default ones.

See yah !!!
didn't try the latest version
but i think the following is the easiest fix

https://community.mybb.com/thread-41729-...#pid281743

make the subject length shorter

try 15

so it'll be

if(my_strlen($lastpost_subject) > 15)

$lastpost_subject = my_substr($lastpost_subject, 0, 15)."...";
(2018-07-18, 07:51 PM)Unkash Wrote: [ -> ]
(2018-07-02, 03:46 PM)PT82 Wrote: [ -> ]Hello, i have problem with plugin - Last poster avatar

I have default theme of mybb and last version.

Long text is out of forum line.
Can you fix it ? Or how i can fix it ?

Thanks


[Image: 7dCyqWu.jpg]
I have the same problem. What files havei do edit to removing float attr??
Thx



Thx for your anwser but my problem is with the title of thread, it's out of table. Like in the screenshoot. Counter works fine
(2018-07-20, 04:54 AM)Unkash Wrote: [ -> ]
(2018-07-18, 07:51 PM)Unkash Wrote: [ -> ]
(2018-07-02, 03:46 PM)PT82 Wrote: [ -> ]Hello, i have problem with plugin - Last poster avatar

I have default theme of mybb and last version.

Long text is out of forum line.
Can you fix it ? Or how i can fix it ?

Thanks


[Image: 7dCyqWu.jpg]
I have the same problem. What files havei do edit to removing float attr??
Thx



Thx for your anwser but my problem is with the title of thread, it's out of table. Like in the screenshoot. Counter works fine

thats what my solution is about Rolleyes
I dont know how but now it's all right
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36