<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Sticky-Fields, a WordPress plugin to save and retrieve fields</title>
	<link>http://tela-web.com/wordpress-plugins/sticky-fields/</link>
	<description>Website development</description>
	<pubDate>Wed, 20 Aug 2008 17:50:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: tela</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11223</link>
		<dc:creator>tela</dc:creator>
		<pubDate>Thu, 19 Jul 2007 08:39:02 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11223</guid>
		<description>&lt;p&gt;Hi Raymond,&lt;/p&gt;
&lt;p&gt;I think the Sticky-Fields plugin is not the right plugin for what you want to achieve.&lt;/p&gt;
&lt;p&gt;Sticky-FIelds plugin can be used to display short piece of information that you don’t want to enter as a post, or a page.&lt;/p&gt;
&lt;p&gt;For example let’s say you want to display your contact information (address, phone number) on top of your page.&lt;/p&gt;
&lt;p&gt;Without Sticky-Fields you would need to either enter this information in the php template or create a page and call this page from your template.&lt;/p&gt;
&lt;p&gt;Both methods are not easy to set up for such a small piece of information.&lt;/p&gt;
&lt;p&gt;With Sticky-Fields, you enter the field: phone and your actual phone number as a value in the admin page. In the template, you just need to add:&lt;/p&gt;
&lt;pre&gt;&lt;?php&lt;br /&gt;
global $stickyfield;&lt;br /&gt;
echo $stickyfield-&#62;field[’name-of-your-field’];&lt;br /&gt;
?&gt;&lt;/pre&gt;
&lt;p&gt;And that will display the value of the Sticky-field, that is your phone number in the example.&lt;/p&gt;
&lt;p&gt;Sorry we don’t have any working example to show as we developped this plugin as a project and are not using on a website.&lt;/p&gt;
&lt;p&gt;Besides that I’m sorry I can not help you with your actual issue.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Raymond,</p>
<p>I think the Sticky-Fields plugin is not the right plugin for what you want to achieve.</p>
<p>Sticky-FIelds plugin can be used to display short piece of information that you don’t want to enter as a post, or a page.</p>
<p>For example let’s say you want to display your contact information (address, phone number) on top of your page.</p>
<p>Without Sticky-Fields you would need to either enter this information in the php template or create a page and call this page from your template.</p>
<p>Both methods are not easy to set up for such a small piece of information.</p>
<p>With Sticky-Fields, you enter the field: phone and your actual phone number as a value in the admin page. In the template, you just need to add:</p>
<pre>< ?php
global $stickyfield;
echo $stickyfield-&gt;field[’name-of-your-field’];
?></pre>
<p>And that will display the value of the Sticky-field, that is your phone number in the example.</p>
<p>Sorry we don’t have any working example to show as we developped this plugin as a project and are not using on a website.</p>
<p>Besides that I’m sorry I can not help you with your actual issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Barglow</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11218</link>
		<dc:creator>Raymond Barglow</dc:creator>
		<pubDate>Thu, 19 Jul 2007 06:38:50 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11218</guid>
		<description>Can someone please explain to me whether the standard way of providing "stickiness" in a form -- i.e. by using "isset() to test a $_POST variable, and then echoing  the value of this variable to the screen if there's something in it -- can be made to work in a wordpress file like profile.php?  If this method does not work, why not?

As I mentioned in my previous message, I don't understand how the sticky field plugin works, although I have installed it successfully.  The Options screen for this plug in asks for field and "Value" info -- but I don't know what to enter for "Value."

Thanks for your help. As you can see, I'm a newbie at all of this.

