By: Martin
Date: 2008-06-20
Time: 11:22
|
Onshow not ShowHi Skrol!
I have a variable, named, $warnings='', this variable start empty and if any warning occur in the process, fill with messages. One of this message was:
In my template i have this code to show it, when not is empty this variable:
I dont know why, but no show it. If the variable text (clean) works greats, but when i have a url into the variable, nothing show it. I test with a function, like, "onformat=f_urldecode" and nothing... Perhaps if i replace some characters before and onformat again replace this characters for originals... i dont know. Thanks a lot ! |
||
By: Martin
Date: 2008-06-20
Time: 12:11
|
Re: Onshow not ShowHi Skroll!
The solution was replace the "=" to any other character, like * and onformat replace again. My opinion, the problem was generated in this line
Because when TBS merge, and the variable [var.warning] have a "=" cut the sentence... Thanks Martin |
||
By: Skrol29
Date: 2008-06-21
Time: 14:39
|
Re: Onshow not ShowHi Martin,
If the variable $warning may have a '=', you should code
Nevertheless, can can do the same more simply using parameter "magnet". |
||
By: Martin
Date: 2008-07-01
Time: 13:44
|
Re: Onshow not ShowHi Skroll! Thanks, works greats...
Now i have a aa URL into my database like
I want to print this link in a
but TBS replace the [ with Thanks a lot !!! Martin |
||
By: Skrol29
Date: 2008-07-02
Time: 18:53
|
Re: Onshow not ShowYes, it is mentioned in the FAQ.
[ are replaced with [ You have to add "protec=no" to avoid this on a field. |