<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Phorum Support Forums - 5.1 Phorum Hacks</title>
        <description>Hacks are additions that require changes to the core Phorum code. While there is nothing wrong with a hack, it is recommend that you try and create a module if at all possible, as modules are easier to use for other people.</description>
        <link>https://www.phorum.org/phorum5/list.php?18</link>
        <lastBuildDate>Fri, 13 Mar 2026 04:17:33 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,155498,155499#msg-155499</guid>
            <title>Re: 5.1 Archive or Download</title>
            <link>https://www.phorum.org/phorum5/read.php?18,155498,155499#msg-155499</link>
            <description><![CDATA[ no, there is no functionality built in for that.<br />
you may use some &quot;website copier&quot; or &quot;website archiving&quot; tools to do that.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 10 Nov 2014 12:40:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,155498,155498#msg-155498</guid>
            <title>5.1 Archive or Download</title>
            <link>https://www.phorum.org/phorum5/read.php?18,155498,155498#msg-155498</link>
            <description><![CDATA[ Hello,<br />
<br />
I&#039;m new to the Phorums but I am a member of a 5.1 phorum with much information I wish to save.  As a member, is there a way I can &quot;download&quot; or archive the phorum to save the threads and attachments?  Unfortunately, the forum administrator has passed away and there does not seem to be anyone that will carry it on.  I&#039;m trying to save the information and keep it alive.  I&#039;m trying to contact the family to see if there is any way to take over, but it may be hard.  Thanks for any help!<br />
<br />
Jared]]></description>
            <dc:creator>jschoenly</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 10 Nov 2014 10:44:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,152452,152452#msg-152452</guid>
            <title>Creating mod/hack for PM system.</title>
            <link>https://www.phorum.org/phorum5/read.php?18,152452,152452#msg-152452</link>
            <description><![CDATA[ I have created a new form that loads from a button I&#039;ve added to the read.tpl file. This works great. Now that form posts data into the pm.php file. The the new variables load, but I get the &quot;Possible Hack attempted detected&quot;. Is there some place to declare these new variables that will stop this? Thank you!]]></description>
            <dc:creator>PRICECHR</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 30 Oct 2012 18:12:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,141058,141083#msg-141083</guid>
            <title>Re: Chat sidebar (get me out of frames!!)</title>
            <link>https://www.phorum.org/phorum5/read.php?18,141058,141083#msg-141083</link>
            <description><![CDATA[ No idea how useful these are exactly, but maybe it can get you started:<br />
<br />
[<a href="http://codingforums.com/showthread.php?t=43525" target="_blank"  rel="nofollow">codingforums.com</a>]<br />
[<a href="http://www.irt.org/script/bookmark.htm" target="_blank"  rel="nofollow">www.irt.org</a>]<br />
[<a href="http://programming.top54u.com/post/Javascript-Location-Hash-with-Example.aspx" target="_blank"  rel="nofollow">programming.top54u.com</a>]]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Oct 2009 17:47:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,141058,141080#msg-141080</guid>
            <title>Re: Chat sidebar (get me out of frames!!)</title>
            <link>https://www.phorum.org/phorum5/read.php?18,141058,141080#msg-141080</link>
            <description><![CDATA[ Thank you for the replies!  <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />What I probably would do, is add some javascript code to footer.tpl, which updates the document.location of the top frame to &lt;original document.location&gt;#&lt;encoded document.location of the frame&gt;. So on each click, the frame location is also visible in the browser&#039;s location bar. Now if the user bookmarks the page, he will come back with the #url part in the location. That&#039;s where the outer frame has to do its work. On loading, the outer frame has to pickup the url (either from onload javascript code or from a php script that generates the frame page) and redirect the forum frame to that URL.</div></blockquote>
<br />
I get what you are saying Maurice, but am having a hard time looking up how to do this.  i have a feeling im searching for the wrong thing on google.  Do you know of an example of this somewhere?  Just a small push in the right direction is all im looking for.  Thanks!]]></description>
            <dc:creator>b00radley</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Oct 2009 16:14:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,141058,141062#msg-141062</guid>
            <title>Re: Chat sidebar (get me out of frames!!)</title>
            <link>https://www.phorum.org/phorum5/read.php?18,141058,141062#msg-141062</link>
            <description><![CDATA[ you could load the applet directly in the template but that would close/open the applet with every page change.<br />
but the phorum won&#039;t be able to change the url of the frameset without being loaded directly.<br />
so if you want that chat in there you&#039;ll have to live with it - or open the chat in a separate window or popup.<br />
<br />
Edit: or use maurice&#039;s ideas to implement a solution - obviously ;-).]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Oct 2009 03:24:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,141058,141061#msg-141061</guid>
            <title>Re: Chat sidebar (get me out of frames!!)</title>
            <link>https://www.phorum.org/phorum5/read.php?18,141058,141061#msg-141061</link>
            <description><![CDATA[ Putting the chat inside a Phorum template would of course make it reload the chat on every click, so that is not what you want.<br />
<br />
What I probably would do, is add some javascript code to footer.tpl, which updates the document.location of the top frame to &lt;original document.location&gt;#&lt;encoded document.location of the frame&gt;. So on each click, the frame location is also visible in the browser&#039;s location bar. Now if the user bookmarks the page, he will come back with the #url part in the location. That&#039;s where the outer frame has to do its work. On loading, the outer frame has to pickup the url (either from onload javascript code or from a php script that generates the frame page) and redirect the forum frame to that URL.<br />
<br />
For frame break out, there are plenty of examples on the net. I don&#039;t think however, that this would make things really better for the user.<br />
<br />
When hiding the chat, you might consider not loading the forum in the top frame, but instead resizing the frame sets where the chat gets a size of 0. That way, you could even have a link that would bring back the chat by resizing the frames back to their original sizes.<br />
<br />
The implementation of all this is up to you, but I hope my ideas can give you a push in the right direction.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Oct 2009 03:24:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,141058,141058#msg-141058</guid>
            <title>Chat sidebar (get me out of frames!!)</title>
            <link>https://www.phorum.org/phorum5/read.php?18,141058,141058#msg-141058</link>
            <description><![CDATA[ Currently I have the forum and a chat window in separate vertical frames (see attached picture).  Although I dont enjoy using frames, it allows a user to browse the forums while chatting in the same window quite easily.  However, the URL never changes due to the frameset.  With a forum having the current page link at hand is a requirement.<br />
<br />
My question is, is there a way to integrate the chat into the page so that the URL in the top bar is always correct?  would it make the applet reload each page load?  I suppose I could even settle for a text box with the current forum URL in it or a &#039;breakout&#039; link in my template that would remove the chat frame.  Currently the &quot;I dont like chatz&#039; link above the chat box accomplishes this, but it only redirects to the root folder of the forum.<br />
<br />
Any idea&#039;s that would make this page run smoother would be greatly appreciated!]]></description>
            <dc:creator>b00radley</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Oct 2009 00:29:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,133359,133361#msg-133361</guid>
            <title>Re: phorum_get_url and most read threads</title>
            <link>https://www.phorum.org/phorum5/read.php?18,133359,133361#msg-133361</link>
            <description><![CDATA[ thx to ur reply maurice,<br />
<br />
that helps a lot. i&#039;m just working for  2 days on the phorum code after porting an old wwwboard with 260000 messages to phorum 5.2. and its running smooth and fast.]]></description>
            <dc:creator>Artaud</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 23 Sep 2008 06:12:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,133359,133360#msg-133360</guid>
            <title>Re: phorum_get_url and most read threads</title>
            <link>https://www.phorum.org/phorum5/read.php?18,133359,133360#msg-133360</link>
            <description><![CDATA[ For building the URL, you need the forum, thread and message ids. Then you can use the PHORUM_FOREIGN_READ_URL to build the read URL for the message:<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div>phorum_get_url<span class="br0">&#40;</span>PHORUM_FOREIGN_READ_URL<span class="sy0">,</span> <span class="re0">$forum_id</span><span class="sy0">,</span> <span class="re0">$thread_id</span><span class="sy0">,</span> <span class="re0">$message_id</span><span class="br0">&#41;</span><span class="sy0">;</span></pre>
<br />
For the second question, you will need to write some custom code. There&#039;s nothing like that built-in in the Phorum queries. You have to ask yourself what you want to show exactly. You probably want some date limited query in there, to prevent that you always show those few very often viewed long threads in there.<br />
<br />
I have something like a &quot;hot topics&quot; system on my own phorum site, where I use some algorithm based on a selection of the last [x] posts in the forums. I select the last [x] messages and create cumulative counters for each thread. That way, I finally create a list of [y] threads that can be considered &quot;hot&quot;. In this system, [x] is chosen to normally have at least up to [y] threads in the selection. That is based on trial and error. The views are also included in the computation, to combine the number of posts and the number of views in a final weight for the hotness of a thread. This is quite an arbitrary system in the end, but it works pretty well.<br />
<br />
And now for the bad news: the system is not really usable for distribution yet, because it&#039;s based largely on my own site code and not too much on Phorum. Rewriting this code as a Phorum based system is on my big list of things to do, but for now you&#039;d have to implement something yourself if you want this feature.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 23 Sep 2008 05:47:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,133359,133359#msg-133359</guid>
            <title>phorum_get_url and most read threads</title>
            <link>https://www.phorum.org/phorum5/read.php?18,133359,133359#msg-133359</link>
            <description><![CDATA[ hi there,<br />
<br />
i&#039;ve set up a custom phorums start page, showing some news an all forums an their last 5 recent messages.<br />
how do i get a clean PHORUM_READ_URL on a single message_id?<br />
<br />
my 2nd question is , how to get a list of the 10 or n most viewed threads or posts?<br />
<br />
thx very much<br />
<br />
sorry, wrong board, i&#039;m running 5.2]]></description>
            <dc:creator>Artaud</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 23 Sep 2008 05:38:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,129791,129798#msg-129798</guid>
            <title>Re: How to edit register form</title>
            <link>https://www.phorum.org/phorum5/read.php?18,129791,129798#msg-129798</link>
            <description><![CDATA[ Thank you very much ;-)]]></description>
            <dc:creator>yuri80</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Wed, 30 Apr 2008 03:34:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,129791,129794#msg-129794</guid>
            <title>Re: How to edit register form</title>
            <link>https://www.phorum.org/phorum5/read.php?18,129791,129794#msg-129794</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>yuri80</strong><br />
The input field was created but i can&#039;t see its label in the register form!</div></blockquote>
<br />
Did you use something like {LANG-&gt;labelname} for that? You should simply put the string in the register form that you need. If you use {LANG-&gt;labelname}, then you need to add &quot;labelname&quot; to the language file that you are using.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>yuri80</strong><br />Is it necessary to edit a database table?</div></blockquote>
<br />
No.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />I&#039;ve added the input field from the admin interface but the &quot;phorum_users&quot; and &quot;phorum_user_custom_fields&quot; database tables were not modified.</div></blockquote>
<br />
That&#039;s correct. The phorum_user_custom_fields table will retrieve data when custom fields are filled. You&#039;ll see no changes on beforehhand.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />A last question: is it possible to add also a radio button group, checkboxes, drop-down menu (select) etc?</div></blockquote>
<br />
It&#039;s possible to use any kind of HTML form field in there. Only checkboxes are special, because for checkboxes there will be no form field posted at all when the checkbox is unchecked at post. There are several options for working around that, but some coding skills are needed. You could:<br />
<ul><li> add a hidden field with the real field name to the form. Then add a checkbox, which changes the value of the hidden field based on its check status. </li><li> Write a module that hooks into the before_register hook to fill the user data field based on the checkbox status. </li></ul>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 29 Apr 2008 12:27:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,129791,129793#msg-129793</guid>
            <title>Re: How to edit register form</title>
            <link>https://www.phorum.org/phorum5/read.php?18,129791,129793#msg-129793</link>
            <description><![CDATA[ I&#039;ve created a new input field from the Users/Groups -&gt; Custom profile panel in the admin interface then i edited the register.tpl adding the new input field in the HTML code.<br />
<br />
The input field was created but i can&#039;t see its label in the register form!<br />
<br />
Is it necessary to edit a database table?<br />
<br />
I&#039;ve added the input field from the admin interface but the &quot;phorum_users&quot; and &quot;phorum_user_custom_fields&quot; database tables were not modified.<br />
<br />
A last question: is it possible to add also a radio button group, checkboxes, drop-down menu (select) etc?<br />
<br />
Thanks again.]]></description>
            <dc:creator>yuri80</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 29 Apr 2008 12:00:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,129791,129792#msg-129792</guid>
            <title>Re: How to edit register form</title>
            <link>https://www.phorum.org/phorum5/read.php?18,129791,129792#msg-129792</link>
            <description><![CDATA[ First create some custom profile fields in the admin interface for storing the data. Then edit register.tpl to add the fields to the input form. That is what is needed to store this data with the user. Additionally, you&#039;ll need to edit profile.tpl to display the fields in the profile page.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 29 Apr 2008 11:17:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,129791,129791#msg-129791</guid>
            <title>How to edit register form</title>
            <link>https://www.phorum.org/phorum5/read.php?18,129791,129791#msg-129791</link>
            <description><![CDATA[ Hi guys, for first sorry for my english.<br />
<br />
I&#039;ve got a simple question for you: is it possible to edit the register form adding some input fields like:<br />
<br />
- date of birth<br />
- job<br />
- city/town<br />
- etc.<br />
<br />
How can i do this?<br />
<br />
Thanks.]]></description>
            <dc:creator>yuri80</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Tue, 29 Apr 2008 11:08:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,11782,127225#msg-127225</guid>
            <title>Re: Mod_Rewrite Hack</title>
            <link>https://www.phorum.org/phorum5/read.php?18,11782,127225#msg-127225</link>
            <description><![CDATA[ Hi,<br />
<br />
Thanks for your message.<br />
I ll try to post a how-to on this thread by monday.<br />
<br />
Pierre]]></description>
            <dc:creator>pierre_</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 18 Jan 2008 03:54:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,11782,127223#msg-127223</guid>
            <title>Re: Mod_Rewrite Hack</title>
            <link>https://www.phorum.org/phorum5/read.php?18,11782,127223#msg-127223</link>
            <description><![CDATA[ your url are great! could you creat module or hach ? or sam einstructons how to do this]]></description>
            <dc:creator>chester_84</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 18 Jan 2008 03:24:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126361#msg-126361</guid>
            <title>Re: Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126361#msg-126361</link>
            <description><![CDATA[Ahh.  Yes, indeed.  I am using the Automatic HTTP Path module.<br />
<br />
I tried turning it off and the behavior changed slightly, but still broken.  Now I get redirected to the correct login page, but when I have logged in it tries to return me to the page I came from within the forum directory, rather than the originating directory.  Thus:<br />
<br />
http://www.my_domain.com/forum/login.php?0,redir=http%3A%2F%2Fwww.my_domain.com%2Fforum%2Finclude.php%3F<br />
<br />
What I need is this:<br />
<br />
http://www.my_domain.com/forum/login.php?0,redir=http%3A%2F%2Fwww.my_domain.com%2Fother%2Finclude.php%3F]]></description>
            <dc:creator>Steve H</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 28 Dec 2007 12:35:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126355#msg-126355</guid>
            <title>Re: Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126355#msg-126355</link>
            <description><![CDATA[ Are you using something like the automatic http_path module or the virtual hosting module? Those will dynamically try to find out the Phorum http path based on the currently requested URL. It seems like your setup is doing something like this.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 28 Dec 2007 05:01:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126350#msg-126350</guid>
            <title>Re: Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126350#msg-126350</link>
            <description><![CDATA[Here is the (failing) redirect URL I get:<br />
<br />
http://www.my_domain.com/other/login.php?0,redir=http%3A%2F%2Fwww.my_domain.com%2Fother%2Finclude.php%3F<br />
<br />
<br />
If I simply change the first occurrence of &quot;other&quot; to &quot;forum&quot; in the URL, everything works nicely.]]></description>
            <dc:creator>Steve H</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 27 Dec 2007 19:02:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126349#msg-126349</guid>
            <title>Re: Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126349#msg-126349</link>
            <description><![CDATA[path in general settings:<br />
<br />
http://www.my_domain.com/forum<br />
<br />
<br />
<br />
files with includes are in another folder like:<br />
<br />
http://www.my_domain.com/other/include.php]]></description>
            <dc:creator>Steve H</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 27 Dec 2007 18:54:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126348#msg-126348</guid>
            <title>Re: Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126348#msg-126348</link>
            <description><![CDATA[ what is your HTTP Path set to in the General Settings?]]></description>
            <dc:creator>Brian Moon</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 27 Dec 2007 18:32:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,126346,126346#msg-126346</guid>
            <title>Using Phorum logins</title>
            <link>https://www.phorum.org/phorum5/read.php?18,126346,126346#msg-126346</link>
            <description><![CDATA[ I use the following method of requiring phorum logins on my site in several places:<br />
<br />
<pre class="bbcode">
$pwd = getcwd();
chdir(&quot;../forum&quot;);
define(&#039;phorum_page&#039;, &#039;my_page&#039;);
include_once(&quot;./common.php&quot;); 
phorum_require_login();
chdir($pwd);
unset($pwd);
echo &quot;hi &quot;,$PHORUM[&quot;user&quot;][&quot;username&quot;];</pre>
<br />
<br />
It works as long as the person is already logged into the forum.  I have problems though when they access a page in another directory without being logged in: <br />
<br />
It tries to redirect them to login.php in the wrong directory. (thus giving a 404 error)<br />
<br />
Any advice?]]></description>
            <dc:creator>Steve H</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 27 Dec 2007 16:58:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125386,125399#msg-125399</guid>
            <title>Re: Converters</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125386,125399#msg-125399</link>
            <description><![CDATA[ Well, if you&#039;re simply interested in reading code, you could check out <a href="http://secretsauce.phorum.org/snippets/upgrade_example.php.txt" target="_blank"  rel="nofollow">this one</a>. This is an upgrade script that I recently wrote for converting a web site&#039;s forum system (in house development, so this example is not fit for other conversions really) to the Phorum 5.2 system.<br />
<br />
Next to that, there is of course the Phorum 3 to Phorum 5 conversion script that you can find in the scripts directory of the Phorum 5 releases. This is not an upgrade script, but it&#039;s really a conversion from one type of system to another.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 16 Nov 2007 03:42:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125386,125398#msg-125398</guid>
            <title>Re: Converters</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125386,125398#msg-125398</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>shadow82x</strong><br />Forum software converters to play around with.</div></blockquote>
<br />
Not that many, even less perfectly working ones. There&#039;s one for phpBB at least.<br />
<br />
Maybe if you tell for what forums you would like to have converters for?]]></description>
            <dc:creator>Panu</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Fri, 16 Nov 2007 03:29:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125386,125388#msg-125388</guid>
            <title>Re: Converters</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125386,125388#msg-125388</link>
            <description><![CDATA[ Forum software converters to play around with.]]></description>
            <dc:creator>shadow82x</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 15 Nov 2007 19:48:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125386,125387#msg-125387</guid>
            <title>Re: Converters</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125386,125387#msg-125387</link>
            <description><![CDATA[ Currency converters, power converters, ... what kind of converters are you looking for?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 15 Nov 2007 19:39:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125386,125386#msg-125386</guid>
            <title>Converters</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125386,125386#msg-125386</link>
            <description><![CDATA[ Are there any converters around? :)]]></description>
            <dc:creator>shadow82x</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Thu, 15 Nov 2007 19:29:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?18,125067,125180#msg-125180</guid>
            <title>Re: User-Tracking on whole site</title>
            <link>https://www.phorum.org/phorum5/read.php?18,125067,125180#msg-125180</link>
            <description><![CDATA[ alright, thank you for your help and patience ;)]]></description>
            <dc:creator>Sunbringer</dc:creator>
            <category>5.1 Phorum Hacks</category>
            <pubDate>Mon, 05 Nov 2007 15:39:03 -0500</pubDate>
        </item>
    </channel>
</rss>
