| By: tdh Date: 2003-09-28 Time: 12:49 | HTML in variablesI have the PHP file: 
 And on the tpl/index.htm file i have the variable [var.loginForm]. The Problem i am having is that it changes the <'s into the codes so on the page itself it displays the <'s and >'s and is not actually using them as HTML, which is what i want them to do. (outcome: http://clone.wdtec.net/test/tdh/com/index.php) Could someone please tell me how to stop it from changing the < and >? Thanks for any help. | |
| By: Skrol29 Date: 2003-09-28 Time: 12:54 | Re: HTML in variablesHello Thd, By default, TBS convert values to HTML before to display them. You can manage the convertion using the 'htmlconv' parmeter. In your case, use: [var.loginForm;htmlconv=no] | |
| By: tdh Date: 2003-09-28 Time: 13:55 | Re: HTML in variableswow thanks man. How did you know that? | |
| By: Skrol29 Date: 2003-09-28 Time: 13:57 | Re: HTML in variablesI coded it :) | |
| By: tdh Date: 2003-09-28 Time: 14:05 | Re: HTML in variablescool. You must be pretty good with PHP. How long have you been coding? | |
| By: Skrol29 Date: 2003-09-28 Time: 14:11 | Re: HTML in variables2 years now. | |
| By: tdh Date: 2003-09-28 Time: 14:23 | Re: HTML in variablescheck out: www.avidgamers.com Its what has inspired me to do what im doing now. Make sure you sign up for a comunity and check everything out. Its such a great site. | |
| By: Skrol29 Date: 2003-09-29 Time: 16:06 | Re: HTML in variablesIt seems interesting at first view. I gonna visit it deeper. Thanks for the link. |