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: Module: Online Users - 16 years ago
Hello! First, a contribution for once! How to change the Idle time for a user to the time they last clicked/refreshed a page in AM/PM format (rather than how many minutes/seconds they are idle): Starting at line 168 in onlineusers.php: // Format the user's idle time. $idle = 0; if ($PHORUM['user']['user_id'] && $user['by Pmac627 - v5/v6 Modules/Add-Ons
Re: Downloading file instead of displaying page - 16 years ago
We upped the memory allocation and it worked. But just so I understand it completely, I ask for a quick explanation of the new flags thing since that is probably the issue. If I am understanding how newflags would impact memory, then when I click "mark forum read", wouldn't that take care of that memory load for that instance? Or am I misunderstanding how it works? Anyway,by Pmac627 - Phorum Support
Re: error message - 16 years ago
You are welcome. I've made that mistake (forgetting a ; ) many times when editing/modifying my templates. It happens. If you have the header that caused the error, try this. Open the file in an editor that will highlight matching brackets when you select one (I use notepad++ set to PHP to edit my templates). The bracket on line... 745 is the end point. If you find the corresponding oby Pmac627 - Phorum Support
Re: error message - 16 years ago
Well generally that means you are missing a ; somewhere, but if you have not edited the pages, perhaps clear your cache? When I have had errors related to a template file in the /tmp directory, generally that fixes the problem.by Pmac627 - Phorum Support
Re: Downloading file instead of displaying page - 16 years ago
Hmm. A very good point. I'm curious as to how the difference exists between users, but I guess it is just enough to push it over the edge.by Pmac627 - Phorum Support
Re: Downloading file instead of displaying page - 16 years ago
Thank you for the help. Unfortunately, my forums are set to run in List mode and have since day 1. I am looking into increasing the memory size for php.ini. If the memory is in fact the problem, could you please explain how it has impacted some and not all of my users and how it is an issue that has become a problem for each user at a different time. The first report of this could not be duby Pmac627 - Phorum Support
Re: Downloading file instead of displaying page - 16 years ago
I hate grave digging threads, but my issue seems to be similar to this one. In short, one (1) thread on my forum is bringing up a popup that asks the user to download read.php (see attached image). The rest of the forum and it's threads work fine. One of my users reported the issue and I have been trying to figure out what the problem is. The problem is NOT occurring for all users andby Pmac627 - Phorum Support
Re: Instant Messenger - 16 years ago
I'm a big fan of SQL, but if its a temporary save you want, would writing it to a .txt file on the phorum server work? Similar to how IRC clients "log" conversations. Then, when a conversation ends, it can be deleted. It requires the read/write power of the phorum's server and not add additional strain to SQL. Just my 2 cents.by Pmac627 - Phorum Hack/Mod Requests
Re: Module: Online Users - 17 years ago
Howdy all! Love this module. Could anyone possibly offer suggestions on how to add color coding to this module? Like, being able to set a color for each type of group and then having a key that displays the color code. This is a common feature in a lot of other forum programs so I figured I'd try and failed. I would assume such a modification would require being able to declare a prby Pmac627 - v5/v6 Modules/Add-Ons
Re: BBCode Issue - 17 years ago
I must have that kind of luck then, huh? 2 for 2 with new effects you've never seen. Could be the way the server is running. If it helps at all... I believe the server has Java 6.by Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
I'm moving to a better host, but your patch job did wonderfully on the old host. Thank you. I did notice a new glitch concerning BBCode, Editor Tools and Smileys. On the new host, I was able to use the Javascript compression module. When I did that, even when the above mentioned modules were active, it removed the buttons (but not the effects) of them. So if you knew the BBCode and Smiby Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
The I have the ability to change the PHP settings from PHP 4, PHP 5 or PHP 6. The 6 is listed as unstable on their servers (is it still unstable?). Maybe upping it to the PHP 6 will help keep problems from arising?by Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
Sweet! You guys are awesome. Thanks for all your help!by Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
Grr. Still nothing. I contacted the host to see maybe it was something server-side... nada. Whats bugging me the most about this is that I had this exact version of Phorum on another server. All the same tweaks I've made are on that one too... and it works fine. I've made template changes out the rear end, but nothing has changed outside the template folder. BBCode module, orby Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
ooops. Yeah, thats the result of my last fiddling. I disabled all but the center tags. I've been looking for empty files as you have mentioned and they show that they are there... but not the same as the originals (ex. mine: 43Kb, server: 41Kb) I think I need to get to a computer with a better connection to re-upload those files (and any other incomplete ones) and try again. Thanks foby Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
Here is a topic with the tags. You can login as "test" with the password "test" If you want the other accesses, I can send them to you in a PM. I had identical forums set up, theme and rearrangement on our old server and everything worked. Something still isnt working right though.by Pmac627 - Phorum Support
Re: BBCode Issue - 17 years ago
Hmm... I'm not very good at the explaining part lol. Yes, I can add the tags to my posts, but when I click "Post Message", my post appears unformatted with the tags in the text. My connection to the server has been iffy, so some files uploaded most of the way, but partly altered. I figured this was the case, so I took my original copy of the 5.2.9a release and reuploaded theby Pmac627 - Phorum Support
BBCode Issue - 17 years ago
Hello. I have Phorum 5.9.2a installed and am having issues with the BBCode module. I can use the module settings via the admin panel, I can use it to format posts as im writing them, but when I finally do post, it only shows the code and not the result. Ex. I write this with the bold... and this is how it shows (without the code BBCode box obviously) I write this with the bold...by Pmac627 - Phorum Support
Re: Colored Usernames - 17 years ago
This feature would be very cool. I have been actually looking for a mod to add specific color to members of different groups on the phorum. This would probably require the designation of the primary group to help sort out those who are in multiple groups though. Anyway, I've been looking to modify the Online Users mod to add color and the "Mod Color" zip here would be very usefuby Pmac627 - Phorum Development