<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>pMachine Pro Community Forums</title>
    <link>http://pmachinepro.com/forums/</link>
    <description>pMachine Pro Community Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2007</dc:rights>
    <dc:date>2007-07-12T03:24:51-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>How To Insert Gravatar in Comments Pages PM PRO 2.4 &#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/26811/</link>
      <guid>http://pmachinepro.com/forums/viewthread/26811/#When:22:40:54Z</guid>
      <description>&lt;p&gt;guyz.. any suggestions for adding the gravatar to Comments Page ?&amp;nbsp; (example : &lt;a href=&quot;http://www.greendezire.com/&quot;&gt;http://www.greendezire.com/&lt;/a&gt;)
&lt;br /&gt;
please help.. Thanks!
&lt;/p&gt;</description>
      <dc:date>2005-09-11T22:40:54-06:00</dc:date>
    </item>

    <item>
      <title>title link in weblog title list</title>
      <link>http://pmachinepro.com/forums/viewthread/39038/</link>
      <guid>http://pmachinepro.com/forums/viewthread/39038/#When:02:56:21Z</guid>
      <description>&lt;p&gt;I would like to have as the title in the weblog title list a link to a document which would be downloaded from the link. I had this working, but now it ain&#8217;t. After testing a few things, it seems to me that that title is auto&#45;linked to the entry (which makes sense!). Where can I alter the code so that when I use the link code for the uploaded document, a click on the title in the weblog title list will allow a document download?
&lt;/p&gt;
&lt;p&gt;
Option B of course is to use a title, and have the link in the body. But Hey! There must be a way.
&lt;/p&gt;</description>
      <dc:date>2006-10-08T02:56:21-06:00</dc:date>
    </item>

    <item>
      <title>A Simple Dynamic Index Cache for pMachine 2.4</title>
      <link>http://pmachinepro.com/forums/viewthread/31998/</link>
      <guid>http://pmachinepro.com/forums/viewthread/31998/#When:14:57:55Z</guid>
      <description>&lt;p&gt;1) Verify that the RSS factory is correctly enabled and index.xml has 666 permissions.
&lt;/p&gt;
&lt;p&gt;
2) Install the cache per the original instructions provided with the program.
&lt;/p&gt;
&lt;p&gt;
3) Modify the new &#8220;index.php to add this code before the test statement:
&lt;/p&gt;
&lt;p&gt;
    if ($cache == 1)
&lt;/p&gt;
&lt;p&gt;
New code:
&lt;/p&gt;
&lt;p&gt;
    $xmltime = filemtime(&quot;index.xml&quot;);  // Change this if you are using a name other than index.xml for RSS
&lt;/p&gt;
&lt;p&gt;
    $cachedtime = filemtime(&quot;cache_time.txt&quot;); // this could also be cache_file.php, but it can be very large file
&lt;/p&gt;
&lt;p&gt;
    if($xmltime &amp;gt; $cachedtime) $cache = 1;
&lt;/p&gt;
&lt;p&gt;
Every time you add an entry to the blog,  the index cache will be updated.
&lt;/p&gt;
&lt;p&gt;
NOTE: I set $time = 600; in my index.php  (10 hours), if you have other considerations you might want to set it to a smaller value.
&lt;/p&gt;
&lt;p&gt;
If I discover issues or enhancements, I will post.
&lt;/p&gt;
&lt;p&gt;
NOTE: For some reason you must do a dummy post to get the cycle started.
&lt;/p&gt;
&lt;p&gt;
I have very limited experience and knowledge of PHP, if there is a PHP person that would volunteer to help with this scheme it would be much appreciated.&amp;nbsp;  It needs some tuning, etc to make more efficient and to verify success of the cache file.
&lt;/p&gt;
&lt;p&gt;
I come from an Assembler,  C and Turbo Pascal background, so I can follow some aspects, but serious details are beyond  me.
&lt;/p&gt;</description>
      <dc:date>2006-02-24T14:57:55-06:00</dc:date>
    </item>

    <item>
      <title>Is it possible to hack so that more than one theme can be use in one domain&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/31850/</link>
      <guid>http://pmachinepro.com/forums/viewthread/31850/#When:22:37:41Z</guid>
      <description>&lt;p&gt;Hi
