Technology > SMF Forum Code Modifications

Ultimate Profile

(1/1)

Chip:
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).

Chip:
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: ---if (count($parents) > 0) {
--- End code ---

replace:

--- Code: ---if (is_countable($parents) && count($parents) > 0) {
--- End code ---

Navigation

[0] Message Index

It appears that you have not registered with dopetalk. To register, please click here...
Go to full version