Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
1 + 9 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

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:

defwind77 wrote:does anyone know if news is a module that's actively updated?


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.

Who's Online

203 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits