| Re: html in news 1.43 blocks? |
| by Tefnut on 2005/12/23 10:51:43 solution found.. edit file modules/news/blocks/news_top.php search string "teaser" replase the TWO line: $news['teaser'] = xoops_substr(strip_tags($story->hometext()), 0, $options[3]+3); to $news['teaser'] = xoops_substr($story->hometext(), 0, $options[3]+3); or $news['teaser'] = $story->hometext(); all works fine!! |
| Re: html in news 1.43 blocks? |
| by davidl2 on 2005/12/23 9:56:38 Quote:
yes |
| Re: html in news 1.43 blocks? |
| by Tefnut on 2005/12/23 9:53:06 same problem here... |
| Re: html in news 1.43 blocks? |
| by defwind77 on 2005/11/23 22:08:50 heh! oh I see! Well that's a pain in the arse! Oh well - does anyone know if news is a module that's actively updated? I'm pondering moving to article or smartsection or something like that instead? Any advice/recommendations? Basically I'd like something as close to the way http://www.bbc.co.uk presents news articles... |
| Re: html in news 1.43 blocks? |
| by showcase17 on 2005/11/23 20:55:32 I'm sorry should have been more clear... The newsmodule is having problems with HTML. I wanted to use tables in the newsmodule but that got screwed up. So what I wanted to say: try using tables if you want to see how this news module screwes up HTML. |