Raymond Barglow
Berkeley</description>
		<content:encoded><![CDATA[<p>Can someone please explain to me whether the standard way of providing &#8220;stickiness&#8221; in a form &#8212; i.e. by using &#8220;isset() to test a $_POST variable, and then echoing  the value of this variable to the screen if there&#8217;s something in it &#8212; can be made to work in a wordpress file like profile.php?  If this method does not work, why not?</p>
<p>As I mentioned in my previous message, I don&#8217;t understand how the sticky field plugin works, although I have installed it successfully.  The Options screen for this plug in asks for field and &#8220;Value&#8221; info &#8212; but I don&#8217;t know what to enter for &#8220;Value.&#8221;</p>
<p>Thanks for your help. As you can see, I&#8217;m a newbie at all of this.</p>
<p>Raymond Barglow<br />
Berkeley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Barglow</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11217</link>
		<dc:creator>Raymond Barglow</dc:creator>
		<pubDate>Thu, 19 Jul 2007 06:14:24 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11217</guid>
		<description>Gulp!

The code in the comment I made a moment ago does not reproduce literally  in the comment message that one submitgs.  Sorry about that.

I'll send the code in an HTML message to the contact person for Tela-Web.

Thanks,

Raymond Barglow</description>
		<content:encoded><![CDATA[<p>Gulp!</p>
<p>The code in the comment I made a moment ago does not reproduce literally  in the comment message that one submitgs.  Sorry about that.</p>
<p>I&#8217;ll send the code in an HTML message to the contact person for Tela-Web.</p>
<p>Thanks,</p>
<p>Raymond Barglow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Barglow</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11216</link>
		<dc:creator>Raymond Barglow</dc:creator>
		<pubDate>Thu, 19 Jul 2007 06:07:19 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-11216</guid>
		<description>Hello,

I am building a community democracy website: www.gardendemocracy.org.  I've added several street fields (one is named "streetaddress") to the user profile record, and want to make population of these fields sticky.

I'm trying to use stickyfields, but without success.  I have several  questions.  First, when you go into the options screen and try to provide a field list for sticky fields, it asks for "Field"(which I understand) and "Value" (which I don't understand). What goes into the "Value" field? I tried doing this for the streetaddress field, but couldn't figure out what to put in the "Value" field. 

My second question is this:  can you make available to me (and perhaps to others who also will appreciate this information) a fully worked out example of how this works in a php form file?

Below is the php forms file I trid to get to work.

Thanks,

Raymond Barglow
510-486-1050

******************
code profile-new.php






&lt;strong&gt;&lt;/strong&gt;









" /&#62;






 /&#62;





" name="submit" /&#62;




user_login; ?&#62;" disabled="disabled" /&#62;



first_name ?&#62;" /&#62;


last_name ?&#62;" /&#62;


nickname ?&#62;" /&#62;

 


display_name; ?&#62;"&#62;display_name; ?&#62;
nickname ?&#62;"&#62;nickname ?&#62;
user_login ?&#62;"&#62;user_login ?&#62;
first_name ) ) : ?&#62;
first_name ?&#62;"&#62;first_name ?&#62;


last_name ) ) : ?&#62;
last_name ?&#62;"&#62;last_name ?&#62;
"&#62;

first_name ) &#38;&#38; !empty( $profileuser-&#62;last_name ) ) : ?&#62;
first_name." ".$profileuser-&#62;
last_name ?&#62;"&#62;first_name." ".$profileuser-&#62;
last_name ?&#62;
last_name." ".$profileuser-&#62;
first_name ?&#62;"&#62;last_name." ".$profileuser-&#62;first_name ?&#62;








user_email ?&#62;" /&#62;


field['streetaddress']; ?&#62;" /&#62;



city ?&#62;" /&#62;



state ?&#62;" /&#62;



zipcode ?&#62;" /&#62;







description ?&#62;



















	
		caps) &#62; count($profileuser-&#62;roles)):
		?&#62;
		
			
			caps as $cap =&#62; $value) {
				if(!$wp_roles-&#62;is_role($cap)) {
					if($output != '') $output .= ', ';
					$output .= $value ? $cap : "Denied: {$cap}";
				}
			}
			echo $output;
			?&#62;
    
    
  
" name="submit" /&#62;




</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am building a community democracy website: <a href="http://www.gardendemocracy.org." rel="nofollow">http://www.gardendemocracy.org.</a>  I&#8217;ve added several street fields (one is named &#8220;streetaddress&#8221;) to the user profile record, and want to make population of these fields sticky.</p>
<p>I&#8217;m trying to use stickyfields, but without success.  I have several  questions.  First, when you go into the options screen and try to provide a field list for sticky fields, it asks for &#8220;Field&#8221;(which I understand) and &#8220;Value&#8221; (which I don&#8217;t understand). What goes into the &#8220;Value&#8221; field? I tried doing this for the streetaddress field, but couldn&#8217;t figure out what to put in the &#8220;Value&#8221; field. </p>
<p>My second question is this:  can you make available to me (and perhaps to others who also will appreciate this information) a fully worked out example of how this works in a php form file?</p>
<p>Below is the php forms file I trid to get to work.</p>
<p>Thanks,</p>
<p>Raymond Barglow<br />
510-486-1050</p>
<p>******************<br />
code profile-new.php</p>
<p><strong></strong></p>
<p>&#8221; /&gt;</p>
<p> /&gt;</p>
<p>&#8221; name=&#8221;submit&#8221; /&gt;</p>
<p>user_login; ?&gt;&#8221; disabled=&#8221;disabled&#8221; /&gt;</p>
<p>first_name ?&gt;&#8221; /&gt;</p>
<p>last_name ?&gt;&#8221; /&gt;</p>
<p>nickname ?&gt;&#8221; /&gt;</p>
<p>display_name; ?&gt;&#8221;&gt;display_name; ?&gt;<br />
nickname ?&gt;&#8221;&gt;nickname ?&gt;<br />
user_login ?&gt;&#8221;&gt;user_login ?&gt;<br />
first_name ) ) : ?&gt;<br />
first_name ?&gt;&#8221;&gt;first_name ?&gt;</p>
<p>last_name ) ) : ?&gt;<br />
last_name ?&gt;&#8221;&gt;last_name ?&gt;<br />
&#8220;&gt;</p>
<p>first_name ) &amp;&amp; !empty( $profileuser-&gt;last_name ) ) : ?&gt;<br />
first_name.&#8221; &#8220;.$profileuser-&gt;<br />
last_name ?&gt;&#8221;&gt;first_name.&#8221; &#8220;.$profileuser-&gt;<br />
last_name ?&gt;<br />
last_name.&#8221; &#8220;.$profileuser-&gt;<br />
first_name ?&gt;&#8221;&gt;last_name.&#8221; &#8220;.$profileuser-&gt;first_name ?&gt;</p>
<p>user_email ?&gt;&#8221; /&gt;</p>
<p>field[&#8217;streetaddress&#8217;]; ?&gt;&#8221; /&gt;</p>
<p>city ?&gt;&#8221; /&gt;</p>
<p>state ?&gt;&#8221; /&gt;</p>
<p>zipcode ?&gt;&#8221; /&gt;</p>
<p>description ?&gt;</p>
<p>		caps) &gt; count($profileuser-&gt;roles)):<br />
		?&gt;</p>
