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
How do I change the size of the avatar only in the forudisplay_thread?
inspect it and find the class name of the image tag or it's parent tag and then play around in css unless you found what you want.
If I change, it changes the image of everything because they are connected.
(2024-03-02, 01:48 PM)SELLECK87 Wrote: [ -> ]How do I change the size of the avatar only in the forudisplay_thread?

avatarep_forumdisplay for the container part
avatarep_forumdisplay_img to change img stylization, however as it takes only one code to retrieve all data and just add one query it must change all parts in page where avatar appears, that was in the last version, however you can add some custom div inside that template to add your own customization and set that class within next containers / images aswell and it must work to change at your owns.

It can be changed that way and in every page all must applies similar. So maybe with some extra divs and classes should work inside avatar tags in templates.
Using the php8 version, I noticed this warning. Is there any way to solve this 'problem'?
(2024-03-15, 04:34 PM)SELLECK87 Wrote: [ -> ]Using the php8 version, I noticed this warning. Is there any way to solve this 'problem'?

Are you sure that you have the last released version, due i have installed and working into php 8.2, so it have to work fine. However that lines that you asked for are not a part of code lines from latest released version. Maybe i had uploaded a wrong file, but i am pretty sure that is the right one, i will verify it now, but i sugest to use always the last released version due i always work on fixes and improvements to make it compatible with latest server environments.
I deactivated the plugin. Reinstalled again. It gives me that warning again. It is only for guests this 'problem'.
It is weird due your log error i had reviewed the last mod sent and it does not appear the same you have it already, however i am trying to get some environment like yours for i can make a few tests, if you can provide me some information or at least something useful where i can debug it that will serve to see what is going on.

But anyways code bugs do not depends at all of is guest or not, but i would need to reproduce that issue for i can write a patch.
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