<?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 2008</dc:rights>
    <dc:date>2008-06-14T15:09:19-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>New Member Email Notification</title>
      <link>http://pmachinepro.com/forums/viewthread/82370/</link>
      <guid>http://pmachinepro.com/forums/viewthread/82370/#When:15:09:19Z</guid>
      <description>&lt;p&gt;Dear Expert,
&lt;br /&gt;
Basically the Pmachine will automatically send email to every new member, wether admin rule the self activation or by activated by admin.
&lt;/p&gt;
&lt;p&gt;
I have difficulty in finding how to change the content
&lt;/p&gt;
&lt;p&gt;
This is the basic email to new member :
&lt;br /&gt;
Header : Account Activated
&lt;br /&gt;
Your account has been activated at: &#123;sitename&#125;
&lt;/p&gt;
&lt;p&gt;
Name: &#123;name&#125;
&lt;br /&gt;
Username: &#123;username&#125;
&lt;/p&gt;
&lt;p&gt;
My question is : 
&lt;br /&gt;
How to add password such as:
&lt;br /&gt;
password: &#123;password&#125;
&lt;/p&gt;
&lt;p&gt;
Thank you all for help!! Please....
&lt;/p&gt;</description>
      <dc:date>2008-06-14T15:09:19-06:00</dc:date>
    </item>

    <item>
      <title>Add a cache for your more pages</title>
      <link>http://pmachinepro.com/forums/viewthread/53286/</link>
      <guid>http://pmachinepro.com/forums/viewthread/53286/#When:16:35:36Z</guid>
      <description>&lt;p&gt;It ain&#8217;t simple, but it does work.
&lt;/p&gt;
&lt;p&gt;
1) Get Lite.php from http://pear.php.net/package/Cache_Lite
&lt;/p&gt;
&lt;p&gt;
2) Edit Lite.php and replace all instances of $id with $cid.
&lt;/p&gt;
&lt;p&gt;
3) Upload Lite.php to your server directory and make sure it remains as Lite.php.
&lt;/p&gt;
&lt;p&gt;
4) Create a directory named cache and CHMOD it to 777.
&lt;/p&gt;
&lt;p&gt;
5) Edit your more.php file to add these lines at the beginning:
&lt;/p&gt;
&lt;p&gt;
&amp;lt;?php 
&lt;br /&gt;
include(&quot;pm_inc.php&quot;);
&lt;br /&gt;
require_once(&quot;Lite.php&quot;);
&lt;/p&gt;
&lt;p&gt;
// set an ID for this cache
&lt;br /&gt;
  $cid = get_id($id, &quot;1&quot;);
&lt;/p&gt;
&lt;p&gt;
// set some variables
&lt;br /&gt;
  $options = array(
&lt;br /&gt;
// cacheDir should be the absolute address of your files on your server**
&lt;br /&gt;
// this will vary wildly depending on the server configuration
&lt;br /&gt;
  &apos;cacheDir&apos; =&amp;gt; &apos;/home/myaccount/mydomain/cache/&apos;,
&lt;br /&gt;
  &apos;lifeTime&apos; =&amp;gt; 50
&lt;br /&gt;
  );
&lt;/p&gt;
&lt;p&gt;
// create a Cache_Lite object
&lt;br /&gt;
  $objCache = new Cache_Lite($options);
&lt;/p&gt;
&lt;p&gt;
// test if there exists a valid cache
&lt;br /&gt;
  if ($quote = $objCache&#45;&amp;gt;get($cid)) 
&lt;br /&gt;
  &#123;  echo $quote;  &#125; 
&lt;br /&gt;
  else 
&lt;br /&gt;
  &#123;
&lt;br /&gt;
  echo $quote; 
&lt;br /&gt;
  $objCache&#45;&amp;gt;save($quote, $cid);
&lt;br /&gt;
  &#125;
&lt;br /&gt;
?&amp;gt;
&lt;/p&gt;
&lt;p&gt;
**If you don&#8217;t know this, just comment out the last &#125; in the code upload the file and run it one time, the error message will let you know :=) Copy the path and insert it into your more.php file, don&#8217;t forget to fix the broken line.
&lt;/p&gt;
&lt;p&gt;
Your server needs the Pear module installed (it probably will be).
&lt;/p&gt;
&lt;p&gt;
This probably won&#8217;t work if you are on a WinDoes server.
&lt;/p&gt;
&lt;p&gt;
If you have multiple weblogs on your site, some tuning will be required :=)
&lt;/p&gt;</description>
      <dc:date>2007-05-30T16:35:36-06:00</dc:date>
    </item>

    <item>
      <title>can we add automatic updating news&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/50314/</link>
      <guid>http://pmachinepro.com/forums/viewthread/50314/#When:21:16:22Z</guid>
      <description>&lt;p&gt;can we add automatic updating news?how I add it? I try to add rss address but It&#8217; dosen&#8217;t see on my home page
