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: Table format - 16 years ago
There is no heading column. All cells of the table are considered the same.by deboutv - v5/v6 Modules/Add-Ons
Re: Module: Table format - 16 years ago
Quotechet Nice mod... Thanks QuoteI am having troubles getting the styles to work. How are they added in the settings? This is an "HTML style field". So you should not fill a CSS style name but its content: border: 1px solid #FFEEFF; font-weight: bold;...by deboutv - v5/v6 Modules/Add-Ons
Module: Table format - 16 years ago
This module allows user to build table in the message Installation Just unzip the archive in the mods directory, turn On the module in the Admin panel and configure it (configure the style according to your forum template). Follow my signature to have an example.by deboutv - v5/v6 Modules/Add-Ons
Re: Module: Resolved - 16 years ago
Yes I know about the t_msg error ;)by deboutv - v5/v6 Modules/Add-Ons
Re: Module: Resolved - 16 years ago
QuoteStefano Does the module need modifications at the template? Yes but the plugin's template. Go to mods/resolved/templates and copy/paste the "default" directory to "template" in the same directory: cd mods/resolved/templates cp -r default emeraldby deboutv - v5/v6 Modules/Add-Ons
Re: Module: Resolved - 16 years ago
I don't have this issue on my phorumby deboutv - v5/v6 Modules/Add-Ons
Module: Skype (not free) - 17 years ago
This module allows user to provide a Skype ID and receive the forum notification on their Skype ID. This module is not free but you can test it on this forum or on your own forum.by deboutv - v5/v6 Modules/Add-Ons
Re: Module: BBcode GeSHi (code syntax highlighting) - 17 years ago
Perfect ;)by deboutv - v5/v6 Modules/Add-Ons
Re: Module: BBcode GeSHi (code syntax highlighting) - 17 years ago
Ok, I understood, PHP /= php... Is it possible to be not case sensitive on the language name? PS: The menu is ok now (I don't know why, maybe a cache issue).by deboutv - v5/v6 Modules/Add-Ons
Re: Module: BBcode GeSHi (code syntax highlighting) - 17 years ago
QuoteMaurice Makaay Is it activated at all on the modules screen? Did you check or things like ? Yes, it is correctly written (no extra space nor \ before or inside). QuoteIf you did, was the language specified enabled on the settings page? I don't understand, in the settings, it is for language which appears in the dropdown menu. QuoteDid you enable "Extend the code buby deboutv - v5/v6 Modules/Add-Ons
Re: Module: BBcode GeSHi (code syntax highlighting) - 17 years ago
Hi, This plugin does not work at all for me. Code tags are not parsed, syntax neither and the drop down list does not appear. What is wrong? I have phorum-5.2.9aby deboutv - v5/v6 Modules/Add-Ons
Re: [Send mail through SMTP] bug - 17 years ago
So, the email is finally compliant with RFC but not readable due to a double encoding.by deboutv - Phorum Support
Re: [Send mail through SMTP] bug - 17 years ago
For the body part it is highly recommended to wrap (63 by memory but PHPMailer is configured at 80 by memory too). It is more confortable a wrapped text (or add new lines in the email notification if you don't want to wrap). For the header part, the issue is just that Phourm encodes the header then Swift does it again (so subject becomes unreadable) but PHPMailer detects that the headby deboutv - Phorum Support
Re: [Send mail through SMTP] bug - 17 years ago
The lines in the body are not wrapped and the header fields do not seem to be correctly encoded (Thunderbird does not decode it). See the attached file, at 10:11 it is your module and at 11:34 it is my module based on PHPMailer.by deboutv - Phorum Support
Module: Resolved - 17 years ago
This module allows user to indicate the state of their request (New, Resolved or nothing). It is very usefull for forum used as support center, helper can see quickly the status of a request. The status is added before the subject and only on the first post of the thread. Only thread creator and administrator can change the status. Installation Just unzip the archive in the mods directorby deboutv - v5/v6 Modules/Add-Ons
[Send mail through SMTP] bug - 17 years ago
Hello, The email produced by Send mail through SMTP plugin is not compliant with the RFCs. I recommand to use PHPMailer (you can see the attached file to move to PHPMailer if you want).by deboutv - Phorum Support