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: Banner Manager - 12 years ago
Answered my own question, apparently. Turned on "Do not display the banner code automatically" Inserted { MOD_BANNER_MANAGER } in header.tpl right before the search-area div. That seems to have done the trick and not broken anything (that I have found, anyway).by James E. - v5/v6 Modules/Add-Ons
Re: Module: Banner Manager - 12 years ago
Thanks to this thread I bumped the position of the banners to be above the announcements, which is handy. Now I have an additional question/problem. On the read pages the post title and search box are above the banners, which puts distance between them and the body of the message. What would be the best way to adjust this positioning? Appreciate any assistance or guidance.by James E. - v5/v6 Modules/Add-Ons
Re: MOD: Like Button (Internal, not external to Facebook or anything) - 12 years ago
I've been asked about this as well. It is available on other popular forum platforms and it would be nice to offer to my community as well.by James E. - Phorum Hack/Mod Requests
Re: Archive / Bulk Move - 12 years ago
Man, this would be really useful right now. The ability to select a page of messages in a forum and move them to another forum. We are trying to do some clean-up of extra/redundant forums and move posts and it is turning out to be quite a bit of work doing it one thread at a time.by James E. - Phorum Hack/Mod Requests
Re: Module: Flickr - 16 years ago
So far so good, Phil. That looks to have doe the trick.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Flickr - 16 years ago
Phil - Thanks for your work on this, I (and several users) appreciate it. What I am encountering now is the inability to scroll through the images in the sets. After I cleared the forum cache I was able to scroll through and select an image. I created the post and then went to make a reply. This time, when the sets were loaded, the scroll function did not work. Other users have reporteby James E. - v5/v6 Modules/Add-Ons
Re: Module: Flickr - 16 years ago
Thanks, Phil! It is working now. Might have spoke to soon. It worked on one post, but won't in another. Odd...will have to investigate later. And working again. Sorry! My only request would be to be able to insert the Large or Original sizes as well, if possible.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Flickr - 16 years ago
I dig the updates, good stuff. However... When I try to do the insertion nothing happens. It loads the photos from the sets I chose, but nothing loads. Am I the only one? Am I missing something?by James E. - v5/v6 Modules/Add-Ons
Re: Module: Flickr - 16 years ago
I don't know how my forum users are going to feel about this, but I'm going to love it. Installed and working on pmwf.com.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Jumpmenu - 17 years ago
I'm probably over looking something simple here, but my head is spinning from another, unrelated topic (like work). How would one add the User List module to the Jumpmenu list? As always, thanks for the support.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Quick Reply - 17 years ago
Slick module, looks to work well! Already enabled on PMWF.com (and used to post this message).by James E. - v5/v6 Modules/Add-Ons
Re: Module: switchview - 17 years ago
Ah, yes, that's what it is. We have a back-up of the lang file that I will get on Monday. That should help me fix it. Thanks!by James E. - v5/v6 Modules/Add-Ons
Re: Module: switchview - 17 years ago
Sorry, Maurice, I was not clear enough. On the post list pages it is working, it is the read pages that it is still not displaying properly. There is the icon, where before it said change view, IIRC.by James E. - v5/v6 Modules/Add-Ons
Re: Module: switchview - 17 years ago
Interesting. So this module was working fine until we (finally) upgraded from 5.2.8 to 5.2.11. Now, on our read pages, the links to change views are gone, even though the code is still in the various read templates. It still works, there's no text, or nothing at all. In Firefox I can see the icon but no text; in IE I can see a space where the text and icon are supposed to be. It seems toby James E. - v5/v6 Modules/Add-Ons
Re: Module: Twitter new posts - 17 years ago
No thoughts on this? I've tried a couple things myself, but have so far only managed to screw things up. :Dby James E. - v5/v6 Modules/Add-Ons
Re: Module: Twitter new posts - 17 years ago
Another question/request for this mod: Suppose I want to have two twitter feeds? Say, one for our discussion forum and a second for our sales forum. That way users could choose which to follow. Is there a way to copy this module and upload a second time to do this? I'd assume there would have to be some sort of change to the code to allow? TIA for any input.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Twitter new posts - 17 years ago
QuoteBrian Moon Replace: $status = urlencode($message["subject"]." ".$url); With: $subject = preg_replace('/subjectsmiley\d+!/', "", $message["subject"]); $status = urlencode($subject." ".$url); Untested. Thanks, Brian! That looks to have worked just fine.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Twitter new posts - 17 years ago
This is pretty slick. I'm using rtetzloff's edits to pull new threads from only two of our forums on pmwf.com and tweeting them at twitter.com/pmwf. But, I have a question, or more of a request, I suppose. PMWF users love their smileys (icons, as we call 'em) over there and the subjects of our posts are chock full of them. So, a tweet comes across showing the trigger text fby James E. - v5/v6 Modules/Add-Ons
Reverted triggers back - 17 years ago
I changed all triggers back to their originals and it works again now. Guess I'll have to leave them this way for the time being.by James E. - Phorum Support
Vanishing subject smileys - 17 years ago
Apologies if this is in the wrong place. Wasn't sure if it belonged here or with the module. On pmwf.com we have a set of smileys that we use for the subject only and use the pop-up window to activate them. They were all triggered with "subjectsmileyXX!" with xx being a numeric sequence. To save subject line space I changed them all to "smXX!" keeping the numericby James E. - Phorum Support
Re: Limit number of characters in the subject? - 17 years ago
lol...nothing wrong with a mod, of course not. This sounds like it would work great. I'll sneak in some time today and give it a shot. Thanks, Maurice!by James E. - Phorum Support
Limit number of characters in the subject? - 17 years ago
Basically, to prevent having subjects several lines long I'd like to limit the number of characters allowed in the subject field. Is there an easy way to do this or would it require a mod or hack? As always, thanks in advance!by James E. - Phorum Support
Re: Attach file to folder rather than db? - 17 years ago
Ah! Thanks, Joe. Not sure why my search failed to find that (read as: user error). I'll take a look!by James E. - Phorum Hack/Mod Requests
Attach file to folder rather than db? - 17 years ago
We recently had to trim out database at pmwf.com as it had bloated to 800MB when our allowance is 200MB. The main culprit was image attachments added using the Add a file option. We only allow 1 file per attachment at 125k yet it still quickly exploded our database. So, we were wondering, is it possible to have a module (or hack) that would upload any attachments to a post to a file and thenby James E. - Phorum Hack/Mod Requests
Re: Cache Settings questions... - 17 years ago
QuoteBrian Moon QuoteJames E. Part of the reason I am asking about this is our performance has been lagging some lately. The message list page on the main forum takes longer to load than we'd like (and I swear longer than it used to) and moving from the message list to the read page also lags quite a bit. These problems could be in our host as well and we're checking there. At the sameby James E. - Phorum Support
Re: Module: Custom Attachment Icons v5.2.1.04 - .ptrn, URL's, and Recent Messages - 17 years ago
I should have read the Read Me. Thanks for the info, works like a charm now.by James E. - v5/v6 Modules/Add-Ons
Re: Module: Custom Attachment Icons v5.2.1.04 - .ptrn, URL's, and Recent Messages - 17 years ago
Excellent. Love the addition of the URLs. But what am I missing to get this to work in Recent Messages? I originally had my template (render_message_row.tpl) modified with the same code above to get them to appear. I changed it to reference {INCLUDE "custom_attachment_icons::list_icons"} however I do not see any of the attachment icons in the Recent Messages list. What did I miss/doby James E. - v5/v6 Modules/Add-Ons
Cache Settings questions... - 17 years ago
There is a gap in the documentation when it comes to this section, so I am posting it here. In reviewing the various settings there are a handful of options in the Cache settings and I am wondering about them. Right now (on PMWF) we have the Enable Caching stylesheet data (CSS) and Enable Caching JavaScript code enabled. The other options are disabled and there is no info on them in the Dby James E. - Phorum Support
Re: Module: Online Users - 17 years ago
I do not believe I saw this question posed or addressed above. We have this mod installed on PMWF, the list of users seems to work well. But Record Number of Users resets itself every day. This morning it showed a record number of guests as 80 from Oct. 26 (IIRC), now it shows 32 with today's date. Record Number of Users: 21 on October 27, 2008 Record Number of Guests: 32 on Octoberby James E. - v5/v6 Modules/Add-Ons
Suggestions for troubleshooting follow topic emails not sending? - 17 years ago
I don't know when this started, but it seems that users are not receiving emails when checking "Email about replies to this topic" over on www.pmwf.com. I've disabled the most recently added module (Automatic Time Zones) however that did not seem to affect things. All the forum settings are correct to allow for users to receive emails, so I don't know why it's stoppeby James E. - Phorum Support
