<?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-06-21T20:27:35-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Customizing pMachine 2.3</title>
      <link>http://pmachinepro.com/forums/viewthread/54677/</link>
      <guid>http://pmachinepro.com/forums/viewthread/54677/#When:20:27:35Z</guid>
      <description>&lt;p&gt;I know that pMachine is no longer being worked on and I don&#8217;t know how to incorporate my weblog into an html document so that it doesn&#8217;t look so plain.&amp;nbsp; Is there any way it can be done?&amp;nbsp; If so, I&#8217;m going to need some clear instructions on how this is going to be done because it will take me some time to get it right.
&lt;/p&gt;
&lt;p&gt;
Thanks,
&lt;br /&gt;
Jen
&lt;/p&gt;</description>
      <dc:date>2007-06-21T20:27:35-06:00</dc:date>
    </item>

    <item>
      <title>How to customize author/timestamp/profile/comments/trackback/pingback field</title>
      <link>http://pmachinepro.com/forums/viewthread/54408/</link>
      <guid>http://pmachinepro.com/forums/viewthread/54408/#When:20:54:26Z</guid>
      <description>&lt;p&gt;I want to customize this field &#45; I&#8217;m assuming it&#8217;s a single entity (please excuse my homemade web jargon) that I can redesign all in one place. I want to delete parts or reword/re&#45;font some parts, but I can&#8217;t find the code for it. I&#8217;m not using any software like Dreamweaver, just Notepad. Thanks
&lt;/p&gt;</description>
      <dc:date>2007-06-18T20:54:26-06:00</dc:date>
    </item>

    <item>
      <title>CSS small problem finding a specific font clour control</title>
      <link>http://pmachinepro.com/forums/viewthread/44090/</link>
      <guid>http://pmachinepro.com/forums/viewthread/44090/#When:09:32:39Z</guid>
      <description>&lt;p&gt;Hi,
