BTW the doc.b2evolution link shows changes you'll make to your function call in your skin's _main.php file. Typically it'll be like this:
function_name( 'param', 'param', 'param' )
Sometimes (and the link will sort of explain) default conditions are set by using '#' for a param you don't want to change but need in your string. They happen in order - the first you feed is the first param even if that's not what you intended.
Sorry 'bout not giving you a specfic example! Hopefully I've "taught you to fish" instead of just giving you a cheeseburger with pickles and tomatoes and a very tasty special sauce unknown outside of a small group of trusted confidantes.
I'm bummed. My "[url=http://forums.b2evolution.net/viewtopic.php?t=5077]everything skin[/url]" doesn't cover this one. OTOH [url=http://doc.b2evolution.net/0.9.0/evocore/_blogs_b2evocore__functions_bposts_php.html#functionposts_nav_link]this link[/url] does! Changing the text is easy, using images isn't. Hit the forum search feature and use whatever you think are correct words, check the "all words" button, and put "isaac" in the author field. I recall he showed how to hack it up so that you could do images in that particular function. No promises it's findable because it may have gone byebye way back in the 'forum violation' episode, but it was a clean hack that did images in that func.
BTW the doc.b2evolution link shows changes you'll make to your function call in your skin's _main.php file. Typically it'll be like this:
Sometimes (and the link will sort of explain) default conditions are set by using '#' for a param you don't want to change but need in your string. They happen in order - the first you feed is the first param even if that's not what you intended.
Sorry 'bout not giving you a specfic example! Hopefully I've "taught you to fish" instead of just giving you a cheeseburger with pickles and tomatoes and a very tasty special sauce unknown outside of a small group of trusted confidantes.