<p>			caps as $cap =&gt; $value) {<br />
				if(!$wp_roles-&gt;is_role($cap)) {<br />
					if($output != &#8221;) $output .= &#8216;, &#8216;;<br />
					$output .= $value ? $cap : &#8220;Denied: {$cap}&#8221;;<br />
				}<br />
			}<br />
			echo $output;<br />
			?&gt;</p>
<p>&#8221; name=&#8221;submit&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tricky</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-5436</link>
		<dc:creator>tricky</dc:creator>
		<pubDate>Wed, 07 Feb 2007 20:53:25 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-5436</guid>
		<description>AWESOME plugin.
It's so flexible, could be used for anything. Congratulations! been searching for something like this forever!</description>
		<content:encoded><![CDATA[<p>AWESOME plugin.<br />
It&#8217;s so flexible, could be used for anything. Congratulations! been searching for something like this forever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4596</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Wed, 17 Jan 2007 11:13:45 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4596</guid>
		<description>dang.  i'm a big dummy.  sorry i posted in the wrong post. i thought i was in the sticky menu post.</description>
		<content:encoded><![CDATA[<p>dang.  i&#8217;m a big dummy.  sorry i posted in the wrong post. i thought i was in the sticky menu post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4573</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Tue, 16 Jan 2007 14:24:53 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4573</guid>
		<description>Typo in the second li... sorry.  That should be "selected"</description>
		<content:encoded><![CDATA[<p>Typo in the second li&#8230; sorry.  That should be &#8220;selected&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4572</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Tue, 16 Jan 2007 14:24:05 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4572</guid>
		<description>Is there any way to add css classes to the li's?  

Example
&lt;code&gt;
&lt;li class="first"&gt;Item&lt;/li&gt;
&lt;li class="seleced"&gt;Item&lt;/li&gt;
&lt;li&gt;Item&lt;/li&gt;
&lt;li class="last"&gt;Item&lt;/li&gt;
&lt;/code&gt;

This would Really make this plugin even better than it already is.</description>
		<content:encoded><![CDATA[<p>Is there any way to add css classes to the li&#8217;s?  </p>
<p>Example<br />
<pre><code>
&lt;li class="first"&gt;Item&lt;/li&gt;
&lt;li class="seleced"&gt;Item&lt;/li&gt;
&lt;li&gt;Item&lt;/li&gt;
&lt;li class="last"&gt;Item&lt;/li&gt;
</code></pre></p>
<p>This would Really make this plugin even better than it already is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claude</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4172</link>
		<dc:creator>Claude</dc:creator>
		<pubDate>Wed, 27 Dec 2006 10:38:05 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-4172</guid>
		<description>Hi

I try to use this plugin under Wordpress MU but the "Sticky Menus" sub-panel under "Manage" doesn't appear ? What can I do ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I try to use this plugin under Wordpress MU but the &#8220;Sticky Menus&#8221; sub-panel under &#8220;Manage&#8221; doesn&#8217;t appear ? What can I do ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Trewartha</title>
		<link>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-2378</link>
		<dc:creator>Alan Trewartha</dc:creator>
		<pubDate>Tue, 14 Nov 2006 10:27:38 +0000</pubDate>
		<guid>http://tela-web.com/wordpress-plugins/sticky-fields/#comment-2378</guid>
		<description>sorry, meant to add that other than that this was EXACTLY what I was looking for. this should be built into WP - little pre-canned phrases that can be called into the template as needed so they can be changed in the admin interface by "editors" who can't access the template.

We use it for "feature taglines"</description>
		<content:encoded><![CDATA[<p>sorry, meant to add that other than that this was EXACTLY what I was looking for. this should be built into WP - little pre-canned phrases that can be called into the template as needed so they can be changed in the admin interface by &#8220;editors&#8221; who can&#8217;t access the template.</p>
<p>We use it for &#8220;feature taglines&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
