>So why isn't this working then?
>
> [snip]

Not sure - make sure the database contains this text:
"We have currently $$UserCount$$ players signed up with this site"
?


Also, your code has far too many hashes - here it is cleaned up a little:

<cfset UserCount = Users.RecordCount>
<cfset Question = Replace( FAQ.Question , '$$UserCount$$' , UserCount , "ALL" )>
<cfset Answer = Replace( FAQ.Answer , '$$UserCount$$' , UserCount , "ALL" )>

<cfoutput>
<div class="FAQQuestion" id="#FAQ.FAQID#">
        #Question#
</div>
<div class="FAQAnswer">
        #Answer#
</div>
</cfoutput> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313739
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to