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: hit Reply, no textarea appears - 9 years ago
Thanks Scott for the quick and accurate response - that change appears to have fixed it! Billby BillS - Phorum Support
hit Reply, no textarea appears - 9 years ago
I am running version 5.2.18 of Phorum on my site Today people clicking Reply do not get a textarea, so cannot reply. I use the Editor Tools module, and it spits the following error anytime someone attempts to read or reply to a post "editor_tools.js library reports: no textarea found on the current page." As Admin, ran all six Rebuilds under "Database Integrity"by BillS - Phorum Support
Re: Non-Temporary Search hack to fix PHRASE search - 11 years ago
The Any Words and All Words searches did not work for me. I found a bug in the addon where the query built looked like this: SELECT message FROM table WHERE search_text LIKE ('%term1%' OR '%term2%' OR '%term3%') but MySQL doesn't like that. Fixed to look like this SELECT message FROM table WHERE search_text LIKE '%term1%' OR search_text LIKby BillS - v5/v6 Modules/Add-Ons
Non-Temporary Search hack to fix PHRASE search - 14 years ago
The Non-Temporary Search's PHRASE search did not work for me. I managed to get it to work. My two changes are prefixed with the comment "Bill 121111". See attached. A big thanks to the original author! Billby BillS - v5/v6 Modules/Add-Ons