<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<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>WordPress &#8250; Support Tag: phplist-form-integration</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: phplist-form-integration</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 10:15:20 +0000</pubDate>

<item>
<title>digigirl on "[Plugin: WP PHPList] Customization questions"</title>
<link>http://wordpress.org/support/topic/319228#post-1277923</link>
<pubDate>Wed, 11 Nov 2009 20:03:44 +0000</pubDate>
<dc:creator>digigirl</dc:creator>
<guid isPermaLink="false">1277923@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In case anybody else has this question, here is how I did it (I did this a while ago, so hopefully I've remembered everything).  &#60;/p&#62;
&#60;p&#62;Valerie&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;For the Learn More link on the widget:&#60;/strong&#62;&#60;br /&#62;
  Look for (approx. line 1167):&#60;/p&#62;
&#60;p&#62;   &#60;code&#62;&#38;lt;input type=&#38;quot;submit&#38;quot; name=&#38;quot;Submit&#38;quot; value=&#38;quot;&#38;#39; . __(&#38;#39;Sign me up!&#38;#39;, &#38;#39;phplist&#38;#39;) . &#38;#39;&#38;quot; id=&#38;quot;contactsubmit&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;  After that line, add:&#60;/p&#62;
&#60;p&#62;   &#60;code&#62;&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;phplist_submit&#38;quot; value=&#38;quot;process&#38;quot; /&#38;gt; &#38;lt;div style=&#38;quot;font-size:x-small&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;/wp/newsletter&#38;quot;&#38;gt;Learn More...&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;   Remembering, of course, to change the link target to whatever you choose. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;For the label above the input box instead of next to it:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;     Change:&#60;/p&#62;
&#60;p&#62;     `if($widget) {&#60;br /&#62;
		$labelBreak = '&#60;br /&#62;';&#60;br /&#62;
	} else {&#60;br /&#62;
		$labelBreak = '';&#60;br /&#62;
	}`&#60;/p&#62;
&#60;p&#62;     To:&#60;/p&#62;
&#60;p&#62;     `if($widget)  {&#60;br /&#62;
		$labelBreak = '';&#60;br /&#62;
	} else {&#60;br /&#62;
		$labelBreak = '&#60;br /&#62;';&#60;br /&#62;
	}`
&#60;/p&#62;</description>
</item>
<item>
<title>digigirl on "[Plugin: WP PHPList] Customization questions"</title>
<link>http://wordpress.org/support/topic/319228#post-1240234</link>
<pubDate>Fri, 09 Oct 2009 01:56:50 +0000</pubDate>
<dc:creator>digigirl</dc:creator>
<guid isPermaLink="false">1240234@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I posted this on the author's site, but then got an automatic email saying he's no longer supporting the plugins.&#60;/p&#62;
&#60;p&#62;Can anyone help me with this?&#60;/p&#62;
&#60;p&#62;I’m no programmer, so I’m sure this is easy but I don’t know where to put it.&#60;/p&#62;
&#60;p&#62;I have the signup form in two places on my client’s site – sidebar widget and on a Newsletter page. Both work fine. Would like to make 2 small changes.&#60;/p&#62;
&#60;p&#62;1 – I’d like to add a “more info” link to the sidebar widget that would link to the Newsletter page.&#60;/p&#62;
&#60;p&#62;2 – I’d like to change the formatting on the Newsletter page a little so that the “enter your email address” label is above the input box instead of next to it.&#60;/p&#62;
&#60;p&#62;Where do I make those changes in the plugin code? You can see the page here, if it helps – &#60;a href=&#34;http://chivalrytoday.com/wp/newsletter&#34; rel=&#34;nofollow&#34;&#62;http://chivalrytoday.com/wp/newsletter&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much for any help.&#60;/p&#62;
&#60;p&#62;Valerie&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/phplist-form-integration/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/phplist-form-integration/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dillouz on "[Plugin: WP PHPList] Other Themes"</title>
<link>http://wordpress.org/support/topic/297686#post-1165488</link>
<pubDate>Thu, 06 Aug 2009 16:49:11 +0000</pubDate>
<dc:creator>dillouz</dc:creator>
<guid isPermaLink="false">1165488@http://wordpress.org/support/</guid>
<description>&#60;p&#62;no help?
&#60;/p&#62;</description>
</item>
<item>
<title>dillouz on "[Plugin: WP PHPList] Other Themes"</title>
<link>http://wordpress.org/support/topic/297686#post-1164697</link>
<pubDate>Thu, 06 Aug 2009 00:15:33 +0000</pubDate>
<dc:creator>dillouz</dc:creator>
<guid isPermaLink="false">1164697@http://wordpress.org/support/</guid>
<description>&#60;p&#62;PHPList Comment Subscriber&#60;/p&#62;
&#60;p&#62;My comment section is my theme is not the standard one, its a special theme. So I need to manually insert whatever the code is to put in the comment form. What would this code be?&#60;/p&#62;
&#60;p&#62;--
&#60;/p&#62;</description>
</item>
<item>
<title>JesseHeap on "[Plugin: WP PHPList] CSS broken"</title>
<link>http://wordpress.org/support/topic/232918#post-1143098</link>
<pubDate>Sat, 18 Jul 2009 20:33:26 +0000</pubDate>
<dc:creator>JesseHeap</dc:creator>
<guid isPermaLink="false">1143098@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This has been fixed in version 1.6:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-form-integration&#34;&#62;http://projects.jesseheap.com/all-projects/wordpress-plugin-phplist-form-integration&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>djpeanut on "[Plugin: WP PHPList] CSS broken"</title>
<link>http://wordpress.org/support/topic/232918#post-951420</link>
<pubDate>Sat, 10 Jan 2009 13:02:17 +0000</pubDate>
<dc:creator>djpeanut</dc:creator>
<guid isPermaLink="false">951420@http://wordpress.org/support/</guid>
<description>&#60;p&#62;When installing via the automatic plugin-adding system in WP2.7, the plugin is installed as a sub-directory of wp-plugins, thus breaking the CSS reference on line 530 of phplist.php&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;\n\t&#38;lt;link href=&#38;#39;{$phplist_wp_url}wp-content/plugins/phplist.css&#38;#39; rel=&#38;#39;stylesheet&#38;#39; type=&#38;#39;text/css&#38;#39; /&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/phplist-form-integration/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/phplist-form-integration/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>olederer on "[Plugin: WP PHPList] Works with WP 2.5"</title>
<link>http://wordpress.org/support/topic/169491#post-735764</link>
<pubDate>Wed, 16 Apr 2008 06:44:57 +0000</pubDate>
<dc:creator>olederer</dc:creator>
<guid isPermaLink="false">735764@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just upgraded my blog to 2.5 and noticed that the plugin works for me even in the new version&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/phplist-form-integration/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/phplist-form-integration/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>JesseHeap on "[Plugin: WP PHPList] Multiple List Support"</title>
<link>http://wordpress.org/support/topic/162600#post-711587</link>
<pubDate>Fri, 21 Mar 2008 02:41:45 +0000</pubDate>
<dc:creator>JesseHeap</dc:creator>
<guid isPermaLink="false">711587@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After many requests, I’ve finally added new functionality to the PHPList Wordpress Integration plugin. The plugin now supports the ability to display multiple lists on the form. So if you manage multiple lists through PHPList and want to give the user the option of choosing which one to subscribe to, this is now supported the PHPList Wordpress options panel.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://projects.jesseheap.com/phplist-wordpress-plugin-now-with-multiple-list-support-2008-03-16.htm&#34;&#62;Read more here.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/phplist-form-integration/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/phplist-form-integration/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