&lt;br /&gt;
Can anyone help me with the answer so i can use multiple forum under one domain eg one in www.asik.com/forum 1 the other on www.asik.com/forum2
&lt;br /&gt;
Thank You
&lt;br /&gt;
adi
&lt;/p&gt;</description>
      <dc:date>2006-02-20T22:37:41-06:00</dc:date>
    </item>

    <item>
      <title>Sub Categories in pMachine</title>
      <link>http://pmachinepro.com/forums/viewthread/16338/</link>
      <guid>http://pmachinepro.com/forums/viewthread/16338/#When:18:45:37Z</guid>
      <description>&lt;p&gt;Hi all, I&#8217;ve just finished writing a mod for pMachine which allows the addition of Subcategories.
&lt;/p&gt;
&lt;p&gt;
I have added some tags to display the current category name, any sub&#45;categories of the current category, and a bread&#45;crumb trail to the current category.
&lt;/p&gt;
&lt;p&gt;
You can see all this in action on my website &#45; http://www.maybetomorrow.co.uk
&lt;/p&gt;
&lt;p&gt;
It is very new, and untested in many ways, so if anyone would like to try it out, that would be great. I&#8217;m not looking to charge for this, so please get in touch if you are interested!!
&lt;/p&gt;
&lt;p&gt;
Ta!
&lt;/p&gt;
&lt;p&gt;
PM
&lt;/p&gt;</description>
      <dc:date>2005-04-30T18:45:37-06:00</dc:date>
    </item>

    <item>
      <title>Required Fields in Entry form</title>
      <link>http://pmachinepro.com/forums/viewthread/30496/</link>
      <guid>http://pmachinepro.com/forums/viewthread/30496/#When:12:00:19Z</guid>
      <description>&lt;p&gt;I am new to pmachine (v 2.4) and I am currently designing a collective weblog entry form.
&lt;/p&gt;
&lt;p&gt;
I notice that pmachine requires the user to enter a title and put something into the body.&amp;nbsp; Does anyone know a hack for making it also require the user to select a category?
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve tried to work through the code, but I can&#8217;t even figure out where it checks to see that the title and body fields have been populated.&amp;nbsp; Any suggestions would help.
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;</description>
      <dc:date>2006-01-14T12:00:19-06:00</dc:date>
    </item>

    <item>
      <title>WYSIWIG editor and pmachine 2.4</title>
      <link>http://pmachinepro.com/forums/viewthread/27355/</link>
      <guid>http://pmachinepro.com/forums/viewthread/27355/#When:06:39:28Z</guid>
      <description>&lt;p&gt;hi all
&lt;/p&gt;
&lt;p&gt;
i need install WYSIWIG editor in pmachine 2.4 pro.
&lt;/p&gt;
&lt;p&gt;
help me :(
&lt;/p&gt;
&lt;p&gt;
thank you .
&lt;/p&gt;</description>
      <dc:date>2005-10-03T06:39:28-06:00</dc:date>
    </item>

    <item>
      <title>enabling buttons on the editing page</title>
      <link>http://pmachinepro.com/forums/viewthread/29253/</link>
      <guid>http://pmachinepro.com/forums/viewthread/29253/#When:10:28:26Z</guid>
      <description>&lt;p&gt;hi!
&lt;/p&gt;
&lt;p&gt;
this is my first time doing this. literally if it&#8217;s more difficult than a toaster it take me time. 
&lt;/p&gt;
&lt;p&gt;
but&#8230;
&lt;/p&gt;
&lt;p&gt;
a) how do i enable the bold, italics and underline buttons on the editing pages?
&lt;/p&gt;
&lt;p&gt;
b) what are the numbered buttons for?
&lt;/p&gt;
&lt;p&gt;
my pm machine is v.2.4
&lt;/p&gt;
&lt;p&gt;
thanks
&lt;br /&gt;
anSel
&lt;/p&gt;</description>
      <dc:date>2005-12-12T10:28:26-06:00</dc:date>
    </item>

    <item>
      <title>Poll Mod &#45; Polling Software for pMachine</title>
      <link>http://pmachinepro.com/forums/viewthread/16327/</link>
      <guid>http://pmachinepro.com/forums/viewthread/16327/#When:11:32:50Z</guid>
      <description>&lt;p&gt;Just wanted to let everyone know about my newest creation&#8212;Poll Mod!
