Quote:
Originally Posted by rasp187
Unfortunately, the update didn't fix this problem. Not sure what I can do, hah. I guess simply hard-coding the preview length into the template would suffice. Any advice on how to do that (I'm a novice here)? Thank you.
Also, a very easy question, I'm sure - how would I change the ...... separators for news feeds with an image (for example, my forum gradient bar)?
Thanks for all your help, banana.
|
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;