&lt;/p&gt;</description>
      <dc:date>2007-04-11T21:16:22-06:00</dc:date>
    </item>

    <item>
      <title>how do i add a chart</title>
      <link>http://pmachinepro.com/forums/viewthread/35896/</link>
      <guid>http://pmachinepro.com/forums/viewthread/35896/#When:00:02:28Z</guid>
      <description>&lt;p&gt;hello, how can i add a chart from a msword document with text in it to pMachine? thanks!
&lt;/p&gt;</description>
      <dc:date>2006-07-04T00:02:28-06:00</dc:date>
    </item>

    <item>
      <title>Anyone know how to make posts automatically truncate&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/35495/</link>
      <guid>http://pmachinepro.com/forums/viewthread/35495/#When:17:02:06Z</guid>
      <description>&lt;p&gt;I would love to have our main page automatically truncate/limit the word count of long posts. The truncated post would end in a friendly &#8220;Read More&#8221; which would automatically link to the full posting.
&lt;/p&gt;
&lt;p&gt;
Has anyone done this? And if so, are you willing to share your trick?
&lt;/p&gt;
&lt;p&gt;
thank you
&lt;/p&gt;</description>
      <dc:date>2006-06-20T17:02:06-06:00</dc:date>
    </item>

    <item>
      <title>How to auto fill the username</title>
      <link>http://pmachinepro.com/forums/viewthread/32747/</link>
      <guid>http://pmachinepro.com/forums/viewthread/32747/#When:14:14:16Z</guid>
      <description>&lt;p&gt;Is it possible to auto fill the Username in the email address in the Email a friend form. Well trying new option if the user is logged to the site.
&lt;/p&gt;
&lt;p&gt;
When user clicks on email a friend I would like to have an option of auto filling these two fields. How this can be done, please someone help me on that.
&lt;/p&gt;</description>
      <dc:date>2006-03-21T14:14:16-06:00</dc:date>
    </item>

    <item>
      <title>Printerfriendly</title>
      <link>http://pmachinepro.com/forums/viewthread/32427/</link>
      <guid>http://pmachinepro.com/forums/viewthread/32427/#When:01:42:00Z</guid>
      <description>&lt;p&gt;I have attempted, for several weeks now, to create a printerfiendly page.&amp;nbsp; I&#8217;ve read the tutorial, but to no avail&#8230;
&lt;/p&gt;
&lt;p&gt;
I have no idea how to set up my templates, link to that page, and how to get my actual page to show up on the printerfriendly page.
&lt;/p&gt;
&lt;p&gt;
Can someone please give me some steps on doing this in pMachine 2.4?&amp;nbsp; It would be VERY much appreciated..
&lt;/p&gt;
&lt;p&gt;
Thanks!
&lt;/p&gt;
&lt;p&gt;
Christian
&lt;/p&gt;</description>
      <dc:date>2006-03-10T01:42:00-06:00</dc:date>
    </item>

    <item>
      <title>display recent entrys by category&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/30497/</link>
      <guid>http://pmachinepro.com/forums/viewthread/30497/#When:13:43:44Z</guid>
      <description>&lt;p&gt;im stuck, ive searched the forums for a bit and messed around with pm.
&lt;/p&gt;
&lt;p&gt;
im looking to display 3 recent entrys by category&#8230; i have 2 categorys.
&lt;/p&gt;

&lt;p&gt;
any help is appreciated.
&lt;/p&gt;

&lt;p&gt;
*****EDIT******
&lt;/p&gt;
&lt;p&gt;
figured it out.
&lt;/p&gt;</description>
      <dc:date>2006-01-14T13:43:44-06:00</dc:date>
    </item>

    <item>
      <title>What happened to the external resources page&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/30118/</link>
      <guid>http://pmachinepro.com/forums/viewthread/30118/#When:22:59:42Z</guid>
      <description>&lt;p&gt;the URL was http://www.pmachine.com/ext_resources.php
&lt;/p&gt;
&lt;p&gt;
I created a PDF document (in Spanish) on how to create a digital newspaper in pm, you uploaded it a year ago (Rick Ellis did it) and now it&#8217;s gone....
&lt;/p&gt;</description>
      <dc:date>2006-01-04T22:59:42-06:00</dc:date>
    </item>

    <item>
      <title>Single entry appearing in multiple weblogs&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/26176/</link>
      <guid>http://pmachinepro.com/forums/viewthread/26176/#When:20:20:48Z</guid>
      <description>&lt;p&gt;I tried a search on this question, but seemingly no one asked this question before, or I am phrasing it incorrectly. What I am looking to do is make a single entry that will appear in two different weblogs. Is that possible? Seems a simple request to me....
&lt;/p&gt;</description>
      <dc:date>2005-08-21T20:20:48-06:00</dc:date>
    </item>

    
    </channel>
</rss>