&lt;/p&gt;
&lt;p&gt;
Best,
&lt;br /&gt;
Patrick
&lt;/p&gt;
&lt;p&gt;
....
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://pmods.com/&quot;&gt;Poll Mod&lt;/a&gt; is a polling software mod for pMachine.
&lt;/p&gt;
&lt;p&gt;
In the past, pMachine users had few options for adding polls to their pM&#45;based websites. Since other poll software packages weren&#8217;t designed to work with pMachine, integration with existing websites was difficult, time&#45;consuming, and beyond the capabilites of most pMachine users.
&lt;/p&gt;
&lt;p&gt;
But now pMachine users now have a much better option — Poll Mod.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Fully functional poll system, with robust features for your online polling needs:
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Individual polls with one question and up to ten answers
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Vote tallies are graphed in relative or absolute form
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Polls can be &#8216;opened&#8217; and &#8216;closed&#8217; — just like weblog entries
&lt;/p&gt;
&lt;p&gt;
&amp;bull; pMachine control panel support — add, edit, and delete polls using the pMachine control panel.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; pMachine comment system support — users can comment on individual polls, just like other blogs!
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Queue support — by future dating polls, you can publish polls in batches. When the poll date becomes current, the poll will appear. Until then, it will remain hidden.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Suggest a Poll — users can contribute their own poll ideas using Poll Mod&#8217;s submission form.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Tag&#45;based architecture, just like pMachine. Use the polls() tag to display your polls and poll_block() tag to show the most current poll.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Customize your polls using Poll Mod&#8217;s preference panel:
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Give your polls area its own custom name
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Graph vote counts relatively or absolutely
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Set the number of polls to be show on each page
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Enable poll comments
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Set the width for the poll results table and vote column, answer column, and poll bar columns.
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Customize the poll date format
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Customed the &#8216;Posted by&#8217; date format
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&#45; Modify the left and right marks used to enclose poll vote counts
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Newer/older links allow users to easily navigate from poll to poll
&lt;/p&gt;
&lt;p&gt;
&amp;bull; Poll Mod output is fully XHTML/CSS compatible
&lt;/p&gt;
&lt;p&gt;
&amp;bull; It&#8217;s free (and licensed under the GPL)!
&lt;/p&gt;
&lt;p&gt;
...
&lt;/p&gt;
&lt;p&gt;
Download Poll Mod here:
&lt;br /&gt;
&lt;a href=&quot;http://pmods.com/&quot;&gt;http://pmods.com&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2005-03-13T11:32:50-06:00</dc:date>
    </item>

    <item>
      <title>%%entry_id%%</title>
      <link>http://pmachinepro.com/forums/viewthread/29161/</link>
      <guid>http://pmachinepro.com/forums/viewthread/29161/#When:12:15:44Z</guid>
      <description>&lt;p&gt;Hello,
&lt;/p&gt;
&lt;p&gt;
I&#8217;m currently in the process of mod&#45;rewriting the urls, and im wondering is there anyway to get the &#8220;?id=&#8221; deleted from the %%entry_id%% tag. ?
&lt;/p&gt;</description>
      <dc:date>2005-12-08T12:15:44-06:00</dc:date>
    </item>

    
    </channel>
</rss>