dopetalk

Technology => SMF Forum Code Modifications => Topic started by: Chip on November 10, 2015, 10:25:01 AM

Title: Ultimate Profile
Post by: Chip on November 10, 2015, 10:25:01 AM
http://custom.simplemachines.org/mods/?mod=1675

Enabled for all users.

To add a picture: Profile > Summary > Profile Pictures > Add a picture (click on on the blue bar).
Title: Re: Ultimate Profile
Post by: Chip on July 13, 2021, 11:42:14 AM
Bug: count(): Parameter must be an array or an object that implements Countable

fix at +1000 /var/www/html/Sources/Profile-Pictures.php (PHP 7.3 and above) :

find:
Code: [Select]
if (count($parents) > 0) {
replace:
Code: [Select]
if (is_countable($parents) && count($parents) > 0) {
SimplePortal 2.3.6 © 2008-2014, SimplePortal