milkycode
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Issue after updating to latest version (7.1.8) on multisite.The added nonce check in latest version is not working at all and destroys all nonce checks on the hole page, so it doesnt work anywhere anymore.
Forum: Plugins
In reply to: [Theme My Login] Issue after updating to latest version (7.1.8) on multisite.Not only login doesn’t work anymore after last update. Every Post request will not work. Updates not working, saving posts, users, everything is not working where a post request is made.
The error is inside the code-snippets.php file in plugin root dir.
There is a “q” before opening <?php tag. Remove this and everything works again.
Forum: Plugins
In reply to: [GD bbPress Tools] Fatal ErrorThis error is still existing in the current version. Please fix it according to my code fix above.
Now it will also be triggered, when editing a user.
Hi,
thank you very much, that worked. Just only saved the permalink settings without any change. Very strange.
Forum: Plugins
In reply to: [GD bbPress Tools] Fatal ErrorThis error occures since PHP 8.0.
It can be fixed by putting this code above the error line (71):if (!$profileuser) return;
Don’t know if this will have some sideeffects, but for me everything works after that.
- This reply was modified 2 years, 2 months ago by milkycode.
Forum: Plugins
In reply to: [Avatar Privacy] No upload Button if user has a role below authorOK, thank you.
I checked the code for that, but found out, it is easier and better to use a plugin like “User Role Editor” and allow subscribers to upload images.
In my case no user can register. So it is save for subscribers to upload.
OK, I found the “problem”. There is a setting “Members with posts only” which was aktivated. I don’t know why I didn’t saw that before, because I checked settings twice. But after checking the code, an seeing that such a setting exists, I deactivated it and now everything works as expected. So fixed. Thank you.
Hi, but when creating a user, I give them the bbpress role. There is a dropdown for it. One dropdown for wordpress role and one for bbpress. So there is always a bbpress role. All users have a “participant” role, but only users, who posted once are shown in members list.