<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">pMachine Pro Community Forums</title>
    <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://pmachinepro.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2007</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:pmachinepro.com,2007:07:12</id>


    <entry>
      <title>How To Insert Gravatar in Comments Pages PM PRO 2.4 &#63;</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/26811/" />      
      <id>tag:pmachinepro.com,2005:forums/viewthread/.26811</id>
      <published>2005-09-11T22:40:54Z</published>
      <updated></updated>
      <author><name>viga</name></author>
      <content type="html">
      <![CDATA[
        <p>guyz.. any suggestions for adding the gravatar to Comments Page ?&nbsp; (example : <a href="http://www.greendezire.com/">http://www.greendezire.com/</a>)
<br />
please help.. Thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>title link in weblog title list</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/39038/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.39038</id>
      <published>2006-10-08T02:56:21Z</published>
      <updated></updated>
      <author><name>TerryG</name></author>
      <content type="html">
      <![CDATA[
        <p>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-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?
</p>
<p>
Option B of course is to use a title, and have the link in the body. But Hey! There must be a way.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>A Simple Dynamic Index Cache for pMachine 2.4</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/31998/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.31998</id>
      <published>2006-02-24T14:57:55Z</published>
      <updated></updated>
      <author><name>lbneal</name></author>
      <content type="html">
      <![CDATA[
        <p>1) Verify that the RSS factory is correctly enabled and index.xml has 666 permissions.
</p>
<p>
2) Install the cache per the original instructions provided with the program.
</p>
<p>
3) Modify the new &#8220;index.php to add this code before the test statement:
</p>
<p>
    if ($cache == 1)
</p>
<p>
New code:
</p>
<p>
    $xmltime = filemtime("index.xml");  // Change this if you are using a name other than index.xml for RSS
</p>
<p>
    $cachedtime = filemtime("cache_time.txt"); // this could also be cache_file.php, but it can be very large file
</p>
<p>
    if($xmltime &gt; $cachedtime) $cache = 1;
</p>
<p>
Every time you add an entry to the blog,  the index cache will be updated.
</p>
<p>
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.
</p>
<p>
If I discover issues or enhancements, I will post.
</p>
<p>
NOTE: For some reason you must do a dummy post to get the cycle started.
</p>
<p>
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.&nbsp;  It needs some tuning, etc to make more efficient and to verify success of the cache file.
</p>
<p>
I come from an Assembler,  C and Turbo Pascal background, so I can follow some aspects, but serious details are beyond  me.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is it possible to hack so that more than one theme can be use in one domain&#63;</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/31850/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.31850</id>
      <published>2006-02-20T22:37:41Z</published>
      <updated></updated>
      <author><name>aditedja</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi
<br />
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
<br />
Thank You
<br />
adi
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Sub Categories in pMachine</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/16338/" />      
      <id>tag:pmachinepro.com,2005:forums/viewthread/.16338</id>
      <published>2005-04-30T18:45:37Z</published>
      <updated></updated>
      <author><name>Phil Marsay</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all, I&#8217;ve just finished writing a mod for pMachine which allows the addition of Subcategories.
</p>
<p>
I have added some tags to display the current category name, any sub-categories of the current category, and a bread-crumb trail to the current category.
</p>
<p>
You can see all this in action on my website - http://www.maybetomorrow.co.uk
</p>
<p>
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!!
</p>
<p>
Ta!
</p>
<p>
PM
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Required Fields in Entry form</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/30496/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.30496</id>
      <published>2006-01-14T12:00:19Z</published>
      <updated></updated>
      <author><name>engelmania</name></author>
      <content type="html">
      <![CDATA[
        <p>I am new to pmachine (v 2.4) and I am currently designing a collective weblog entry form.
</p>
<p>
I notice that pmachine requires the user to enter a title and put something into the body.&nbsp; Does anyone know a hack for making it also require the user to select a category?
</p>
<p>
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.&nbsp; Any suggestions would help.
</p>
<p>
Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>WYSIWIG editor and pmachine 2.4</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/27355/" />      
      <id>tag:pmachinepro.com,2005:forums/viewthread/.27355</id>
      <published>2005-10-03T06:39:28Z</published>
      <updated></updated>
      <author><name>asoluqq</name></author>
      <content type="html">
      <![CDATA[
        <p>hi all
</p>
<p>
i need install WYSIWIG editor in pmachine 2.4 pro.
</p>
<p>
help me :(
</p>
<p>
thank you .
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>enabling buttons on the editing page</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/29253/" />      
      <id>tag:pmachinepro.com,2005:forums/viewthread/.29253</id>
      <published>2005-12-12T10:28:26Z</published>
      <updated></updated>
      <author><name>oohansel</name></author>
      <content type="html">
      <![CDATA[
        <p>hi!
</p>
<p>
this is my first time doing this. literally if it&#8217;s more difficult than a toaster it take me time. 
</p>
<p>
but&#8230;
</p>
<p>
a) how do i enable the bold, italics and underline buttons on the editing pages?
</p>
<p>
b) what are the numbered buttons for?
</p>
<p>
my pm machine is v.2.4
</p>
<p>
thanks
<br />
anSel
</p>
      ]]>
      </content>
    </entry>

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

    <entry>
      <title>%%entry_id%%</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/29161/" />      
      <id>tag:pmachinepro.com,2005:forums/viewthread/.29161</id>
      <published>2005-12-08T12:15:44Z</published>
      <updated></updated>
      <author><name>krustie</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,
</p>
<p>
I&#8217;m currently in the process of mod-rewriting the urls, and im wondering is there anyway to get the &#8220;?id=&#8221; deleted from the %%entry_id%% tag. ?
</p>
      ]]>
      </content>
    </entry>


</feed>