<?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:06:21</id>


    <entry>
      <title>Customizing pMachine 2.3</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/54677/" />      
      <id>tag:pmachinepro.com,2007:forums/viewthread/.54677</id>
      <published>2007-06-21T20:27:35Z</published>
      <updated></updated>
      <author><name>sweethaven</name></author>
      <content type="html">
      <![CDATA[
        <p>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.&nbsp; Is there any way it can be done?&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.
</p>
<p>
Thanks,
<br />
Jen
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to customize author/timestamp/profile/comments/trackback/pingback field</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/54408/" />      
      <id>tag:pmachinepro.com,2007:forums/viewthread/.54408</id>
      <published>2007-06-18T20:54:26Z</published>
      <updated></updated>
      <author><name>elephant</name></author>
      <content type="html">
      <![CDATA[
        <p>I want to customize this field - 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-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
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>CSS small problem finding a specific font clour control</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/44090/" />      
      <id>tag:pmachinepro.com,2007:forums/viewthread/.44090</id>
      <published>2007-02-25T09:32:39Z</published>
      <updated>2007-02-25T20:11:38Z</updated>
      <author><name>erector</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,
</p>
<p>
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.
</p>
<p>
There is just one bit I want to change to a white font instead of the black it is now.
</p>
<p>
Does anyone know were to find this specific bit to change
</p>
<p>
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
</p>
<p>
[0] <span style="color:green;">comments</span> (0 views) |  [0] <span style="color:green;">Trackbacks</span>   [0]<span style="color:green;">Pingbacks</span>
</p>
<p>
The numerals are black, hope this is clear enough, I know what I mean (-:
</p>
<p>
thanks in advance for any help
</p>
<p>
all the best
</p>
<p>
erector
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How do I format text within a &amp;lt;pre&amp;gt; tag&#63;</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/42576/" />      
      <id>tag:pmachinepro.com,2007:forums/viewthread/.42576</id>
      <published>2007-01-15T13:20:30Z</published>
      <updated></updated>
      <author><name>kanjigirl</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m including code snippets in this post:
</p>
<p>
http://www.parallaxwebdesign.com/pmachine/blog_more.php?id=29_0_1_0_M
</p>
<p>
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.
</p>
<p>
From my post:
</p>
<p>
&lt;pre&gt;&lt;div class="coded"&gt;
<br />
    #
<br />
    # Alias: Maps web paths into filesystem paths and is used to
<br />
    # access content that does not live under the DocumentRoot.
<br />
    # Example:
<br />
    # Alias /webpath /full/filesystem/path
<br />
    #
<br />
    # If you include a trailing / on /webpath then the server will
<br />
    # require it to be present in the URL.&nbsp; You will also likely
<br />
    # need to provide a &lt;Directory&gt; section to allow access to
<br />
    # the filesystem path.
<br />
&lt;div&gt;&lt;/pre&gt;
</p>
<p>
My CSS:
</p>
<p>
div.coded &#123;
<br />
     font-size: 0.8em;
<br />
     font-family: &#8220;Courier New&#8221;, Courier, monospace;
<br />
     color: #8E8F0D;
<br />
     background-color: transparent;
<br />
    border: 1px solid #006;
<br />
&#125;
</p>
<p>
What am I doing wrong?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Web Design with respect to search engine point of view</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/39886/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.39886</id>
      <published>2006-10-27T05:21:40Z</published>
      <updated></updated>
      <author><name>Logo Design</name></author>
      <content type="html">
      <![CDATA[
        <p>Can any body give me detail info about graphics design, website design, <a href="http://www.mightylogodesigns.com">custom logo design</a> according to search engine point of view? Is there any great resource?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Intermittant pm_inc problem</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/41276/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.41276</id>
      <published>2006-12-03T14:39:23Z</published>
      <updated></updated>
      <author><name>evan hansen</name></author>
      <content type="html">
      <![CDATA[
        <p>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.&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.
</p>
<p>
I have the include line in my index.php file.&nbsp; And about 405 or 50% of the time, it works just fine.&nbsp; But the other 50-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.&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.
</p>
<p>
Has anyone experienced something similar?&nbsp; Any idea how to fix it?
</p>
<p>
I&#8217;ve temporarily replaced the error message with a sort of loop of if statements that makes the pm_inc file re-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%.
</p>
<p>
Anyone have any ideas???&nbsp; Thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>My site loses formatting when viewed in Google Cache &#45; Why&#63;</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/37863/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.37863</id>
      <published>2006-09-06T15:29:24Z</published>
      <updated></updated>
      <author><name>Peterbrady</name></author>
      <content type="html">
      <![CDATA[
        <p>Little puzzled why my site loses positional formatting for the footer and sometimes other bits and pieces when viewed in Google Cache. 
</p>
<p>
Wondered, if anybody new why this might be?
</p>
<p>
Any help much appreciated.
</p>
<p>
Cheers
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to change themes&#63;</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/37243/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.37243</id>
      <published>2006-08-15T21:10:49Z</published>
      <updated></updated>
      <author><name>lookinglass</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;ve already installed ExpressionEngine and now I need to change the theme to Blue Essence.&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.&nbsp; Any help would be appreciated&#8230;
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>mp3.com theme and menu</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/36623/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.36623</id>
      <published>2006-07-26T14:43:11Z</published>
      <updated></updated>
      <author><name>jasont</name></author>
      <content type="html">
      <![CDATA[
        <p>Im trying to make a mp3.com type theme but have trouble with menu
</p>
<p>
<a href="http://img291.imageshack.us/img291/5339/ssph3.gif">http://img291.imageshack.us/img291/5339/ssph3.gif</a>
</p>
<p>
in the image you can see the top menu (home - genres - mp3 players - etc...)
</p>
<p>
and there is a submenu, if home is slected then the submenu shows (rock &amp; pop  |  hip-hop  |  alternative | etc...)
</p>
<p>
I want to make similar, depeding on category or section of site user is in.
</p>
<p>
How can I make menus like that for my theme?
</p>
<p>
any code or theme like this already?
</p>

<p>
thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Content Dropping Below Nav. Menu</title>
      <link rel="alternate" type="text/html" href="http://pmachinepro.com/forums/viewthread/35857/" />      
      <id>tag:pmachinepro.com,2006:forums/viewthread/.35857</id>
      <published>2006-07-02T12:08:13Z</published>
      <updated></updated>
      <author><name>Christian Sweatt</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m running pMachine Pro 2.4.&nbsp; I am using the default layout with the navigation menu on the left.&nbsp; For some reason, once content is added to the page and the window is resized, the content drops below the left-hand navigation menu.
</p>
<p>
This is also a problem with smaller screen resolutions.&nbsp; Try it <a href="http://www.usm.edu/band/music/weblog.php">www.usm.edu/band/music/weblog.php</a>.&nbsp; <b>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?</b>  I&#8217;m thinking it&#8217;s done in the css style sheet, but I&#8217;m not sure how.&nbsp; Any suggestions?
</p>
      ]]>
      </content>
    </entry>


</feed>