Quote:
Originally Posted by bananalive
Find in articles.php
PHP Code:
eval('$a_breaking .= "' . fetch_template('af_articlebit') . '";');
Before add
PHP Code:
$thread['preview'] = substr($thread['preview'], 0 , 100);
where 100 is preview length you want.
Just add image at top of template af_articlebit and remove the following code:
HTML Code:
border-top-width: 1px; border-top-style: dotted;
|
Adding that line in articles.php just kills the images on the articles page and doesn't modify the preview. If I have BB code off, the preview stays full (still) and the images are not shown, but if I put BB code on the preview still stays full but the images are then broken (red x's).