<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>

	<channel rdf:about="http://www.cfmbb.org/">
	
		<title>CFMBB Forums</title>
		<description>RSS feed for all messages.</description>
	
	<link>http://www.cfmbb.org/</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=986A4634-F30A-9920-9D009B6EBB2EEA2D&amp;r=1" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=986A3A69-BC30-DC21-7B58FB74AB750601&amp;r=2" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=7E60B24E-0F67-2105-F3FC8EF28E83C5F5&amp;r=3" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=7A5A04FD-A567-D9D2-42B3D479167EEDCB&amp;r=4" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=7A4B818B-9410-3145-4C69F49EDDC764DC&amp;r=5" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=79E0AD40-945D-E593-3B842E33F9A5AF36&amp;r=6" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=79721654-CDEE-FB9F-FA5C071645ABD4B7&amp;r=7" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=796D02C6-951F-9C75-112EBD4A2767D69B&amp;r=8" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=75534539-D895-D341-250E7B547E3D7340&amp;r=9" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=754421D8-EAE7-9C37-3BD28CDC0FDA30AE&amp;r=10" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=753EA90D-A2B7-1385-97F9FE337B37624A&amp;r=11" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=6FE9197C-EFBE-489C-975E61AC1B0C31A7&amp;r=12" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=0CE9B279-E395-FE07-3EEDD5D41B420B8A&amp;r=13" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=0932405D-F26E-6059-3FC906DCD23E3661&amp;r=14" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=CA8F6DD5-FDEB-4A87-91300EDC113FC54A&amp;r=15" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=9D02F33B-C134-0195-BEFE6E7B9C4B7B31&amp;r=16" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=9B95A69C-F48F-4173-0E890B599EB3207C&amp;r=17" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=9155A5AA-01D5-7CE3-0E7BB0EAB5813B1E&amp;r=18" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=912BC902-B62B-A46E-300795BB4E8C19FA&amp;r=19" />
			
			<rdf:li rdf:resource="http://www.cfmbb.org/messages.cfm?messageid=78ACD03E-BD4C-537D-25A0A994EF438A65&amp;r=20" />
			
		</rdf:Seq>
	</items>
	
	</channel>

	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=986A4634-F30A-9920-9D009B6EBB2EEA2D&amp;r=1">
		<title>RE: Add new member fields</title>
		<description>Re-reading this maybe I wasn&apos;t clear. I wanted to add 2 fields to the registration form. These fields would be for first name and last name. I added the 2 fields to the users table in the database as VarChar. I then added the form inputs and called them fname and lname. I found the query to insert new members in the users.cfc file and changed that to insert the two new columns. What I found was that the values of the 2 new form fields (lname, fname) are not being carried through as form.lname or form.fname. I set up arguments for them and cfparam&apos;s. What is going on here, any ideas? How can I add these form fields to my registration form?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=986A4634-F30A-9920-9D009B6EBB2EEA2D&amp;r=1</link>
		<dc:date>2009-12-16T16:55:19-07:00</dc:date>
		<dc:subject>Add new member fields</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=986A3A69-BC30-DC21-7B58FB74AB750601&amp;r=2">
		<title>RE: Add new member fields</title>
		<description>Re-reading this maybe I wasn&apos;t clear. I wanted to add 2 fields to the registration form. These fields would be for first name and last name. I added the 2 fields to the users table in the database as VarChar. I then added the form inputs and called them fname and lname. I found the query to insert new members in the users.cfc file and changed that to insert the two new columns. What I found was that the values of the 2 new form fields (lname, fname) are not being carried through as form.lname or form.fname. I set up arguments for them and cfparam&apos;s. What is going on here, any ideas? How can I add these form fields to my registration form?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=986A3A69-BC30-DC21-7B58FB74AB750601&amp;r=2</link>
		<dc:date>2009-12-16T16:55:16-07:00</dc:date>
		<dc:subject>Add new member fields</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=7E60B24E-0F67-2105-F3FC8EF28E83C5F5&amp;r=3">
		<title>RE: Add new member fields</title>
		<description>I have added the fields in the login/register page and ten added them to the users.cfc file. Still no go. Where else do I need to add refernce to fname and lname?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=7E60B24E-0F67-2105-F3FC8EF28E83C5F5&amp;r=3</link>
		<dc:date>2009-12-11T15:34:44-07:00</dc:date>
		<dc:subject>Add new member fields</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=7A5A04FD-A567-D9D2-42B3D479167EEDCB&amp;r=4">
		<title>RE: During installaton</title>
		<description>It might be something in the SQL server settings? Dude I&apos;m not an expert by any definition. I just know enough to be dangerous