&lt;/p&gt;
&lt;p&gt;
I have been messing with the theme and have managed so far to get it close to how I want it to look by messing with the various php templates and css.
&lt;/p&gt;
&lt;p&gt;
There is just one bit I want to change to a white font instead of the black it is now.
&lt;/p&gt;
&lt;p&gt;
Does anyone know were to find this specific bit to change
&lt;/p&gt;
&lt;p&gt;
it&#8217;s the part that show number of comment. pingback, etc. The numbers are in a black front and I need to change them to white
&lt;/p&gt;
&lt;p&gt;
[0] &lt;span style=&quot;color:green;&quot;&gt;comments&lt;/span&gt; (0 views) |  [0] &lt;span style=&quot;color:green;&quot;&gt;Trackbacks&lt;/span&gt;   [0]&lt;span style=&quot;color:green;&quot;&gt;Pingbacks&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
The numerals are black, hope this is clear enough, I know what I mean (&#45;:
&lt;/p&gt;
&lt;p&gt;
thanks in advance for any help
&lt;/p&gt;
&lt;p&gt;
all the best
&lt;/p&gt;
&lt;p&gt;
erector
&lt;/p&gt;</description>
      <dc:date>2007-02-25T09:32:39-06:00</dc:date>
    </item>

    <item>
      <title>How do I format text within a &amp;lt;pre&amp;gt; tag&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/42576/</link>
      <guid>http://pmachinepro.com/forums/viewthread/42576/#When:13:20:30Z</guid>
      <description>&lt;p&gt;I&#8217;m including code snippets in this post:
&lt;/p&gt;
&lt;p&gt;
http://www.parallaxwebdesign.com/pmachine/blog_more.php?id=29_0_1_0_M
&lt;/p&gt;
&lt;p&gt;
I can&#8217;t apply CSS formatting to pre (or it isn&#8217;t working for some reason) so I tried putting a div with a class within the pre. That changed the pre text from Courier or whatever it is to the font I&#8217;m using for my p tags, but still didn&#8217;t pick up any of the formatting from the div class.
&lt;/p&gt;
&lt;p&gt;
From my post:
&lt;/p&gt;
&lt;p&gt;
&amp;lt;pre&amp;gt;&amp;lt;div class=&quot;coded&quot;&amp;gt;
&lt;br /&gt;
    #
&lt;br /&gt;
    # Alias: Maps web paths into filesystem paths and is used to
&lt;br /&gt;
    # access content that does not live under the DocumentRoot.
&lt;br /&gt;
    # Example:
&lt;br /&gt;
    # Alias /webpath /full/filesystem/path
&lt;br /&gt;
    #
&lt;br /&gt;
    # If you include a trailing / on /webpath then the server will
&lt;br /&gt;
    # require it to be present in the URL.&amp;nbsp; You will also likely
&lt;br /&gt;
    # need to provide a &amp;lt;Directory&amp;gt; section to allow access to
&lt;br /&gt;
    # the filesystem path.
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;/pre&amp;gt;
&lt;/p&gt;
&lt;p&gt;
My CSS:
&lt;/p&gt;
&lt;p&gt;
div.coded &#123;
&lt;br /&gt;
     font&#45;size: 0.8em;
&lt;br /&gt;
     font&#45;family: &#8220;Courier New&#8221;, Courier, monospace;
&lt;br /&gt;
     color: #8E8F0D;
&lt;br /&gt;
     background&#45;color: transparent;
&lt;br /&gt;
    border: 1px solid #006;
&lt;br /&gt;
&#125;
&lt;/p&gt;
&lt;p&gt;
What am I doing wrong?
&lt;/p&gt;</description>
      <dc:date>2007-01-15T13:20:30-06:00</dc:date>
    </item>

    <item>
      <title>Web Design with respect to search engine point of view</title>
      <link>http://pmachinepro.com/forums/viewthread/39886/</link>
      <guid>http://pmachinepro.com/forums/viewthread/39886/#When:05:21:40Z</guid>
      <description>&lt;p&gt;Can any body give me detail info about graphics design, website design, &lt;a href=&quot;http://www.mightylogodesigns.com&quot;&gt;custom logo design&lt;/a&gt; according to search engine point of view? Is there any great resource?
&lt;/p&gt;</description>
      <dc:date>2006-10-27T05:21:40-06:00</dc:date>
    </item>

    <item>
      <title>Intermittant pm_inc problem</title>
      <link>http://pmachinepro.com/forums/viewthread/41276/</link>
      <guid>http://pmachinepro.com/forums/viewthread/41276/#When:14:39:23Z</guid>
      <description>&lt;p&gt;I&#8217;ve been using pMachine for quite a while now for my own website and have also installed it on a sort of hobbyist site I&#8217;m involved with.&amp;nbsp; The blog portion works perfectly fine on this other installation, but I have the main page of the site pulling and displaying the first couple of blogposts as highlights.
&lt;/p&gt;
&lt;p&gt;
I have the include line in my index.php file.&amp;nbsp; And about 405 or 50% of the time, it works just fine.&amp;nbsp; But the other 50&#45;60% of the time, I get the standard &#8220;you don&#8217;t have your settings right in pm_inc.php&#8221; message&#8230;  Even more weird is that it worked perfectly fine for 6 months and just recently started doing this.&amp;nbsp; I can find no pattern to it at all, and my debugging statements indicate the $pm_path variable is being set correctly every time.
&lt;/p&gt;
&lt;p&gt;
Has anyone experienced something similar?&amp;nbsp; Any idea how to fix it?
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve temporarily replaced the error message with a sort of loop of if statements that makes the pm_inc file re&#45;execute itself up to 5 times in a row, and that has gotten the percentage of correct displays up much higher, but that&#8217;s a crappy solution, of course, and it&#8217;s not 100%.
&lt;/p&gt;
&lt;p&gt;
Anyone have any ideas???&amp;nbsp; Thanks!
&lt;/p&gt;</description>
      <dc:date>2006-12-03T14:39:23-06:00</dc:date>
    </item>

    <item>
      <title>My site loses formatting when viewed in Google Cache &#45; Why&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/37863/</link>
      <guid>http://pmachinepro.com/forums/viewthread/37863/#When:15:29:24Z</guid>
      <description>&lt;p&gt;Little puzzled why my site loses positional formatting for the footer and sometimes other bits and pieces when viewed in Google Cache. 
&lt;/p&gt;
&lt;p&gt;
Wondered, if anybody new why this might be?
&lt;/p&gt;
&lt;p&gt;
Any help much appreciated.
&lt;/p&gt;
&lt;p&gt;
Cheers
&lt;/p&gt;</description>
      <dc:date>2006-09-06T15:29:24-06:00</dc:date>
    </item>

    <item>
      <title>How to change themes&#63;</title>
      <link>http://pmachinepro.com/forums/viewthread/37243/</link>
      <guid>http://pmachinepro.com/forums/viewthread/37243/#When:21:10:49Z</guid>
      <description>&lt;p&gt;I&#8217;ve already installed ExpressionEngine and now I need to change the theme to Blue Essence.&amp;nbsp; I can&#8217;t seem to find anything on this site or anywhere on the Web that explains how to change themes once ExpressionEngine is installed.&amp;nbsp; Any help would be appreciated&#8230;
&lt;/p&gt;</description>
      <dc:date>2006-08-15T21:10:49-06:00</dc:date>
    </item>

    <item>
      <title>mp3.com theme and menu</title>
      <link>http://pmachinepro.com/forums/viewthread/36623/</link>
      <guid>http://pmachinepro.com/forums/viewthread/36623/#When:14:43:11Z</guid>
      <description>&lt;p&gt;Im trying to make a mp3.com type theme but have trouble with menu
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://img291.imageshack.us/img291/5339/ssph3.gif&quot;&gt;http://img291.imageshack.us/img291/5339/ssph3.gif&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
in the image you can see the top menu (home &#45; genres &#45; mp3 players &#45; etc...)
&lt;/p&gt;
&lt;p&gt;
and there is a submenu, if home is slected then the submenu shows (rock &amp;amp; pop  |  hip&#45;hop  |  alternative | etc...)
&lt;/p&gt;
&lt;p&gt;
I want to make similar, depeding on category or section of site user is in.
&lt;/p&gt;
&lt;p&gt;
How can I make menus like that for my theme?
&lt;/p&gt;
&lt;p&gt;
any code or theme like this already?
&lt;/p&gt;

&lt;p&gt;
thanks!
&lt;/p&gt;</description>
      <dc:date>2006-07-26T14:43:11-06:00</dc:date>
    </item>

    <item>
      <title>Content Dropping Below Nav. Menu</title>
      <link>http://pmachinepro.com/forums/viewthread/35857/</link>
      <guid>http://pmachinepro.com/forums/viewthread/35857/#When:12:08:13Z</guid>
      <description>&lt;p&gt;I&#8217;m running pMachine Pro 2.4.&amp;nbsp; I am using the default layout with the navigation menu on the left.&amp;nbsp; For some reason, once content is added to the page and the window is resized, the content drops below the left&#45;hand navigation menu.
&lt;/p&gt;
&lt;p&gt;
This is also a problem with smaller screen resolutions.&amp;nbsp; Try it &lt;a href=&quot;http://www.usm.edu/band/music/weblog.php&quot;&gt;www.usm.edu/band/music/weblog.php&lt;/a&gt;.&amp;nbsp; &lt;b&gt;Is there a way I can make the &#8220;content&#8221; holder to just wrap to the window and not drop below the navigation menu?&lt;/b&gt;  I&#8217;m thinking it&#8217;s done in the css style sheet, but I&#8217;m not sure how.&amp;nbsp; Any suggestions?
&lt;/p&gt;</description>
      <dc:date>2006-07-02T12:08:13-06:00</dc:date>
    </item>

    
    </channel>
</rss>