| Re: smarty variable <{$story.topic_title}> is not giving what I want |
| by wammes on 2010/9/8 13:23:26 I just had a idea, and it worked. Smarty also has a option to strip the <a href: le="color: #000000"><?php <{$story.topic_title|strip_tags:false}> |
| Re: smarty variable <{$story.topic_title}> is not giving what I want |
| by ghia on 2010/9/8 3:09:52 Use le="color: #000000"><?php <{$story.news_title}>
|
| Re: smarty variable <{$story.topic_title}> is not giving what I want |
| by wammes on 2010/9/7 18:57:50 Hi, I use the v1.63 news module. |
| Re: smarty variable <{$story.topic_title}> is not giving what I want |
| by ghia on 2010/9/7 6:57:51 And what is your version? |
| Re: smarty variable <{$story.topic_title}> is not giving what I want |
| by wammes on 2010/9/6 20:44:03 Hi red_Slider! Thank you for your detailed reply. I guess we are using a different version of the news module. le="color: #000000"><?php <{$story.topic_title}> gives le="color: #000000"><?php <a href='http://www.blah.com/modules/news/index.php?storytopic=1'>xoops</a> It should just give "xoops" but I get the a href as extra :). |