http://msdn.microsoft.com/en-us/library/aa172586(SQL.80).aspx</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=7A5A04FD-A567-D9D2-42B3D479167EEDCB&amp;r=4</link>
		<dc:date>2009-12-10T20:48:57-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=7A4B818B-9410-3145-4C69F49EDDC764DC&amp;r=5">
		<title>RE: During installaton</title>
		<description>man, thanks for posting the solution.

I&apos;ve never even HEARD of firehose mode...

Surprised this has never come up before.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=7A4B818B-9410-3145-4C69F49EDDC764DC&amp;r=5</link>
		<dc:date>2009-12-10T20:33:06-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=79E0AD40-945D-E593-3B842E33F9A5AF36&amp;r=6">
		<title>Add new member fields</title>
		<description>I am trying to add 2 fields to the register form. I have added fnam and lname. I found the query to adduser in the user.cfc but the values for form.fname and form.lname do not seem to be carried through to the query. ANy ideas?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=79E0AD40-945D-E593-3B842E33F9A5AF36&amp;r=6</link>
		<dc:date>2009-12-10T18:36:25-07:00</dc:date>
		<dc:subject>Add new member fields</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=79721654-CDEE-FB9F-FA5C071645ABD4B7&amp;r=7">
		<title>Error when doing a multiple delete in admin</title>
		<description>Works ok when I do a single delete but when I try a multiple user delete I get an error message complaining of an empty string. Any idea?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=79721654-CDEE-FB9F-FA5C071645ABD4B7&amp;r=7</link>
		<dc:date>2009-12-10T16:35:37-07:00</dc:date>
		<dc:subject>Error when doing a multiple delete in admin</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=796D02C6-951F-9C75-112EBD4A2767D69B&amp;r=8">
		<title>RE: During installaton</title>
		<description>If anyone cares I did finally figure it out. In cfcs/user.cfc the insert query for the new member has 3 fields that are null: 
signature, avatar_url, location. In the user table there is default values of (&apos;&apos;). Enrolling a new member will generally function but after a number of insert queries it will lock up a SQL server database. I am assuming it places it into Firehouse mode. Adding ?init=1 does reset the db. However, removing the 3 empty cfqueryparam and associated column references in the new member insert query does seem to cure the problem. I have now had a large number of new members added over the past 24 hours without a problem. This is also the same problem I had during installation when I culdn&apos;t add the admin account.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=796D02C6-951F-9C75-112EBD4A2767D69B&amp;r=8</link>
		<dc:date>2009-12-10T16:30:05-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=75534539-D895-D341-250E7B547E3D7340&amp;r=9">
		<title>RE: During installaton</title>
		<description>Ok I changed the name of the application in Application.cfm and it started working. Ummm is something going on with the socket layer? Anyone have any ideas?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=75534539-D895-D341-250E7B547E3D7340&amp;r=9</link>
		<dc:date>2009-12-09T21:23:29-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=754421D8-EAE7-9C37-3BD28CDC0FDA30AE&amp;r=10">
		<title>RE: During installaton</title>
		<description>Is anyone watching this forum? I could really use a little help</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=754421D8-EAE7-9C37-3BD28CDC0FDA30AE&amp;r=10</link>
		<dc:date>2009-12-09T21:06:57-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=753EA90D-A2B7-1385-97F9FE337B37624A&amp;r=11">
		<title>RE: During installaton</title>
		<description>Ok I finally managed to get this installed and created an admin account. I did this by restarting mt SQL server. I then created several test member accounts. I walked away thrilled it was all working. Now all of a sudden it is no longer allowing new members to sign up. I keep getting a General db error. Any ideas?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=753EA90D-A2B7-1385-97F9FE337B37624A&amp;r=11</link>
		<dc:date>2009-12-09T21:00:58-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=6FE9197C-EFBE-489C-975E61AC1B0C31A7&amp;r=12">
		<title>During installaton</title>
		<description>I have tried to create the admin account during the installation. When I do I get the folowing error along with a lengthy cfdump claiming error 170 and error 8180

[Macromedia][SQLServer JDBC Driver][SQLServer]Line 2: Incorrect syntax near &apos;,&apos;. Error Executing Database Query.

It is a Windows 2003, CF8 and SQL server 2003. I have configured the settings.ini as instructed. I tried searching this forum and have not had any luck. Any help would be appreciated!</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=6FE9197C-EFBE-489C-975E61AC1B0C31A7&amp;r=12</link>
		<dc:date>2009-12-08T20:09:25-07:00</dc:date>
		<dc:subject>During installaton</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=0CE9B279-E395-FE07-3EEDD5D41B420B8A&amp;r=13">
		<title>RE: EMail new posts to users??</title>
		<description>Ah, I didn&apos;t realize you were using groups.  That&apos;s a &quot;little used feature&quot;</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=0CE9B279-E395-FE07-3EEDD5D41B420B8A&amp;r=13</link>
		<dc:date>2009-11-19T14:47:39-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=0932405D-F26E-6059-3FC906DCD23E3661&amp;r=14">
		<title>RE: EMail new posts to users??</title>
		<description>The problem seems to be resolved now. I had my programmer analyze the code and this is what he had to say:

