Recent Topics

1 Jan 02, 2006 19:50    

Hello all,

I just got the b2evolution and I am having some small problems finding a few things that I would like to modify, for example:

- the envelope next to the username which is calling the msgform function --> where is this defined? I need to change the size.....
- the same thing for the edit... icon, I would like to resize it and don't know where to find it....
- for the _autolinks.plugin.php is what to do to make the link open in a new window?

2 Jan 02, 2006 22:39

The envelope icon is at /rsc/icons/envelope.gif . The code for calling it is in the in the msgform_link() function. If you want to create a special icon for a skin, then create it, put it in the img folder of your skin, then use code like this to add the icon to the skin:

 $Item->msgform_link( $Blog->get('msgformurl'),'', '', ' <img class="middle" src="img/envelope.gif" alt="Email" />' );


Form is loading...