1 lexagon Jun 16, 2006 11:36
3 lexagon Jun 16, 2006 12:48
Hello Yabba, thanks, I guess I'm too much of a noob in PHP to make a move based on your reply. Sorry.
What line/s would I have to put into my _main.php to enforce /myskinfolder/images/mymore.gif as icon for "more" links?
Thank you so much. Best, 'lex
4 topanga Jun 16, 2006 12:54
This is an explanation for if you want to change that icon by 'words' : http://b2evolution.net/man/2005/02/25/how_to_get_rid_of_the_gread_more
You can offcourse place a reference to an icon in your skin folder instead of 'read more'
so the clue is change item_content()
5 yabba Jun 16, 2006 12:57
No problem ;)
$Item->content( '#', '#', '<img src="images/mymore.gif" alt="read more" /> Read more...' );
¥
*edit*
lol, I couldn't find that page when I originally went looking for it :p
6 lexagon Jun 16, 2006 14:29
Hello Topanga and Yabba: Terrific! Thanks! :)
the / at the start of /img/smilies/icon_arrow.gif means that the folder is in your webroot not in your skins folder.
These are all the parameters you can use when doing $Item->content(); one of these allows you to specify the read more text.
¥