<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Phorum 3 forums (READ ONLY) - Beta Mods and Plug-ins (READ ONLY)</title>
        <description>Done something great, but doesnt work correctly yet? Post it here anyway and well help you put it to great condition.</description>
        <link>https://www.phorum.org/phorum5/list.php?9</link>
        <lastBuildDate>Mon, 15 Jun 2026 10:58:07 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48944,48944#msg-48944</guid>
            <title>Enhanced profiles (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48944,48944#msg-48944</link>
            <description><![CDATA[ How do I remove the 50 character restriction for ICQ, MSN etc. fields in profiles menu?<br />
<br />
I actually managed to remove the restriction to write longer descriptions, but only the first 50 characters are saved :-(]]></description>
            <dc:creator>Wille</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 23 Aug 2004 12:34:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48943,48943#msg-48943</guid>
            <title>chat for phorum (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48943,48943#msg-48943</link>
            <description><![CDATA[ i&#039;m working on a chat that works with phorum,<br />
exp. the login.<br />
<br />
anybody done something like this before?]]></description>
            <dc:creator>Kicker Rock</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Tue, 24 Aug 2004 06:43:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48941,48941#msg-48941</guid>
            <title>this mod is useful to order the list of forums (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48941,48941#msg-48941</link>
            <description><![CDATA[ * French / Français *<br />
<br />
Bonjours,<br />
<br />
C&#039;est un petit mod conçu pour faciliter la vie des utilisateurs de phorum v3.4.x..<br />
<br />
Enfin en bref, ce petit mod permet d&#039;ordonner la liste des forums comme on le souhaite (mettre Discussions avant Bug, etc..).<br />
<br />
Je n&#039;ai pas vraiment eu le temp de tester ce mod, donc à vous de me dire les bugs que j&#039;essaierai de corriger dans mon temp libre :-)<br />
<br />
Changement<br />
<br />
+index.php (ligne 112)<br />
+update_forums_MYSQL_.php<br />
<br />
+db/mysql.php (ligne 259)<br />
<br />
+admin/actions/add.php (ligne 40 à 42 + 50 à 51 )<br />
+admin/actions/rang.php<br />
+admin/pages/managemenu.php (ligne 64 à 65)<br />
+admin/pages/manage.php (ligne 23)<br />
<br />
Le fichier &quot;update_fourms_MYSQL_.php&quot; sert à mettre à jour la base de donnée des forums déjà installé.<br />
<br />
Attention, ce mod n&#039;a été conçu que pour les bdd de type MySQL :-)<br />
<br />
Pour l&#039;installer il suffit de le décompresser à la racine du forum (si possible sur un forum pas en production, enfin je vous aurais prévenu:-0).<br />
<br />
Bonne chance :)<br />
<br />
Aurélien &quot;are&quot; Sentis, <br />
a+<br />
<br />
* English / Anglais *<br />
<br />
Sorry but i dont speak english, this mod is useful to order the list of forums..]]></description>
            <dc:creator>are</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 13 Aug 2004 21:30:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48931,48931#msg-48931</guid>
            <title>Flat view index.php (also hides forums on permissions) (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48931,48931#msg-48931</link>
            <description><![CDATA[ <br />
<br />
I did this flat view because my users were complaining when i began using folders.<br />
<br />
I also have some private forums that i don&#039;t want people who are not allowed in to see every day so i modded it to do that too.<br />
<br />
r.]]></description>
            <dc:creator>rscano</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Wed, 10 Mar 2004 17:03:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48928,48928#msg-48928</guid>
            <title>Russian language for phorum 5.x (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48928,48928#msg-48928</link>
            <description><![CDATA[ Here is russian language for phorum 5.x (win-1251).<br />
<br />
See attachment.<br />
<br />
]]></description>
            <dc:creator>starua</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Wed, 03 Mar 2004 23:16:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48926,48926#msg-48926</guid>
            <title>help!!! (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48926,48926#msg-48926</link>
            <description><![CDATA[ ok this is my first time atempting to mod anything in php and im kindof a noob at it ... i need a mod that sorts the threads in a topic in alphabetical order... this is all i have so far...<br />
<br />
&lt;?php<br />
<br />
function sort_threads ($data)<br />
{<br />
	$PHORUM=$GLOBALS[&quot;PHORUM&quot;];<br />
	sort($data);<br />
}<br />
<br />
?&gt;]]></description>
            <dc:creator>Vyrus</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 20 Feb 2004 06:56:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48922,48922#msg-48922</guid>
            <title>I am making a Stripped Phorum version. And want 2 Release it. (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48922,48922#msg-48922</link>
            <description><![CDATA[ Is it permitted by the guys of phorum. I still let the copyright stuff intact and stuff. I just want 2 release a totaly striped version that only has the core components intact. a Phorum Lite as you will. <br />
<br />
By releasing this , i want to make it possible for people to make adjustments and changes that doesend take ages 2 first figure out how phorum internal systems work.<br />
<br />
There is ( i think ) , no install shit no multy-treat stuff<br />
<br />
<br />
<br />
Post Edited (01-26-04 11:20)]]></description>
            <dc:creator>michael</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 26 Jan 2004 12:09:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48919,48919#msg-48919</guid>
            <title>phpBB &amp; Phorum cross-breed (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48919,48919#msg-48919</link>
            <description><![CDATA[ Ok, this topic:<br />
[<a href="http://phorum.org/support/read.php?f=1&amp;i=7998&amp;t=7998" target="_blank" >phorum.org</a>]<br />
Has inspired me to make a cross-breed between these 2, what features and/or code would you like to have?]]></description>
            <dc:creator>mm3guy</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 19 Dec 2003 18:53:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48916,48916#msg-48916</guid>
            <title>Hiding superfluous e-mail addresses (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48916,48916#msg-48916</link>
            <description><![CDATA[ Hi,<br />
<br />
I&#039;ve set up Phorum to receive postings through e-mail. If people send in replies to other mails these will contain e-mail addresses, which then appear in the postings. <br />
<br />
Example:<br />
---<br />
Author: Gwaihir <br />
Date:   11-30-03 19:12<br />
<br />
Current posting text<br />
<br />
----- Original Message ----- <br />
Wrom: UTFJMVRE<br />
To: <b>me@somewhere.com</b> <br />
Sent: Monday, December 01, 2003 2:11 AM<br />
Subject: Draadjestest 1<br />
<br />
Body of older message<br />
---<br />
<br />
 I don&#039;t want them there for reasons of privacy and (mostly) spam harvesting.<br />
<br />
Has anyone written a mod for this purpose so far (Phorum 3.4.4 - Stable)? If so, where can I find it?<br />
<br />
If not, I&#039;ll write one in the next few days (shouldn&#039;t be hard) and post it here in hope that some out here will comment on it to optimize it.]]></description>
            <dc:creator>Gwaihir</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 12 Apr 2004 09:00:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48915,48915#msg-48915</guid>
            <title>news posting script, again (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48915,48915#msg-48915</link>
            <description><![CDATA[ sorry, posted in the other forum by mistake yesterday! ...<br />
<br />
is there a template around or could someone post one that would let me post news on my main page (or in an iframe) so when the user clicks a comments link theyre taken to the item as a forum thread?<br />
<br />
i know theres a news bit in the scripts folder, but im very unsure how to implement this as above? im assuming its to assign a folder as posting by admin only or along them lines, but im more after a kind of cutephp posting thing that can disply the just the news in its oown template then just link to the thread...<br />
<br />
anyone help / understand?<br />
<br />
cheers for such a great forum!!!]]></description>
            <dc:creator>toe</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 17 Nov 2003 06:54:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48908,48908#msg-48908</guid>
            <title>Avatar and changed look of the postings in read.php (9 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48908,48908#msg-48908</link>
            <description><![CDATA[ I worte a little mod, now it looks like at the pic &quot;lookslikethis.jpg&quot;.<br />
<br />
You are told how to install those changes in &quot;howto.txt&quot;<br />
<br />
2 needed files are inside the &quot;avatar_table.zip&quot;<br />
<br />
It works all fine for me, but its not so simple to install, therefor I post it here.<br />
<br />
It would also be nice to have some options for user or admins targeting those changes, but I&#039;m to lazy to do this work...<br />
<br />
Comments [...] are wished<br />
<br />
Greetings Karfau<br />
<br />
]]></description>
            <dc:creator>Karfau</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 19 Jul 2004 18:29:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48907,48907#msg-48907</guid>
            <title>Censor improvements/ Bad_* improvements (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48907,48907#msg-48907</link>
            <description><![CDATA[ This change will go through the censor much, much, much faster since it&#039;s just four calls to preg_replace, rather than four calls times the number of word.  Also, it will move the censor from a file on the server to the database and include update functionality in the admin<br />
<br />
1) Add a table in your database called bad (here is the mysql command):<br />
CREATE TABLE `bad` (<br />
  `Value` varchar(255) NOT NULL default &#039;&#039;,<br />
  `Type` char(1) NOT NULL default &#039;&#039;<br />
) ;<br />
<br />
2 ) Put the file ./admin/pages/censor.php from censor.tar.gz into ./admin/pages/<br />
<br />
3) Add a line to your ./admin/pages/main.php so you have link to the censor admin:<br />
<br />
&lt;a href=&quot;&lt;?php echo $myname; ?&gt;?page=censor&quot;&gt;Censor&lt;/a&gt;&lt;br /&gt;<br />
<br />
4) Change ./include/censor.php to the following:<br />
&lt;?php<br />
  global $DB, $q;<br />
  $stmt=&quot;select Value from bad where Type=&#039;p&#039;&quot;;<br />
  $q-&gt;query($DB, $stmt);<br />
  while($rec=$q-&gt;getrow()) {<br />
    $profan[]=&quot;/(&quot;.quotemeta($rec[Value]).&quot;)/ie&quot;;<br />
  }<br />
?&gt;<br />
<br />
5) In include/post_functions.inc with the change to the censor function as follows:<br />
<br />
    function censor($author, $subject, $email, $body)<br />
    {<br />
        global $include_path, $ForumConfigSuffix;<br />
        if(file_exists(&quot;$include_path/censor_$ForumConfigSuffix.php&quot;)){<br />
            include &quot;$include_path/censor_$ForumConfigSuffix.php&quot;;<br />
        } else {<br />
            include &quot;$include_path/censor.php&quot;;<br />
        }<br />
        <br />
        if (is_array($profan)) {<br />
            $author=preg_replace($profan,&quot;str_pad(&#039;&#039;, strlen(&#039;\\1&#039;), &#039;*&#039;)&quot;, $author);<br />
            $email=preg_replace($profan,&quot;str_pad(&#039;&#039;, strlen(&#039;\\1&#039;), &#039;*&#039;)&quot;, $email);<br />
            $subject=preg_replace($profan,&quot;str_pad(&#039;&#039;, strlen(&#039;\\1&#039;), &#039;*&#039;)&quot;, $subject);<br />
            $body=preg_replace($profan,&quot;str_pad(&#039;&#039;, strlen(&#039;\\1&#039;), &#039;*&#039;)&quot;, $body);<br />
        }<br />
        return(array($author, $subject, $email, $body));<br />
    }<br />
<br />
Everything past this is optional, but if you also want to drive your bad_email, bad_name and bad_host out of the database with an admin, then make the following changes as well:<br />
<br />
  1) Replace  includes/bad_emails.php with:<br />
&lt;?php<br />
  global $DB, $q;<br />
  $stmt=&quot;select Value from bad where type=&#039;e&#039;&quot;;<br />
  $q-&gt;query($DB, $stmt);<br />
  while($rec=$q-&gt;getrow()) {<br />
    $emails[]=$rec[Value];<br />
  }<br />
?&gt;<br />
  2) Replace includes/bad_hosts.php with:<br />
&lt;?php<br />
  global $DB, $q;<br />
  $stmt=&quot;select Value from bad where type=&#039;h&#039;&quot;;<br />
  $q-&gt;query($DB, $stmt);<br />
 <br />
  while($rec=$q-&gt;getrow()) {<br />
    $hosts[]=$rec[Value];<br />
  }<br />
?&gt;<br />
  3) Replace includes/bad_names.php with:<br />
&lt;?php<br />
  global $DB, $q;<br />
  $stmt=&quot;select Value from bad where type=&#039;n&#039;&quot;;<br />
  $q-&gt;query($DB, $stmt);<br />
  while($rec=$q-&gt;getrow()) {<br />
    $names[]=$rec[Value];<br />
  }<br />
?&gt;<br />
<br />
  4) Include the bad_* file from bad.tar.gz in your admin/pages directory<br />
<br />
  4) Add the following lines to admin/pages/main.php<br />
    &lt;a href=&quot;&lt;?php echo $myname; ?&gt;?page=bad_emails&quot;&gt;Bad Emails&lt;/a&gt;&lt;br /&gt;<br />
    &lt;a href=&quot;&lt;?php echo $myname; ?&gt;?page=bad_hosts&quot;&gt;Bad Hosts&lt;/a&gt;&lt;br /&gt;  <br />
    &lt;a href=&quot;&lt;?php echo $myname; ?&gt;?page=bad_names&quot;&gt;Bad Names&lt;/a&gt;&lt;br /&gt;]]></description>
            <dc:creator>ChrisW</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Tue, 21 Oct 2003 17:52:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48896,48896#msg-48896</guid>
            <title>patch for optional name display handling... (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48896,48896#msg-48896</link>
            <description><![CDATA[ This patch will give you the option of either displaying member names in the old style &quot;Real Name&quot; or the new way &quot;Username&quot;.<br />
<br />
Unzip it into your phorum directory and apply it with &quot;patch&quot; either on a Unix system or using Cygwin.<br />
<br />
patch -p1 &lt; patch-phorum-3.4.4name<br />
<br />
to remove<br />
<br />
patch -R -p1 &lt; patch-phorum-3.4.4name<br />
<br />
]]></description>
            <dc:creator>Cygale</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Sun, 21 Mar 2004 19:28:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48894,48894#msg-48894</guid>
            <title>Simple IP BAN (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48894,48894#msg-48894</link>
            <description><![CDATA[  My friend has a website using Phorum 5, there&#039;s a bit<br />
of disturbance, and we would like to keep some people&#039;s<br />
ip (or even the entire subnet) out of the forum,<br />
because some of those people leeches works published<br />
in the forum and claimed to be their own.<br />
<br />
However, phorum 5 doesn&#039;t seen to have the capability<br />
to BAN PEOPLE FROM VIEWING...<br />
<br />
is there any mod, plugin, programme or suggestion that<br />
might help?<br />
<br />
thanks in advance.]]></description>
            <dc:creator>Kevin</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 21 Jul 2003 11:13:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48893,48893#msg-48893</guid>
            <title>email format validation changes... (6 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48893,48893#msg-48893</link>
            <description><![CDATA[ Here are the changes to make sure that someone has submitted an email address in a valid format. I&#039;ve got probably 50 users or so who unintentionally screwed up their profile.<br />
<br />
It should be fine, but I haven&#039;t given it a solid test yet.<br />
<br />
It&#039;s a unified diff, just copy it into your phorum directory and apply it under unix or with cygwin for windows.<br />
<br />
patch -p1 &lt; validate_email.diff<br />
<br />
remove it with<br />
<br />
patch -R -p1 &lt; validate_email.diff<br />
<br />
]]></description>
            <dc:creator>Cygale</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Sun, 27 Jul 2003 07:23:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48890,48890#msg-48890</guid>
            <title>Privacy mod for 3.4.4 (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48890,48890#msg-48890</link>
            <description><![CDATA[ This is a patch against phorum 3.4.4 to enhance privacy of the users.<br />
<br />
Links to member profiles are not displayed unless the user is logged in.<br />
<br />
If someone attempts to access profile.php and is not logged in they are redirected to login.php<br />
<br />
User name is no longer displayed in the profile.<br />
<br />
The checkbox for &quot;Hide my email from other users&quot; is now checked by default.<br />
<br />
<br />
<br />
I&#039;ve done some basic testing and it all looks good, but any input would be appreciated.<br />
<br />
]]></description>
            <dc:creator>Cygale</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 14 Jul 2003 13:42:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48888,48888#msg-48888</guid>
            <title>Does a hack for *attachments by admin/mods only* exist? (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48888,48888#msg-48888</link>
            <description><![CDATA[ Need to constrain the use of attachments to the admin or moderators only but don&#039;t want to go to full moderation. Does something like this exist? I tried adding some lines in attach.php that I thought would do the trick (moderator only attachments) but they don&#039;t do the business:-( FWIW I&#039;m not a programmer in any way or form;~/ What I tried was...<br />
&lt;?php if(!$phorum_user[&#039;moderator&#039;]{<br />
	  $noattach=false;<br />
	}<br />
?&gt;<br />
...and inserted it into line 172 of attach.php (Phorum 3.4.3a)<br />
<br />
best wishes, Robert]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Wed, 27 Aug 2003 19:12:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48878,48878#msg-48878</guid>
            <title>top authors from all active forums. (7 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48878,48878#msg-48878</link>
            <description><![CDATA[ I was searching thru something that would show top 10 authors from all active phorums but i couldnt find anything..<br />
<br />
On the old board, i found a piece of code that showed topX  from active forum and note from its author that &quot;its impossible to do global top statistics&quot;.<br />
<br />
So i took bull by its horns and wrote a piece of code to produce such print out..<br />
<br />
Code is not yet in condition that it could be published, but if people want it, i can clean it a bit and put it samewhere.. (The thing is, im not phorum user myself, nor i have ever hacked phorum, that code was my first code written for phorum and i want to make it a bi t more flexible, eg design should be themeable from phorum settings which it aint 100% yet.. and there&#039;s few other issues too)=<br />
<br />
Example of the top10 can be found here [<a href="http://fi-reggae.yardstyle.org/top10.php" target="_blank"  rel="nofollow">fi-reggae.yardstyle.org</a>]<br />
<br />
]]></description>
            <dc:creator>canadarules</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 09 Jun 2003 03:04:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48877,48877#msg-48877</guid>
            <title>HELP!. Need to control access of users to forums (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48877,48877#msg-48877</link>
            <description><![CDATA[ Hi all,<br />
<br />
I´ve some forums with a group of users (users who can access each forum), and i need to control when all users of a group (group of users) have read a message posted in one forum.<br />
<br />
So, I have:<br />
Forum1 with a group of users 1<br />
Forum2 with a group of users 2<br />
Forum3 with a group of users 3<br />
<br />
And I need to know, for example, when all users of group1 have been readed each message posted on forum1.<br />
<br />
This is because all messages posted in each forum must be read by all users of the group of users assigned to it forum.<br />
<br />
Any idea about how can i do it. Is there any Mod to do it?, Is it iincluded this function into Phorum 5?.<br />
<br />
Actually i´m begining to work with PHP and I don´t know how can i do it?<br />
<br />
Really I need help because it´s urgent for me.<br />
<br />
Thanks for your time.<br />
<br />
Jesus<br />
<br />
<br />
<br />
Post Edited (05-12-03 05:46)]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 12 May 2003 06:45:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48871,48871#msg-48871</guid>
            <title>Avatars? (3 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48871,48871#msg-48871</link>
            <description><![CDATA[ Is there a plug-in or a quick way to allow users to have their own Avatars? <br />
<br />
What&#039;s the image link for anyway?<br />
<br />
]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Sun, 09 Nov 2003 13:58:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48870,48870#msg-48870</guid>
            <title>Icon and icon when &amp;gt;Xposts (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48870,48870#msg-48870</link>
            <description><![CDATA[ Hi, i did a little change in include/threads.php (l.82), i have added an icon before the subjects :<br />
<br />
echo &#039; &lt;td class=&quot;PhorumListRow&quot; &#039;.$color.&#039;&gt; &lt;img src=&quot;image.gif&quot;&gt;&lt;FONT color=&quot;&#039;.$fcolor.&#039;&quot;&gt; &#039;.$img.&#039; &#039;.$t_subject.&quot; &lt;/font&gt;&quot;;<br />
<br />
<br />
Now i would like that icon to be different when there are more than 30 (for example) replies.<br />
I tried to modify the line like this but it doesn&#039;t work :<br />
<br />
echo &#039; &lt;td class=&quot;PhorumListRow&quot; &#039;.$color.&#039;&gt; &lt;img src=&quot;&lt;? if ($t_count&gt;30) { echo &#039;image1.gif&#039;; }else{ echo &#039;image2.gif&#039;; } ?&gt;&quot;&gt;&lt;FONT color=&quot;&#039;.$fcolor.&#039;&quot;&gt; &#039;.$img.&#039; &#039;.$t_subject.&quot; &lt;/font&gt;&quot;;<br />
<br />
<br />
Could somebody show me how to do ?<br />
<br />
PS : this modd would be nearly the same as the one of Matt (forum graphics) without caring about new posts.<br />
<br />
]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Sat, 01 Mar 2003 06:20:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48864,48864#msg-48864</guid>
            <title>Categories within one forum (3 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48864,48864#msg-48864</link>
            <description><![CDATA[ Hello,<br />
<br />
I like to use one forum instead of several. But I like to have categories too. So I add a &quot;Etikett&quot; to the database and the post-form. <br />
Now the poster can decide to which category his posting should belong to but anyway all postings can be seen in one flat forum. The graphic &quot;Etikett&quot; then shows to which category the postings will belong to.<br />
<br />
You can see my forum at <br />
[<a href="http://www.familie-greve.de/modules.php?op=modload&amp;name=Phorum&amp;file=index" target="_blank"  rel="nofollow">www.familie-greve.de</a>]]]></description>
            <dc:creator>Bakterie</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Sat, 08 Feb 2003 21:26:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48863,48863#msg-48863</guid>
            <title>Quickadd - post to any forum from one page / optionally from any  web page (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48863,48863#msg-48863</link>
            <description><![CDATA[ This is not really a Mod/Plugin ... however, I use it a lot and it saves<br />
me lots of time. So I just throw it in here - maybe someone wants to<br />
turn the idea into a clean implementation. However, it works fine<br />
as it is (phorum 3.4.1).<br />
<br />
It will allow you to post to any of your forums from one single page; I use it as a shortcut if I just want to add something without browsing the forums first. <br />
 Combined with a bookmarklet (read the included instructions) it makes up a good combination for quickly adding and annotating URLs to your forum<br />
from any web page you are currently reading.<br />
<br />
To install, just copy quickadd.txt into the root directory of your phorum<br />
and rename it to quickadd.php<br />
<br />
Note: This does not circumvent phorum&#039;s own post.php - it  just<br />
creates an input form with additional options that eventually <br />
calls post.php .<br />
<br />
<br />
Regards,<br />
Uli<br />
<br />
<br />
PS: I attached quickadd.txt to this posting, but have no idea why the attachment doesn&#039;t show up here. So if you want to see/download it,<br />
go to [<a href="http://darf.ausschlafen.de/stuff/quickadd.txt" target="_blank"  rel="nofollow">darf.ausschlafen.de</a>]<br />
<br />
<br />
<br />
Post Edited (02-06-03 12:51)]]></description>
            <dc:creator>tharring</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Thu, 06 Feb 2003 13:43:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48862,48862#msg-48862</guid>
            <title>Usernetgrab... (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48862,48862#msg-48862</link>
            <description><![CDATA[ [<a href="http://sourceforge.net/projects/usenetgrab/" target="_blank"  rel="nofollow">sourceforge.net</a>]<br />
<br />
Has anyone gotten this to work with the current version of Phorum?  I was able to get the program to download all the posts, but the threads did not get preserved.  <br />
<br />
Is there any other program that downloads usenet posts into phorum like this one?<br />
<br />
Thanks...<br />
<br />
JD]]></description>
            <dc:creator>orvar</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 24 Jan 2003 17:43:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48861,48861#msg-48861</guid>
            <title>Clickable URLs in messages (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48861,48861#msg-48861</link>
            <description><![CDATA[ Hello,<br />
<br />
I have been trying out various solutions found here and elsewhere on the web, without a satisfying result. Most seem to work fine, but some don&#039;t display URLs with commas &amp; other non-alpha-numerical characters correctly, some don&#039;t handle URLs followed by characters like period or comma, etc. etc. <br />
<br />
The other day, however, I found a code chunk that seem to handle everything fine: [<a href="http://www.lists.morelogs.de/pipermail/moregroupware-cvs/2002-February/003068.html" target="_blank"  rel="nofollow">www.lists.morelogs.de</a>]<br />
<br />
It can probably be used as is, but I chose to <br />
- remove the &quot;global $body;&quot; line,<br />
- place $body as a parameter for the function (plugin_core_url_conversion($body)), <br />
- and added a &quot;return $body&quot; at the end of the function.<br />
<br />
You can now place this function in \include\read_functions.php, and<br />
call it from the proper place in the same file (somewhere in the format_body function), like this:<br />
$body = plugin_core_url_conversion($body);<br />
(You might want to rename the function, too ...)<br />
<br />
The file references are for Phorum 3.3.2c. I can&#039;t vouch for the coding quality, but it&#039;s working! If you know any better solutions, please respond.<br />
<br />
Knut Tore Breivik]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Tue, 21 Jan 2003 10:47:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48858,48858#msg-48858</guid>
            <title>order by subject hack (2 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48858,48858#msg-48858</link>
            <description><![CDATA[ Hi,<br />
<br />
I&#039;ve hacked out list.php to order by subject<br />
<br />
it&#039;s called list_by_subject.php, but onmy system it simply replaces list.php.<br />
<br />
haven&#039;t tested it extensively but it seems to work - don&#039;t know about the older/newer messages button.<br />
<br />
Requirements - You need to have float to top enabled on the forum.<br />
<br />
I&#039;ve basically modified the code for &#039;Float to Top&#039; (ie Multilevel = 2)<br />
<br />
Not intending to do too much from here - it would be nice to make it a configurable option or something rather than a hack - any ideas?<br />
<br />
cheers<br />
Haydn]]></description>
            <dc:creator>markmitc</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Thu, 09 Jan 2003 20:46:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48857,48857#msg-48857</guid>
            <title>Ignore this message (no replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48857,48857#msg-48857</link>
            <description><![CDATA[ Post Edited (01-09-03 19:41)<br />
<br />
<br />
<br />
Post Edited (01-09-03 19:41)]]></description>
            <dc:creator>markmitc</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Thu, 09 Jan 2003 20:39:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48850,48850#msg-48850</guid>
            <title>Smileys for topics (4 replies)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48850,48850#msg-48850</link>
            <description><![CDATA[ Hello<br />
<br />
In the attached .txt-&gt;.zip, you&#039;ll find a hack that allows posters to set one smiley next to the subjects of their posts.<br />
<br />
I needed this feature for a forum of ours. Maybe you&#039;d be interested as well. Please tell me what you think about it...]]></description>
            <dc:creator>ab</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Mon, 31 May 2004 18:12:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48846,48846#msg-48846</guid>
            <title>New Hack! User defined startforum (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48846,48846#msg-48846</link>
            <description><![CDATA[ Ok folks, heres is another hack :)<br />
<br />
I´ve coded it, because its a good way to go fast to specific forum. My phorum has about 40 forums with 10 folders in 3 layers...you see, i need such a function.<br />
<br />
Let&#039;s start (Sorry for my shiti sql statements...)<br />
<br />
First you have to make a new col calleds &quot;watch&quot; in forums_auth:<br />
<br />
ALTER TABLE `your_table_main_name`.`forums_auth` ADD `watch` VARCHAR(30) NOT NULL;  <br />
<br />
Second edit some files (login.php; profile.php; register.php)<br />
<br />
Look at atachments...i will later do a step by step i you would like...<br />
<br />
In lang.php file put:  $lwatch=&quot;Startseite:&quot;;   (or &quot;startpage:&quot;...)<br />
<br />
Should work...i have you have questions feel free to answer.<br />
<br />
Best regards &amp; good luck.<br />
<br />
Jacks]]></description>
            <dc:creator>Aleks</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 30 Aug 2002 18:51:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?9,48845,48845#msg-48845</guid>
            <title>Workin new on Index-page hack (1 reply)</title>
            <link>https://www.phorum.org/phorum5/read.php?9,48845,48845#msg-48845</link>
            <description><![CDATA[ Hi folks,<br />
<br />
here´s my index.php. Hope you can follow my dirty code ;)<br />
<br />
Works good, i hope *g*<br />
<br />
have fun!]]></description>
            <dc:creator>Aleks</dc:creator>
            <category>Beta Mods and Plug-ins (READ ONLY)</category>
            <pubDate>Fri, 30 Aug 2002 18:52:27 -0400</pubDate>
        </item>
    </channel>
</rss>
