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
Re: Warning from php >=7.2 - 4 years ago
I tried installing the patch that Sergei made, but no luck.by wcpreston - Phorum Support
Re: Fixes for PHP 7/8 - 4 years ago
@Sergei K I'm so grateful for the work you did. I was able to get this version installed. However, it did not fix my issue. It did move it, though. ;) I'm still getting no results if I search for someting. And I get errors like this on the top of the screen (I've taken out my home directory): Warning: count(): Parameter must be an array or an object that implements Couby wcpreston - Phorum Development
Warning from php >=7.2 - 4 years ago
After upgrading to PHP 7.2+, I am getting the error blow when I try to search, and I get no results: Warning: count(): Parameter must be an array or an object that implements Countable in ./include/forum_functions.php on line 71 Warning: count(): Parameter must be an array or an object that implements Countable in ./include/forum_functions.php on line 71 Warning: Cannot modify header infby wcpreston - Phorum Support
Re: Phorum Templates creating files in /tmp - 9 years ago
Great. Now I just have to figure out how to get my webhost to ignore them.by wcpreston - Phorum Support
Re: "There are unapproved messages" when there aren't - 9 years ago
That was it! Thanks!by wcpreston - Phorum Support
Solved: "There are unapproved messages" when there aren't - 9 years ago
Running 5.2.23... I keep getting the "there are unapproved messages" message. But when I go to unapproved messages it says there aren't any...by wcpreston - Phorum Support
Solved: Phorum Templates creating files in /tmp - 9 years ago
Hey guys... Long time no chat! Is this normal operation? Phorum is creating a bunch of files in /tmp named after each template I'm using. Then my web host is pointing these out as "suspicious files." Are they normal? Are they suspicious? -rw-r--r-- 1 user user 2039 May 26 00:12 tpl-lightweight_blue-settings-df3d12df5cab8ef2d8759cfd95597cf1.php-stage2 -rw-r-by wcpreston - Phorum Support
Re: Module: Mailing List - 9 years ago
I have done quite a bit of work on this module and its friend the "external phorummail" module (technically most of the work was done by an upwork contractor), and I have a version that's ready for testing. It's working for me, but you know how that goes. I've attached the new version to this post. Basically I added much of the functionality that was in the Mail2forumby wcpreston - v5/v6 Modules/Add-Ons
Re: Module: External Phorummail - 9 years ago
I have done quite a bit of work on this module and its friend the "mailinglist" module (technically most of the work was done by an upwork contractor), and I have a version that's ready for testing. It's working for me, but you know how that goes. I've attached the new version to this post. Basically I added much of the functionality that was in the Mail2forum moduleby wcpreston - v5/v6 Modules/Add-Ons
Re: Phorum displaying GMT time? - 9 years ago
The PHP.INI was set to UTC! Changed it to America/Los_Angeles and all is good! Thanks, Scott! Oliver... Ihnen zu helfen, sind nicht! (via google translate)by wcpreston - Phorum Support
Re: Is this thing on? - 9 years ago
OK... ;) I was able to work around both problems, so not worried. Just wanted to make sure no one got hit by a bus. ;)by wcpreston - Phorum Support
Is this thing on? - 9 years ago
Just surprised that it's been over two weeks since I posted questions, and no replies...by wcpreston - Phorum Support
Solved: Phorum displaying GMT time? - 9 years ago
The server is in EST, but all messages created in the forum are displaying as GMT. The timezone offset is set to zero. My personal profile timezone is set to Default. Have I missed something?by wcpreston - Phorum Support
Change password generating a 404 error - 9 years ago
Hey fellow phorumers! I went live w/this phorum and I have 11K users that can't change their passwords. Aaack! (I did have this as URGENT, but I just added a 301 redirect to a wordpress page that says "your password has been changed." But I'm a bit worried that this basic function isn't working as described once I enable SEO friendly URLs.) If a user changes theiby wcpreston - Phorum Support
Re: Not able to move forum to folder - 9 years ago
On second examination, the move actually does occur. But I get the error every time I do a move.by wcpreston - Phorum Support
Not able to move forum to folder - 9 years ago
I'm running the most recent version of phorum. I have several forums that should be in a folder. If I try to edit those forums and put them in a folder, I get the following error: Warning: Invalid argument supplied for foreach() in <phorum-directory>/include/admin/default.php on line 87 Here is the relevant section of code: if ($folder_id > 0) { $elts = array();by wcpreston - Phorum Support
Re: Need template developer - 9 years ago
That part I know. The other thing I know is that I don't know what I'm doing when I edit those files. ;) A man's got to know his limitations. ;)by wcpreston - v5/v6 Templates
Re: Why doesn't profile have a "View all my posts" option? - 9 years ago
It sounds like Oliver thinks it's a bug. The code is already there. When you search your username, the links appear inside a box that has the same look and info of the Profile summary box. I'm guessing it's supposed to be there.by wcpreston - Phorum Support
Need template developer - 9 years ago
I'm getting really close to going production with phorum and I'm excited! One final thing is to have a Phorum template that somewhat mocks my Wordpress one. To do this, I need to do this: 1. Copy the header and footer from the Wordpress template to the Phorum template 2. Change the colors of the Phorum template to match the Wordpress template 3. If possible, change the font to maby wcpreston - v5/v6 Templates
Why doesn't profile have a "View all my posts" option? - 9 years ago
If I search on my post and then click on my username, I get a "View all posts" option. Why isn't that just in my Control Center? Is there an option I haven't enabled?by wcpreston - Phorum Support
Re: Template: Mobile Template - 9 years ago
I'm using other spam blocking modules now. So the fact that this one didn't work is no big deal :(by wcpreston - v5/v6 Templates
Re: Moderation clarification - 9 years ago
Sorry I forgot to say Thanks! What worked best for me was the Moderated User Group module coupled with the Register to Group module. I set it to put all new users into a group called New Users, then used the Moderated User Group to moderate their messages until I take them out of that group. Thanks again!by wcpreston - Phorum Support
Re: Phorum Database Error when updating users - 9 years ago
I found a very similar error here: I realized I had the same problem as him. Missing a field in the users table. I added the field that was missing based on what I saw in that post for that column. My problem is fixed but I wanted to know why I had such a problem on a brand new installation. I re-downloaded the current image and looked for where that table is created. Here's whatby wcpreston - Phorum Support
Fixed: Phorum Database Error when updating users - 9 years ago
If I am logged into as admin and then try to update a user (e.g. changing them to admin, or simply press the Update button w/o changing anything) I get this error: Phorum Database Error Sorry, a Phorum database error occurred. Please try again later! Error: Unknown column 'force_password_change' in 'field list' (1054): UPDATE phorum_users SET username = 'testby wcpreston - Phorum Support
Re: Template: Mobile Template - 9 years ago
I'm using the spam hurdles module and I get this error: Warning: Incompatible template files detected Not all template files contain the template hook {HOOK "tpl_editor_before_textarea"} that is required for the posting protection to work. If your Phorum site is using the following template files, then check them against the template files in the Phorum distribution and add tby wcpreston - v5/v6 Templates
Re: Module: Register To Group - 9 years ago
So I think I could use this in combination w/the Moderated User Group Module. Help me understand if I got this right. I can configure a user group called "new Users" and then specify w/the other module that all new messages of theirs will be moderated.by wcpreston - v5/v6 Modules/Add-Ons
Fixed: Moderation clarification - 9 years ago
Can you please verify how moderation works? If I turn moderation on, it will moderate every message forever, right? What I'm looking for is to moderate new users until they've shown that what they post is normal. Then once they do, they're good to go from there. Is there anything like that here? Perhaps in a module?by wcpreston - Phorum Support