<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fluxbb.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=3652" rel="self" type="application/rss+xml" />
		<title><![CDATA[FluxBB Forums / Welcome e-Mail / PM]]></title>
		<link>http://fluxbb.org/forums/viewtopic.php?id=3652</link>
		<description><![CDATA[The most recent posts in Welcome e-Mail / PM.]]></description>
		<lastBuildDate>Sun, 07 Feb 2010 23:30:05 +0000</lastBuildDate>
		<generator>FluxBB 1.4.8</generator>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28505#p28505</link>
			<description><![CDATA[<p>I did not figure out how to link the fields to a plug-in, but I figured everything else out.</p><p>For anyone wanting to know:</p><p>Use these:</p><p>$subject = $lang_register[&#039;WelcomePM subject&#039;];<br />etc.</p><p>Then put each item in the language files.</p><p>The language files parse html correctly.</p><p>For apostrophes use &quot;\&#039;&quot;<br />Quotation marks are fine as is</p><p>How did you get the admin name to correctly parse from the database without me having to name it?</p><p>If anyone could lead me in a solid direction for a plug-in, I would be eternally grateful. All my attempts seem to not work right.</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Sun, 07 Feb 2010 23:30:05 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28505#p28505</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28440#p28440</link>
			<description><![CDATA[<p>Hmm, thanks.</p><p>Is there anyway to make all three fields editable via a plug-in, through the db? I see that I need to add an option to the database, but what after then?</p><p>Okay, quick question.</p><p>How do I use &quot;htmlspecialchars&quot; on these fields? The text I entered won&#039;t parse with quotation marks or apostrophes (of course). </p><p>And, how do I link this all to a language file?</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Wed, 03 Feb 2010 23:54:02 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28440#p28440</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28377#p28377</link>
			<description><![CDATA[<p>Do this instead:</p><p>In register.php, find:</p><div class="codebox"><pre><code>    // Get admin username
    $db-&gt;query(&#039;SELECT username FROM &#039;.$db-&gt;prefix.&#039;users WHERE id=2&#039;) or error(&#039;Unable to get username&#039;, __FILE__, __LINE__, $db-&gt;error());
    $admin_username = $db-&gt;result($result);</code></pre></div><p>Replace with:</p><div class="codebox"><pre><code>    $admin_username = &#039;xSDMx&#039;;</code></pre></div><div class="quotebox"><cite>xSDMx wrote:</cite><blockquote><div><p>Is sending a Mass PM possible via a plug-in?</p></div></blockquote></div><p>This might work for you:<br /><a href="http://punbb.informer.com/forums/post/87006/#p87006">http://punbb.informer.com/forums/post/87006/#p87006</a></p><p>Then just save the file AP_Mass_PM.php in the &#039;plugins&#039; directory. You would then be able to access the &#039;Mass PM&#039; plugin under the plugins menu in the admin control panel.</p>]]></description>
			<author><![CDATA[dummy@example.com (Koos)]]></author>
			<pubDate>Mon, 01 Feb 2010 14:22:14 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28377#p28377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28365#p28365</link>
			<description><![CDATA[<p>Sorry for the triple post, but, François, that did not work.</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Sun, 31 Jan 2010 20:16:19 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28365#p28365</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28347#p28347</link>
			<description><![CDATA[<p>Is sending a Mass PM possible via a plug-in?</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Sun, 31 Jan 2010 03:25:49 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28347#p28347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28343#p28343</link>
			<description><![CDATA[<p>Hello François,</p><p>Thanks for the help! I&#039;ll look into the editable values, I assume it&#039;s the same as with any other plug-in.</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Sat, 30 Jan 2010 21:09:01 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28343#p28343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28342#p28342</link>
			<description><![CDATA[<p>In register.php, find </p><div class="codebox"><pre><code>$message = &#039;Welcome to forum message.&#039;;</code></pre></div><p>Add after </p><div class="codebox"><pre><code>$admin_username = &#039;xSDMx&#039;;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (François)]]></author>
			<pubDate>Sat, 30 Jan 2010 20:48:58 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28342#p28342</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28341#p28341</link>
			<description><![CDATA[<p>Hey Koos,</p><p>Thanks for the link.</p><p>The mod, however, sends a PM with the user/sender field blank. And, is there anyway to have those values editable via a plug-in?</p><p>Thank! <img src="http://fluxbb.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Sat, 30 Jan 2010 19:29:46 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28341#p28341</guid>
		</item>
		<item>
			<title><![CDATA[Re: Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28338#p28338</link>
			<description><![CDATA[<p><a href="http://www.punres.org/viewtopic.php?pid=25843#p25843">http://www.punres.org/viewtopic.php?pid=25843#p25843</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Koos)]]></author>
			<pubDate>Sat, 30 Jan 2010 16:12:33 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28338#p28338</guid>
		</item>
		<item>
			<title><![CDATA[Welcome e-Mail / PM]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=28255#p28255</link>
			<description><![CDATA[<p>Is there anyway to have a welcome message be sent of PM (or maybe e-Mail) to a new member?</p>]]></description>
			<author><![CDATA[dummy@example.com (xSDMx)]]></author>
			<pubDate>Wed, 27 Jan 2010 03:12:30 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=28255#p28255</guid>
		</item>
	</channel>
</rss>

