Show all posts by user
Discussion of Phorum development. No support requests please.
Recaptcha Spamhurdles is broken - 11 years ago
Google disables the old links. If you want use Recaptcha you need the new links in see Api 1.11by bandlow - Phorum Support
Re: Two Column Design - 12 years ago
Thank you, i write a new module to wrap the new column.by bandlow - Phorum Development
Two Column Design - 12 years ago
Hello I need a little bit help with my new Layout. Here my structure. Header 100% Div Wrapper Div Left 70% Div Right 30% /Div Wrapper Div Footer 100% I want to add a second column div container. The output from statistic or online user modules should be run into the footer div (full width). But there is only a hook before footer, the output places between div left und diby bandlow - Phorum Development
Re: All uploaded images broken after the upgrade - 12 years ago
Here a patch for mod_tidy its necesarry to enable php_fileinfo. It should be enabled by default in PHP > 5.3 At Row 13 add following lines function mod_tidy_end($buffer) { if(function_exists("finfo_open")) { $finfo = finfo_open(FILEINFO_MIME); $mimetype = finfo_buffer($finfo, $buffer); error_log($mimetype); if (strpos('text'by bandlow - Phorum Support
Re: All uploaded images broken after the upgrade - 12 years ago
Change to common.php in line 2175 to !isset($status['del'])) break;by bandlow - Phorum Support
Re: Phorumg shows E-Mail Address - 14 years ago
Yes this is possible, but can I change it so only admins can see this mail address.by bandlow - Phorum Support
Phorumg shows E-Mail Address - 14 years ago
In old posts when the users permit to erverybody to see his mailadress this was saved in phorum_messages email column. If the user change the privacy restrictions, the old posts show the email address in the hint. How can I resolve this issue? VGby bandlow - Phorum Support
Force email validation - 16 years ago
Hello, some users get pm, but their registration email address is not longer valid. So I want a solution, they have to change the mail adress on next logon. Is this possible? CU Karstenby bandlow - Phorum Support
Delete Useraccount - 17 years ago
How can I delete my useraccount myself.by bandlow - Phorum Support
Multilanguage - 17 years ago
Hello, it is possible to change the language with a button for all people who are not logged in? Or with an parameter in the url like Thank you Karstenby bandlow - Phorum Support