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
Module BBCode Tag Search - 14 years ago
Hi! Tis is my little mod to make tags in messages. It makes tags marked with # before as link to the search page. Source copied from module BBCode Video from Maurice Makaay <maurice@phorum.org>. Example: Hello #world! This is #tag to search. Just #click me. becomes: Hello #world! This is #tag to search. Just #click me. Real page example:by Usatyj - v5/v6 Modules/Add-Ons
Re: Partial body... short_body - 14 years ago
A little add to code of short body: <?php $search = array ("'<script[^>]*?>.*?</script>'si", // Cuts javaScript "'<img[\/\!]*?[^<>]*?>'si", // Cuts HTML-tags <IMG "'<a [\/\!]*?[^<>]*?>'si", // Cuts HTML-tags <Aby Usatyj - Phorum Support
Re: Module: Empty Bodies - 14 years ago
Hi! This too old theme, but i deside to comment... A have installed this module. After it RSS (and Atom) feed does't work - there is an error. I found problem: feed_functions.php String to form title: $buffer.= " <title>$title</title>\n"; it doesn't work. I replaced whit this code: $buffer.= " <title>"by Usatyj - v5/v6 Modules/Add-Ons