Show all posts by user
If you are having a problem with Phorum, this is the place to look for an answer. You can also find help on our Discord.
Re: Warning from php >=7.2 - 3 years ago
Quotewcpreston I tried installing the patch that Sergei made, but no luck. Are you able to share that original zip file of his, because the link to it is now dead.by Tempeh - Phorum Support
Re: Fixes for PHP 7/8 - 3 years ago
QuoteSergei K you can download at Sergei, the github link is down, and the git account seems to be 404'ing. Is there any chance you could re-upload this somewhere, please? Php8.0 has killed my phorum admin section. Thank youby Tempeh - Phorum Development
Re: Module:KeyCAPTCHA, Interactive CAPTCHA with Social Features - 7 years ago
For anyone in a similar position as me, using phorum, under spam attack, and looking for an alternative to the deprecated V1 reCaptcha, KeyCaptcha isn't a solution. I used it in tandem with the GIF spam hurdles, and have had massive spam attacks from bots that made it through both KeyCaptcha and javascript GIF captcha.by Tempeh - v5/v6 Modules/Add-Ons
Re: Module:KeyCAPTCHA, Interactive CAPTCHA with Social Features - 7 years ago
For anyone trying to implement this now, it seems that KeyCaptcha no longer send verification emails out in order to get a private key, making this obsolete. Unfortunately reCaptcha no longer works either. Does anyone know of any other solution?by Tempeh - v5/v6 Modules/Add-Ons
Re: ReCaPTCHA not working - 7 years ago
bump... still nobody has a solution for this?by Tempeh - Phorum Support
Re: ReCaPTCHA not working - 8 years ago
For anyone capable of handling this, there appears to be code that can swap over on top of the spamhurdles recaptcha code to replace it with V2: If anyone has a go at this and gets it working, please post back hereby Tempeh - Phorum Support
Re: Module: Spam Hurdles 2, release candidate - testers welcome - 8 years ago
Thanks, Scott. I had it set to using a gif image, but the bots tore right through that without problem. I tried the other options in Spam Hurdles to similar effect. I run a rather large forum and getting mods to approve all new users is a bit of a pain. Is there anybody out there who can take a look at the code and change it to the latest google reCaptcha API? I imagine it's a trivialby Tempeh - v5/v6 Modules/Add-Ons
Re: Module: Spam Hurdles 2, release candidate - testers welcome - 8 years ago
There is still no solution to this. Google reCaptcha doesn't work in the current version of Spam Hurdles. How is anyone using phorum without this?by Tempeh - v5/v6 Modules/Add-Ons
Re: ReCaPTCHA not working - 8 years ago
I'm under constant spam attack on my phorum since reCaptcha v1 is depracated. I would really, really appreciate it someone who knew what they were doing would update the Spam Hurdles module to work with the current version of Google reCaptcha.by Tempeh - Phorum Support
Re: Module: Spam Hurdles 2, release candidate - testers welcome - 8 years ago
yesby Tempeh - v5/v6 Modules/Add-Ons
Re: ReCaPTCHA not working - 8 years ago
ReCaptcha V1 shut down 2018-03-31 and doesn't work on phorum anymore. We need to update to ReCaptcha V2: How can we do this? Thanksby Tempeh - Phorum Support
Re: Module: Spam Hurdles 2, release candidate - testers welcome - 8 years ago
Hi there, is there any way to update Captcha to the latest version?by Tempeh - v5/v6 Modules/Add-Ons
Re: Moderators - 11 years ago
How can a moderator ban/suspend users? Is there some way to give moderators access to the Admin> Edit Users section?by Tempeh - Phorum Support
Re: Registering real name - 11 years ago
For anyone else having this problem, I found a mod that exists to do this here: (you still need to add the <tr> from my previous message in register.tpl to get it working) However I can't figure out how to make it required and validated upon registration. Any help would be appreciated. Thanksby Tempeh - Phorum Support
Registering real name - 11 years ago
When a user signs up, I would like them to register their name along with username, email and password. How do I do this? I imagine it should be as simple as something like adding the following to theme>register.tpl, but I can't get it to work. <tr> <td nowrap="nowrap">{LANG->RealName}*: </td> <td><input type="text" nby Tempeh - Phorum Support
Many authorised users, pagination possible? - 11 years ago
Hi there So the Phorum admin section has user pagination (http://example.com/phorum/admin.php?module=users), so when you have 10,000 users, the page doesn't crash trying to load it. My question is how do I get this working for moderators on the 'Group Membership' page when you click on each of the groups? (http://example.com/phorum/control.php?panel=groupmod) I assume somby Tempeh - Phorum Support