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: Ajax Toggle Folders - 13 years ago
Sorry for this late reply. Unfortunately I haven't have time to look into the other module codes you mentioned hence unable to comment. From now, I think you can check your index_new.tpl as whether did you missed something for both modules when you combined? Example, if both modules editing part in index_new.tpl are in, you can test one module at a time. If both modules are working wheby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: Module: Ajax Toggle Folders - 14 years ago
First of all, many thanks for your suggestion. As you have guessed correctly. I am more familiar with YUI and instead of learning Phorum coding API etc. and jQuery I would personally prefer to use what I am familiar ;) Learning phorum API etc. with jQuery would take longer time to implement such module for my own forum and that is why :p When I have time, I will try to learn jQuery and seby Giam Teck Choon - v5/v6 Modules/Add-Ons
Module: Ajax Toggle Folders - 14 years ago
This is my first module so I am not sure whether posting this in this forum is right and whether is the code is secure or according to phorum standard. Use them at your own risk as I am not responsible for any damages caused. You have been warned! ========== Brief Description ========== This module is based on the ideas of the following modules: - Collapsible Folders (http://www.phorumby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: merge thread bug in phorum 5.2.16 - 15 years ago
Yes, it does for such function/feature for my use especially as I have to merge more than 500 threads in a private forum sometimes as those threads are created by my customized mail alerts such as intrusion detection mail alerts to a mailbox (each server each mailbox) and that mailbox's mails will be fetched by phorum ext_phorummail mod to respective private forums. This is more for archiveby Giam Teck Choon - Phorum Support
Re: merge thread bug in phorum 5.2.16 - 15 years ago
Agreed... you are right about not checking on duplicate thread id sounds bad... I know this is bad too :p This isn't my main concern now until this past my initial test for merging 100++ threads ;) I will think of a way to check duplicate thread id for next round of "hacking" attempt for moderation.php file... ... Glad that you guys will be releasing a new 5.2 soon mainly foby Giam Teck Choon - Phorum Support
Re: merge thread bug in phorum 5.2.16 - 15 years ago
Err... I actually patched 5.2.16 already and now I am testing it... multi-merge threads works but need more testing :p There is one problem with my patch now that I never check duplicate same thread id when merge but heck... ... it is merge so repeated merge the same thread id shouldn't be a big problem I guess :p May I know how soon will the 5.3 development to become stable hence warranby Giam Teck Choon - Phorum Support
Re: merge thread bug in phorum 5.2.16 - 15 years ago
Thanks for your prompt reply ;) Noted about the fix already in the github repos. BTW, do you guys intend to implement multiple merge threads feature in future? I mean now we got merge thread feature which allow us to merge two threads into one but do you guys intend to implement more than two threads to be merged? Sorry, if this is not the appropriate forum or thread to ask such questioby Giam Teck Choon - Phorum Support
merge thread bug in phorum 5.2.16 - 15 years ago
Hi, I don't know whether is this the place to post such but I will explain about moderation merge feature and how I notice there is a small bug in it. When you intend to merge thread, you first select the first thread to merge (aka source) but the merge_subject1 variable will not be assigned during the first click in moderation.php file: if( !$merge_t1 || $merge_t1==$msgthby Giam Teck Choon - Phorum Support
Re: Module: Automatic Mobile Template - 15 years ago
Hi, Nice module. Just installed this and got many mails in my inbox about the php ./script.php --scheduled: PHP Notice: Undefined index: HTTP_USER_AGENT in /path/to/phorum/mods/mod_mobile/mod_mobile.php on line 14 To solve this, I modified mod_mobile.php as below: function mod_mobile(){ global $PHORUM; if(empty($PHORUM["mod_mobile"]["template"])) rby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 15 years ago
Quotechoon I believe I need to add in phorum_api_user_check_group_access() somewhere in order to support private group forums subscription? Nevermind for now. I found a way and hacked this module to support private group now ;) Thanks. Kindest regards, Giam Teck Choonby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: Module: Forum Subscriptions - 15 years ago
Hi, This module currently does not support private group forums subscription. i.e. If I create a group and all forums under this group with no public and registered users (private forum) and only add certain users into this group, those users will not get email notification about new threads and/or replies under those private group forums. I check the related code in forum_subscriptions_aftby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: Module: Automatic Time Zones - 15 years ago
Thanks a lot ;) Kindest regards, Giam Teck Choonby Giam Teck Choon - v5/v6 Modules/Add-Ons
Re: Module: Automatic Time Zones - 15 years ago
Hi Joe, Just a note. When execute ./script.php (Forum Subscriptions module from you I believe) which suppose to be execute via command/crontab, I will get the following: PHP Notice: Undefined index: REMOTE_ADDR in /path/to/phorum/mods/automatic_timezones/automatic_timezones.php on line 79 Since $_SERVER["REMOTE_ADDR"] is only available via serving via web server to web browserby Giam Teck Choon - v5/v6 Modules/Add-Ons