Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 text mask filter
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: text mask filter
Based on the description of the settings, it is like the regular expression, and evaluated with preg_match function.
Example:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=36
That's what I know about it. I'm sorry if I'm wrong.

If you want to put some text at the beginning and at the end of entered text, you can use Display Format for that.
Example:
User entered google in a textbox.
We set the Display Format like this:

HTML Code
<a href="http://www.{VALUE}.co.uk">{VALUE}</a>


The output will be like this:
google
In HTML code:

HTML Code
<a href="http://www.google.co.uk">google</a>


10-19-2010 04:35 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
text mask filter - automaton - 10-19-2010, 04:14 AM
RE: text mask filter - RateU - 10-19-2010 04:35 AM
RE: text mask filter - automaton - 10-19-2010, 05:36 AM

 Standard Tools
Forum Jump: