Re: [WebDNA] multi hyperlinks in text paragraphs

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111720
interpreted = N
texte = [convertchars] works with any db ... so just duplicate the StandardConversions.db, put it in a location where you have access, then modify it however you need. The path depends upon where you put it of course. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Management On 12/07/2014 09:43 AM, Steve Braun wrote: > Terry, this is a good idea, but I'm not hosting, therefor I do no > have access to the StandardConversions.db. No ftp access to that > file location. > > For now I'm going to do as Donovan suggests, lose the convertchars > and use the grep to replace the CR as needed. > I don't expect any other characters to be entered into the input form. > > Thanks for all the help. > > New Q: The docs say that I can build my own specified .db for > convertchars. > What would that path look like to my local directory > instead of the path to the StandardConversions.db. ? > > Thanks again > sfb > > > > Stephen F Braun > sbraun1@twcny.rr.com > > On Sun, Dec 7, 2014 at 1:12 AM, Terry Wilson > wrote: > > This is actually painfully simple. I like to do the same > thing and fixed this back in the beginning. Just edit > the StandardConversions.db by removing the 2 records for < and > > > Done and done. Keep using convertchars. Also, feel free to add > more entries to the StandardConversions.db as needed. > > Terry > > On Dec 6, 2014, at 9:00 AM, Steve Braun > wrote: > >> Hi All, >> I could use a little help. >> >> I'm trying to insert multiple hyperlinks into a paragraph of >> text that is read from a database. >> >> The text is entered by the user into the database from a >> HTML form like this: >> blah blah blah www.domain1.com >> blah blah blah blah > href="http://www.domain2.com >> ">www.domain2.com >> blah blah blah > href="http://www.domain3.com >> ">www.domain3.com >> blah blah blah. >> >> The text is provided to the public in a template page that >> should look like this: >> blah blah blah _www.domain1.com >> _blah blah blah blah _www.domain2.com >> _blah blah blah _www.domain3.com >> _blah blah blah. >> >> But, No. I get the text exactly as entered: >> blah blah blah www.domain1.com >> blah blah blah blah > href="http://www.domain2.com >> ">www.domain2.com >> blah blah blah > href="http://www.domain3.com >> ">www.domain3.com >> blah blah blah. >> >> How do I get the HTML parts of the code to function, instead >> of being interpreted as text? >> >> I am using [url]...[/url] in the [append] tag. >> I am using [convertchars]...[/convertchars] in the template page >> >> __ >> I've been playing with the [convertwords db=glossary.db] >> examples shown in the docs, but I can't even get that to work. >> Any insight into how this might be done would be appreciated. >> >> Thank you, >> >> Stephen F Braun >> sbraun1@twcny.rr.com >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list __. To unsubscribe, E-mail to: __ archives: >> http://mail.webdna.us/list/talk@webdna.us Bug Reporting: >> support@webdna.us ____ > > --------------------------------------------------------- This > message is sent to you because you are subscribed to the > mailing list __. To unsubscribe, E-mail to: __ archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: > support@webdna.us > > > --------------------------------------------------------- This > message is sent to you because you are subscribed to the mailing > list . To unsubscribe, E-mail to: archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: > support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
  2. Re: [WebDNA] multi hyperlinks in text paragraphs (Stuart Tremain 2014)
  3. Re: [WebDNA] multi hyperlinks in text paragraphs (Terry Wilson 2014)
  4. Re: [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
  5. Re: [WebDNA] multi hyperlinks in text paragraphs (Terry Wilson 2014)
  6. Re: [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
  7. Re: [WebDNA] multi hyperlinks in text paragraphs (Terry Wilson 2014)
  8. Re: [WebDNA] multi hyperlinks in text paragraphs (Terry Wilson 2014)
  9. Re: [WebDNA] multi hyperlinks in text paragraphs (Kenneth Grome 2014)
  10. Re: [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
  11. Re: [WebDNA] multi hyperlinks in text paragraphs (Terry Wilson 2014)
  12. Re: [WebDNA] multi hyperlinks in text paragraphs (Donovan Brooke 2014)
  13. Re: [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
  14. Re: [WebDNA] multi hyperlinks in text paragraphs (Donovan Brooke 2014)
  15. [WebDNA] multi hyperlinks in text paragraphs (Steve Braun 2014)
[convertchars] works with any db ... so just duplicate the StandardConversions.db, put it in a location where you have access, then modify it however you need. The path depends upon where you put it of course. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Management On 12/07/2014 09:43 AM, Steve Braun wrote: > Terry, this is a good idea, but I'm not hosting, therefor I do no > have access to the StandardConversions.db. No ftp access to that > file location. > > For now I'm going to do as Donovan suggests, lose the convertchars > and use the grep to replace the CR as needed. > I don't expect any other characters to be entered into the input form. > > Thanks for all the help. > > New Q: The docs say that I can build my own specified .db for > convertchars. > What would that path look like to my local directory > instead of the path to the StandardConversions.db. ? > > Thanks again > sfb > > > > Stephen F Braun > sbraun1@twcny.rr.com > > On Sun, Dec 7, 2014 at 1:12 AM, Terry Wilson > wrote: > > This is actually painfully simple. I like to do the same > thing and fixed this back in the beginning. Just edit > the StandardConversions.db by removing the 2 records for < and > > > Done and done. Keep using convertchars. Also, feel free to add > more entries to the StandardConversions.db as needed. > > Terry > > On Dec 6, 2014, at 9:00 AM, Steve Braun > wrote: > >> Hi All, >> I could use a little help. >> >> I'm trying to insert multiple hyperlinks into a paragraph of >> text that is read from a database. >> >> The text is entered by the user into the database from a >> HTML form like this: >> blah blah blah www.domain1.com >> blah blah blah blah > href="http://www.domain2.com >> ">www.domain2.com >> blah blah blah > href="http://www.domain3.com >> ">www.domain3.com >> blah blah blah. >> >> The text is provided to the public in a template page that >> should look like this: >> blah blah blah _www.domain1.com >> _blah blah blah blah _www.domain2.com >> _blah blah blah _www.domain3.com >> _blah blah blah. >> >> But, No. I get the text exactly as entered: >> blah blah blah www.domain1.com >> blah blah blah blah > href="http://www.domain2.com >> ">www.domain2.com >> blah blah blah > href="http://www.domain3.com >> ">www.domain3.com >> blah blah blah. >> >> How do I get the HTML parts of the code to function, instead >> of being interpreted as text? >> >> I am using [url]...[/url] in the [append] tag. >> I am using [convertchars]...[/convertchars] in the template page >> >> __ >> I've been playing with the [convertwords db=glossary.db] >> examples shown in the docs, but I can't even get that to work. >> Any insight into how this might be done would be appreciated. >> >> Thank you, >> >> Stephen F Braun >> sbraun1@twcny.rr.com >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list __. To unsubscribe, E-mail to: __ archives: >> http://mail.webdna.us/list/talk@webdna.us Bug Reporting: >> support@webdna.us ____ > > --------------------------------------------------------- This > message is sent to you because you are subscribed to the > mailing list __. To unsubscribe, E-mail to: __ archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: > support@webdna.us > > > --------------------------------------------------------- This > message is sent to you because you are subscribed to the mailing > list . To unsubscribe, E-mail to: archives: > http://mail.webdna.us/list/talk@webdna.us Bug Reporting: > support@webdna.us Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Grep search not working (2002) ListDatabases & ShowIf (2003) [WebDNA] listfiles problem (2011) WebCatalog + Linux + ODBC + Oracle ! ? (2000) WebCatalog can't find database (1997) BUG ? Running on Empty (1999) Showing unopened cart (1997) my price won't move (1997) PCS Customer submissions ? (1997) Summary layout (1997) Frames and WebCat (1997) Nav. 4 probs with cart (1997) Need help with text area (1998) [protect] and identification (2008) Location of Webcat site in folder hierarchy (1997) Bug or syntax error on my part? (1997) WebDNA tags in WebMerchant email templates ... (1997) WCS Newbie question (1997) [WebDNA] [BULK] test (2011) WebDNA 4.5.1 Now Available (2003)