Re: URL Structure

2006-05-10 Thread Tuan Tran
I do already have a disclaimer page. Lets say I have a page called content.cfm and a page called disclaimer.cfm. The user will use a CMS tool to write the content for the content.cfm page. They have no control over the layout of the page (headers, navigation, footers, or anything like that).

Re: URL Structure

2006-05-10 Thread Tuan Tran
Yes, the user can view the source code which would take them out of WYSIWYG mode. Then they would have to sniff thru all the HTML to find the link and wrap it w/ coldfusion code before they save the document. This is precisely something I don't want them to do because they are not developers,

Re: URL Structure

2006-05-09 Thread Tuan Tran
The users simply uses the CMS tool and clicks on the "create hyperlink" button and copys and paste the link in the field. The user never sees any html. > The problem I have with this is I'm not the one putting these links on > the page. There are users who uses a content management system that

Re: URL Structure

2006-05-08 Thread Tuan Tran
The problem I have with this is I'm not the one putting these links on the page. There are users who uses a content managment system that enters in the content for the website. I want to avoid making the users use Coldfusion code b/c they don't understand it and it will complicate things for t

Re: URL Structure

2006-05-05 Thread Tuan Tran
es you've explicitly set (such as with cfparam) or >removed won't be accounted for. >- You need to care for instances when there is a key but no value. >"key1=&key2=a" > >Why do you need to see your URL variables in their original case? > > > > &

URL Structure

2006-05-05 Thread Tuan Tran
Hi Everybody, I'm trying to get the name/value pair from url variables. Lets say I have a url like this: http://someurlhere.com?Src=blahblah&storyID=1234 Now if I do the following I'll get the name/value pair of the URL vars: #urlVar# = #url[urlVar]# My problem is the name element doesn'

highlight MULTIPLE keywords in search results...

2003-02-17 Thread Tuan
Can somebody provide me with an example of how to highlight multiple keywords in a search result? For example say I wanted to search for "macromedia coldfusion, studio" the search results will highlight every instance of "macromedia", "coldfusion", and "studio" in the document. ~~

Re:Re: Re:RE: RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
certain words in a string ? test .highlight{background-color:yellow;} \1","ALL")> \1","ALL")> #highlightsearchterm##newstring# Dave - Origin

Re:RE: RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
nd Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Tuan [mail

Re:RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
than pulling it from the database? If that's the case, you're stuck, unless you somehow read that template into a variable so you can manipulate it (with replaceNoCase). > -Original Message- > From: Tuan [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2

Highlighting search keyword problem

2003-02-14 Thread Tuan
Ok, I've searched and read many topics on how to highlight keywords from a search result, but im still having problems figuring this out. All of the topics and examples that i've seen shows how to do it if your search result(detailed) page is created by ur search query. If thats the case then yo

Re:RE: REReplace and Replace function

2003-02-14 Thread Tuan
Ben Doom Programmer & General Lackey Moonbow Software, Inc : -Original Message- : From: Tuan [mailto:[EMAIL PROTECTED]] : Sent: Friday, February 14, 2003 2:39 PM : To: CF-Talk : Subject: REReplace and Replace function : : : Can somebody explain what the difference is between the RER

REReplace and Replace function

2003-02-14 Thread Tuan
Can somebody explain what the difference is between the REReplace and Replace function? Im confused when to use one or the other and their differences. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=