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: Event Logging - 12 years ago
I am using the latest phorum and the latest event logging module and keep getting You are accessing the admin after a security timeout. every time I click on an event source link in the event log. Even if I opened the event list only a second ago every time I click on any event source link I get the message above.by deepvision - v5/v6 Modules/Add-Ons
Re: Module: Search Engine Friendly URL's - 12 years ago
The other thing to think about is when you edit the subject it also causes the URL change. And you result with two different URLs leading to the same page. Would have been nice to have a redirect to the current version of the page (moved permanently). Otherwise google won't be happy with multiple URLs leading to a page with the same content. ADDED: Maybe something like this? funcby deepvision - v5/v6 Modules/Add-Ons
Re: Module: User Thank/Flame - 12 years ago
If you want to temporarily disable the mod you would need to wrap all recommended changes in templates with the following {IF mod_user_thank_flame} ... {/IF} Otherwise you would get php notices about not defines variables/indexesby deepvision - v5/v6 Modules/Add-Ons
Re: Template: Mobile Template - 12 years ago
In order for the template to work with Russian language it requires the following <?php if ($PHORUM['DATA']['CHARSET']) { header("Content-Type: text/html; charset=".htmlspecialchars($PHORUM['DATA']['CHARSET'])); } ?> at the very top of index.tpl and header.tplby deepvision - v5/v6 Templates
Re: Module: Search Engine Friendly URL's - 12 years ago
Hello Martijn Thank you for the wonderful module! :) I had a problem with the module at first because of the following setting of my .htaccess file: Options +MultiViews It cased all requests to be redirected to /index/ But when I changed it to Options -MultiViews and it fixed the problem. I thought maybe my experience would be helpful for someone having problems with the moby deepvision - v5/v6 Modules/Add-Ons
phorum_api_mail_encode_header russian subject problem - 12 years ago
Hello. I have just installed the latest version of the phorum (5.2.19) and added russian.php language file. When I tried to use "lost password" function I got the email message with slightly corrupted subject. There were two Russian letters replaced with question mark signs (??). The subject should have been : "Ваша регистрационная информация на форуме Мир сада"by deepvision - Phorum Support