1 baileyjs Jan 13, 2008 20:32
3 baileyjs Jan 13, 2008 21:42
Well...
Part of my problem would be in [u]not[/u] using the latest version of _item_feedback.inc.php after I copied one from /skins into /skins/myskinfolder.
DUH!!
Now to find that pesky Read More and take out the words "Follow Up:"
4 edb Jan 13, 2008 22:10
I found that one recently. Look in _item_content.inc.php for something close to this, then make it be even closer:
$Item->more_link( array(
'before' => $params['before_more_link'],
'after' => $params['after_more_link'],
'link_text' => $params['more_link_text'],
'anchor_text' => 'Follow up be GONE!',
) );
You might find it in skins and you might want to move it to skins/yourskin.
5 baileyjs Jan 13, 2008 22:54
Thanks, EdB.
I was looking at that file for the past hour. Didn't think I'd be looking for stealth content and have to ADD a line.
Of course, i had to make it
'anchor_text' => ' ',
since I didn't want the phrase "Follow up be GONE!" appearing all over the place, and I made it one of the $params so I could find it easier next time.
The $Comment->permanent_link() has changed to summat like this :
¥