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: Spam Hurdles 2, release candidate - testers welcome - 6 weeks ago
Hi Neustradamus, i'm still a Phorum user: forum.langzeittest.de I can continue developing all modules I provided in the past (see my signature). Regards Oliverby Oliver Riesen-Mallmann - v5/v6 Modules/Add-Ons
Re: Module: Topic Poll - 1 year ago
Hi Zenon, since there are few other passages with "each" in the source code and perhaps also in other modules, I think we should use a funtion to replace "each()" like in polyfill-each: Copy the content of polyfill-each.php to common.php after line 72. Regards Oliverby Oliver Riesen-Mallmann - v5/v6 Modules/Add-Ons
Re: Module: Topic Poll - 1 year ago
Hi Zenon, I try to publish a new version of the module. Regards Oliverby Oliver Riesen-Mallmann - v5/v6 Modules/Add-Ons
Re: register-confirmation - german language file - 7 years ago
Hi Thorsten, empty page means PHP error. So you should have some message in your web server log. Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: register-confirmation - german language file - 7 years ago
Hi Thorsten, I use the German Language Package too. In my files the corresponding line doesn't terminate with a dot. Correct is: 'RegAcctActive' => 'Ihre Registrierung war erfolgreich.', Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: PHP 7.1.26 Backend Problem Admin Menu - 7 years ago
Hi Thorsten, white page means PHP errors. Please have a look into your webserver log file. Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Where's the <tbody> tag? - 8 years ago
Look at the template files (*.tpl) in folder /templates/.by Oliver Riesen-Mallmann - Phorum Support
Re: New to Phorum - 8 years ago
Hi barryalen1992, I'm a long-term user of Phorum (since 2000). And my forums are still online. But I have to say, I couldn't recommend Phorum for a new starting project... Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: How do I stop posts from 163.com? - 8 years ago
Use "Ban Lists" in the Admin panel.by Oliver Riesen-Mallmann - Phorum Support
Re: *.ru email addresses - 8 years ago
Hi, Quotesalmobytes I'd like to ban all registrations using any *.ru email address. In my censor list i have a rule .+\.mail\.ru but it doesn't work. So I must have written the rule incorrectly or there is a hack around. Did you define your censor rule with "PCRE"? to block any *.ru email: .*\.ru Your example should be: .*mail.ru Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: So where do you edit the CSS visual look of the site? - 8 years ago
Hi, I use the Web Developer Addon in Firefox to inspect CSS for the respective element: Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: So where do you edit the CSS visual look of the site? - 8 years ago
Hi thermalzombie, see settings.tpl. Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Phorum 5.2 and PHP 7.1? - 8 years ago
Hi Erzett, at least Phorum 5.2 passed our Travis check on Github for PHP 7.1: Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Phorum fork? - 8 years ago
Hi Etrix, I had to look first in the license... In my opinion a "fork" isn't a "products derived from this software" (see number 5 in the license), so you don't need a written permission. But this is just me personal opinion... Regards Oliverby Oliver Riesen-Mallmann - Phorum Development
Re: Phorum 5.2.23 released - 8 years ago
Hi Andrej, yes, i know... But which part of the "if" uses YOUR specific Phorum installation? Regards Oliverby Oliver Riesen-Mallmann - Announcements
Re: Phorum 5.2.23 released - 8 years ago
Hi Andrej, ok, next question: does your Phorum installation use the internal PHP function wordwrap or our internal function _phorum_wordwrap? See /include/format_functions.php starting at line 395... Regards Oliverby Oliver Riesen-Mallmann - Announcements
Re: Phorum 5.2.23 released - 8 years ago
Hi Andrej, can you check please that the corresponding php file on your server includes the change from this commit: Regards Oliverby Oliver Riesen-Mallmann - Announcements
Re: Howto: Integrate Phorum and Wordpress - 8 years ago
Hi, anyone still using this Wordpress-Phorum bridge? Regards Oliverby Oliver Riesen-Mallmann - Phorum Integration
Re: Phorum 5.2.23 released - 8 years ago
Hi Andrej, I'll check after my vacations... I'm back on monday... Regards Oliverby Oliver Riesen-Mallmann - Announcements
Re: Search issue with more than one word - 9 years ago
Hi Jay, see: Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Modules Send Mail Through SMTP - 9 years ago
Hi Mike, please try to upgrade the phpmailer part of this module. Phorum ships version 5.2.10 of phpmailer. Here you can find 5.2.23: Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Delete Unapproved Users - 9 years ago
Hi Mike, in that case you can also delete the corresponding users directly in the database (carefully!). Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Delete Unapproved Users - 9 years ago
Hi Mike60, Quotemike60 Hello - I get a LOT of spam users. There are over 30,000 users. Is there a way to quickly delete all the unapproved users and clean the database? Go to Phorum Administration, Edit Users, select corresponding "User status and status", optional change to "250 users per page", search, Check all, Delete selected users. Quotemike60Second question:by Oliver Riesen-Mallmann - Phorum Support
Re: Can hyperlinks in messages be directed to a new page? - 9 years ago
Hi Jay, and in my option the user should be ably to decide himself if he wants to open a link in the same window, open a new window or open a new tab... ;) Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Module: PDF Pages - 9 years ago
New Version: 2017/04/04 version 1.0.3 by Oliver Riesen-Mallmann (oliver@riesen.org) - tcpdf updated from 4.6.003 to 6.2.13. 2016/09/30 version 1.0.2 by Oliver Riesen-Mallmann (oliver@riesen.org) - Corrected undefined index notice edit_username.by Oliver Riesen-Mallmann - v5/v6 Modules/Add-Ons
Re: Export database - 9 years ago
QuotemagicmasseyIs there an easy way to move what they have to new hosting? Yes, you can move your Phorum installation to a new hosting. I think this is the best time to upgrade to the newest Phorum version. Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Posting not possible after upgrade - 9 years ago
Hi tbremer, an empty (blank) page is caused nearly almost by a php error... Please check you php error log file. Regards Oliverby Oliver Riesen-Mallmann - Phorum Support
Re: Improving md5 password storage security - 9 years ago
Hi Eugenio, is it possible that you offer your changes as a pull request on github? Regards Oliverby Oliver Riesen-Mallmann - Phorum Development
Re: Add a background to the Phorum - 9 years ago
@Scott: I prefer your solution!by Oliver Riesen-Mallmann - Phorum Hack/Mod Requests
Re: Add a background to the Phorum - 9 years ago
Hi Bruce, look for FEED in \templates\emerald\read.tp \templates\emerald\read_hybrid.tpl \templates\emerald\read_threads.tpl and remove the following lines: {IF URL->FEED} <a class="icon icon-feed" href="{URL->FEED}">{FEED}</a> {/IF} Regards Oliverby Oliver Riesen-Mallmann - Phorum Hack/Mod Requests

