Add-on :-)
-----
| Author | Message | |
|---|---|---|
|
Julien_B |
||
| Thu Jun 09, 2005 9:07 am Post subject: Add-on :-) | ||
|
Hello,
Excuse my english.. I'm French
How could I change the image (buddies) with a text link ? I would like, under avatar, and in memberlist, and in profile, to have just a link like that : [Add to my buddies list ] or, of course [delete from my buddies list] Thank you for your help
Julien |
||
|
Thoul |
||
| Fri Jun 10, 2005 3:15 pm Post subject: re: Add-on :-) | ||
|
You'll just need to edit the additions to the relevant tpl files (viewtopic_body.tpl, memberlist_body.tpl, profile_view_body.tpl) and replace the image HTML. For example, in viewtopic_body.tpl, this code:
Code: <img border="0" src="{memberrow.contact.IMG_BUDDY}" alt="{memberrow.contact.L_ALT_BUDDY}" />
Would become: Code: {memberrow.contact.L_ALT_BUDDY}
You can use the alt text variable on each one, as I did there. |
||
Page 1 of 1