Show all posts by user
All modules known to work or written for 5.2.0 and up. Modules are small packages that increase or change the functionality of Phorum in some way, without changing any of the main Phorum code.
You can find a list of Phorum 5.2 Modules --> Here
You can find a list of Phorum 5.2 Modules --> Here
Thank You! - 25 days ago
Imagine my surprise to see a sudden flurry of development! Thank you Brian! Yes, I still use Phorum, and I will be trying out the new version as soon as I find some time! Very excited!by Steve H - Phorum Support
Re: Allowing Emojis? - 3 years ago
I found this article which looks promising. Need to convert mysql from utf8 to utf8mb4by Steve H - Phorum Support
Re: Allowing Emojis? - 3 years ago
...and they don't work here either, lolby Steve H - Phorum Support
Re: Allowing Emojis? - 3 years ago
I just tested the following emojis on my phorum and they don't work. My charset is UTF-8 ???? ???? ????♂️ ????????????by Steve H - Phorum Support
Re: Modules Send Mail Through SMTP - 4 years ago
I was also having this issue, and finally solved it with a couple tweaks. First, in smtp_mail.php comment out line 38 and add: // require_once("./mods/smtp_mail/phpmailer/class.phpmailer.php"); require_once("./mods/smtp_mail/phpmailer/PHPMailerAutoload.php"); Then also, in the setting page I had the hostname as: smtp.mydomain.com but it neeby Steve H - Phorum Support
Re: Module: Event Logging = IPV6 IP addresses truncated to 15 chars - 4 years ago
I solved my own problem. It was a client issue. My web browser was blocking them with the Ghostery extension.by Steve H - v5/v6 Modules/Add-Ons
Re: Module: Event Logging = IPV6 IP addresses truncated to 15 chars - 4 years ago
I am having an issue with the latest version of this module (and phorum) The small icons for Debug/Info/Warning/Error/Alert which reside in mods/event_logging/images/loglevels/ are not displaying on the "view logged events" and "filter logged events" pages. However, if I right-click the broken links and select "open image in new tab" they open up fine. ???by Steve H - v5/v6 Modules/Add-Ons
Re: Phorum 5.2 and php7 - 7 years ago
I am experimenting with PHP 7.3.6 and it's working, although I'm finding a few problems and warnings... First off, in the admin.php under Global Settings "Censor List" causes badwords.php to throw this warning: QuotePHP warning: Use of undefined constant string - assumed 'string' (this will throw an Error in a future version of PHP) PHP warning generated atby Steve H - Phorum Support
Re: No addon hook enabled for module - 7 years ago
Someone is trying to hack my phorum using some creative queries like the following: Quote User info: Anonymous user User IP address = 198.46.142.166 Additional details: Message: PHP error: <h1>Modscript Error</h1>No addon hook enabled for module "recent_messages' aND BeNChMaRK(2999999,Md5(NoW())) AnD '1" PHP error generated at /portal/addon.php:1by Steve H - Phorum Support
error with disabled user profile page - 10 years ago
I recently pulled up the profile page for a disabled user (linked from an old message) and then noticed a series of errors like this in the event log: QuoteMessage: PHP notice: Undefined index: PROFILE PHP notice generated at /var/www/html/web/phorum/cache/tpl-emerald-enhanced_custom_profiles__profile-4346d65c6d20e753802c299fdde1f707.php-stage2:31 Back trace: Function includeby Steve H - v5/v6 Modules/Add-Ons
Re: Search handling attachments - 11 years ago
What about just a search to locate posts with attachments? (not searching the content of the attachments) Perhaps a checkbox - "find only posts with attachments" Also can we search the attachment filename?by Steve H - Phorum Support
Re: Failed login message for Pending moderator confirmation - 13 years ago
Yes, an email is sent. No further hacking required.by Steve H - Phorum Support
Re: Failed login message for Pending moderator confirmation - 13 years ago
Ok I've hacked my login.php to fix the issue. I'm not sure how to submit a patch. Here are my changes: 465c465,479 < } --- > } else { > // User was rejected - let's find out why? > // Retrieve the user. > $user = phorum_api_user_get($user_id); > >by Steve H - Phorum Support
Security - strong passwords - 13 years ago
I was looking for a mod to increase security for phorum. Specifically, something to: - require stronger passwords. (options for minimum password length, require numbers and symbols, exclude dictionary words, etc) - set expirations on passwords to force periodic password change (needed to force existing users to update to a new strong password) I searched and didn't find any priby Steve H - Phorum Hack/Mod Requests
Re: What do YOU expect from the next major phorum release? - 13 years ago
Have you tried the Mobile template that is already available?by Steve H - Announcements
Failed login message for Pending moderator confirmation - 13 years ago
I have Registration Verification set up to require moderator and email approval. When a new user registers, approves his email and then attempts to log in, he gets the error: "That username/password was not found or is inactive. Please try again." In the admin "Edit users" section, the new users shows up as "Pending moderator confirmation", so the login scriptby Steve H - Phorum Support
Re: Module: Topic Poll - 14 years ago
I'd like to request a feature for this module: An option to list the usernames of who voted for each option. This would make the poll non-anonymous, but would be useful in knowing who was voting for what, and more importantly, who has and hasn't voted. My forum has less than 40 users, and the polls I want to conduct only survey about 15 people, so this wouldn't be overwhelminby Steve H - v5/v6 Modules/Add-Ons
Re: Phorum the Future, revisited! - 14 years ago
Can we get an update on the progress of 5.3? Are people using it on live sites yet? I'm really looking forward to the authentication integration!by Steve H - Phorum Development
Re: Searching certain words in posts? - 15 years ago
Thanks Maurice, Those links helped. It took me a while to read through and sort out how to fix it, so here is my simple solution... I added the following two lines to /etc/my.cnf ft_min_word_len=3 ft_stopword_file="" then restarted mysqld and rebuilt the search database from admin.php I can see why different admins would want different settings for this, depending on sby Steve H - Phorum Support
Searching certain words in posts? - 15 years ago
I have noticed that searching for certain common words such as "old" and "all" finds no results in the Phorum search box, even under Advanced with all dates and all forums. (on my own site as well as this forum) Can anyone independently verify this, and more importantly, explain it?by Steve H - Phorum Support
Re: Module: PM Keep Copy by default - 16 years ago
What about allowing a user-definable default?by Steve H - v5/v6 Modules/Add-Ons
Re: Module: Recent Messages - 18 years ago
Eureka! Yes it was a simple thing - he had changed his setting from "Newest Messages" to "Newest Topics". I hadn't played with those settings at all before, so it didn't occur to me. Thanks! Now that I look at it, you have: Newest Messages - individual messages/replies by date Newest Topics - topics by start date Updated Topics - topics by last reply daby Steve H - v5/v6 Modules/Add-Ons
Re: Module: Recent Messages - 18 years ago
I'm getting some strange behavior for one of my users. New messages are sometimes not appearing in recent messages. The strange part is that it seems to be a user-specific problem. I had the user log in on my computer and he gets the same behavior. He can view the messages by going to the forum, but they just don't show up in recent messages. Any ideas?by Steve H - v5/v6 Modules/Add-Ons
Re: Survey mod for 5.1.x - need help with development - 18 years ago
Has anyone tried this module with 5.2 yet?by Steve H - 5.1 Phorum Modules / Add-Ons
Re: Last post listing on index page - 18 years ago
New mod is now available for 5.2 here: Thanks Maurice!by Steve H - 5.1 Phorum Modules / Add-Ons
Re: Toggle thread view - 18 years ago
There is a new module for this now:by Steve H - Phorum Hack/Mod Requests
Re: Idea for new User profile module - 18 years ago
True, but it would be nice if this could be accomplished without any template modification. In fact, I think (at least part of) it can via hooks. I agree that it would be nice if it could be done cleanly in the admin or a module, without having to muck with the templates.by Steve H - Phorum Hack/Mod Requests
File list missing? - 18 years ago
I just noticed that the file list is suddenly missing in these forums, yet you still show the file list mod active.by Steve H - Phorum Support
Re: User Rank Module - 18 years ago
This mod has been replaced by the new "User Tagging" module for 5.2:by Steve H - 5.1 Phorum Modules / Add-Ons

