
01-27-2004, 01:36 AM
|
|
|
Join Date: Nov 2001
Location: CA
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by NTLDR
Instead of replacing it with the code above use:
PHP Code:
if ($news['sticky']) {
$news['pagetext'] = fetch_censored_text(parse_bbcode($news['pagetext'], $news['forumid'], 1));
} else {
$news['pagetext'] = fetch_censored_text(parse_bbcode(strip_bbcode(fetch_trimmed_title($news['pagetext'], 394), true, true), $news['forumid'], 1));
}
Again replacing 394 with the number of characters to show for non-sticky news.
|
perfect! thanks
|