Basically the problem was:

424       &lt;cfif thisforum.groupidfk neq &quot;&quot;&gt;
425                   &lt;!--- dont send notifications for non-usergroup-members ---&gt;
426                   &lt;!---AND A.useridfk not in ( select useridfk from #variables.tableprefix#usergroup_members where groupidfk=&lt;cfqueryparam cfsqltype=&quot;cf_sql_char&quot; value=&quot;#thisForum.groupidfk#&quot;&gt;)---&gt;
427       &lt;/cfif&gt;

Line 424 basically says ?do this if the forum has a usergroup associated with it?, then 426 says ?add the user?s email to the send list, if they are NOT a member of the usergroup?.
Since you have to be a member of the usergroup to access each forum / category anyway in our case, that line would be redundant whether it worked or not.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=0932405D-F26E-6059-3FC906DCD23E3661&amp;r=14</link>
		<dc:date>2009-11-18T21:28:25-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=CA8F6DD5-FDEB-4A87-91300EDC113FC54A&amp;r=15">
		<title>RE: EMail new posts to users??</title>
		<description>checked those locations and there was no attempt even made to send mail to the users notifying them that there was a reply made to their post. Only mail was sent to the administrator notifying them about the reply.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=CA8F6DD5-FDEB-4A87-91300EDC113FC54A&amp;r=15</link>
		<dc:date>2009-11-06T17:34:07-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=9D02F33B-C134-0195-BEFE6E7B9C4B7B31&amp;r=16">
		<title>RE: EMail new posts to users??</title>
		<description>check your coldfusion servers mail, exception, and application logs for mail errors.

Look in the spool and undelivr directories to make sure emails aren&apos;t stuck there.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=9D02F33B-C134-0195-BEFE6E7B9C4B7B31&amp;r=16</link>
		<dc:date>2009-10-28T21:17:46-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=9B95A69C-F48F-4173-0E890B599EB3207C&amp;r=17">
		<title>RE: EMail new posts to users??</title>
		<description>Yes just did another test.
Created 2 new accounts, made a post with user 1, subscribed them to the thread. Logged in with user 2, subscribed and replied to the post.

User 1 did not received any email notification about a new post, however, the adminstrator account for the forum received email notification of everything whether send on post is on or off.

Any suggestions?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=9B95A69C-F48F-4173-0E890B599EB3207C&amp;r=17</link>
		<dc:date>2009-10-28T14:38:46-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=9155A5AA-01D5-7CE3-0E7BB0EAB5813B1E&amp;r=18">
		<title>RE: EMail new posts to users??</title>
		<description>[quote=&quot;perrity&quot;]Ok this is what I am looking for and expected to work, but for some reason no emails are sent to the people subscribed to the forum. I know email is working because they get the account confirmation email. Any ideas?[/quote]

you&apos;re sure they are subscribed and not just signed up?

You don&apos;t get emails autoamtically by default.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=9155A5AA-01D5-7CE3-0E7BB0EAB5813B1E&amp;r=18</link>
		<dc:date>2009-10-26T14:52:39-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=912BC902-B62B-A46E-300795BB4E8C19FA&amp;r=19">
		<title>RE: EMail new posts to users??</title>
		<description>Ok this is what I am looking for and expected to work, but for some reason no emails are sent to the people subscribed to the forum. I know email is working because they get the account confirmation email. Any ideas?</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=912BC902-B62B-A46E-300795BB4E8C19FA&amp;r=19</link>
		<dc:date>2009-10-26T14:06:56-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
		
		
		
	
		<item rdf:about="http://www.cfmbb.org/messages.cfm?messageid=78ACD03E-BD4C-537D-25A0A994EF438A65&amp;r=20">
		<title>RE: EMail new posts to users??</title>
		<description>The standard functionality of CFMBB

#1 - send an email notification to subscribers of a topic if and only if we haven&apos;t sent them a notification since the last time they viewed the topic.  If 10 people had responded to this topic before you viewed it again, you would&apos;ve only gotten one topic notification.  After you viewed the topic, you would then get another notification the next time someone responded.  Though to be honest, I&apos;m not 100% sure that you don&apos;t just get a notice on every response... :)

#2 - in the email notification, the CONTENT of the message is not included.</description>
		<link>http://www.cfmbb.org/messages.cfm?messageid=78ACD03E-BD4C-537D-25A0A994EF438A65&amp;r=20</link>
		<dc:date>2009-10-21T19:57:21-07:00</dc:date>
		<dc:subject>EMail new posts to users??</dc:subject>
		</item>
	
	
</rdf:RDF>

