MyBB Community Forums

Full Version: Group images on Profiles.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm editing the Plugin so it works on 1.8 I'm having some trouble with the Image displaying though!
Here's the inspect element code: [Image: a4c7b6718ccb3ac1bfda59eb9cd0f06e.png]

Here's the Php I've been messing with:
[Image: 8fe5a55c7c6da280cf454ac2eaa6642e.png]
$mybb->settings itself is an array. You can var_dump this and see everything that is contained in there (just be sure to not do it on live forums).

I'm not 100% sure of what exactly you want to have in the end but judging from the output, I guess that removing "$mybb->settings." from the php-code will fix your issue.