Gossamer Forum
Home : Products : DBMan : Discussions :

Re: URL bolding problem - www.<b>keyword</b>.com

Quote Reply
Re: URL bolding problem - www.<b>keyword</b>.com In reply to
I'm not absolutely certain on this, please backup your file just in case :-)

It looks like the bolding is being called in this line (about line 377) in db.cgi

($in{'ww'}) and ($tmpreg = "\\b$tmpreg\\b");

Try changing it to
($in{'ww'}) and ($tmpreg = "\\$tmpreg\\");
and see if that corrects your record display.

Mark beat me - by a long shot! Looks like his fix is a whole lot better than my suggestion too :-) Better use his.
Subject Author Views Date
Thread URL bolding problem - www.<b>keyword</b>.com marinedesign 3890 Sep 14, 2000, 8:17 PM
Thread Re: URL bolding problem - www.<b>keyword</b>.com
AstroBoy 3804 Sep 14, 2000, 8:31 PM
Thread Re: URL bolding problem - www.<b>keyword</b>.com
Foxx 3802 Sep 18, 2000, 12:49 PM
Post Re: URL bolding problem - www.<b>keyword</b>.com
Karen 3791 Sep 18, 2000, 1:32 PM
Thread Re: URL bolding problem - www.<b>keyword</b>.com
Karen 3809 Sep 14, 2000, 8:35 PM
Post Re: URL bolding problem - www.<b>keyword</b>.com
marinedesign 3812 Sep 15, 2000, 1:58 AM