Categories > TinyButStrong general >

Need help on Joomla + TBS ... WILL PAY

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: paula
Date: 2009-03-24
Time: 15:16

Need help on Joomla + TBS ... WILL PAY

Hello,
I have made an article and linked that article through several pages. The article uses TBS and based on the Itemid (which is different for each menu), it generates different content.

Now here is the thing -  The actual content comes from a database table ( a column in a row) and it contains HTML tags. The goal is to render the content as per the html tags. i.e. not to escape HTML tags. IOW, if the data is <b>hello</b>, I want the page to display Hello in bold and not <b>hello</b>.

I observed that jos_content table (which contains article data) also contains html tags but that content is rendered propertly but somehow Joomla is escaping the content retrieved and replaced by TBS.

If someone can provide a solution, I am willing to pay reasonable amount.
By: paula
Date: 2009-03-26
Time: 05:04

Re: Need help on Joomla + TBS ... WILL PAY

ok, I am going to pay myself....lol

Here is how to do it (in case someone else comes looking) -
http://www.tinybutstrong.com/manual.php#html_field_prm_frm lists a number of control parameters. So you have to set htmlconv=no.

For example - [m.description;htmlconv=no;]