Hey guys!
I was wondering if I could replace the text
With n image
Regards,
Gabriel
Hey guys! I was wondering if I could replace the text With n image Regards, |
Here you go: Ffrom the Admin area: <img src="/admin/images/icons/setup_t.png" /> 4) Click on Save Changes (the Recompile checkbox should always be checked) 5) Reload your homepage and that should be it! Now do the same for "Join" etc etc... |
Thanks, Kids first |
10x for the help dude! |
If I wanted to place icons in front of or next to fields like these, what would be the best starting place? |
If I wanted to place icons in front of or next to fields like these, what would be the best starting place?
Do you want to use the same image for every line...? |
If I wanted to place icons in front of or next to fields like these, what would be the best starting place? Do you want to use the same image for every line...? I am looking to use an icon for different levels of membership. Other icons for other fields in the future. Thank you in this. |
I think it would be pretty tricky to do different icons for different fields - only because the profile view page gets the list of fields at run time - so there isn't a way to hardcode the icon that goes next to it.
Of course, one could write if $field['name'] == "Sex" and then place the icon accordingly -- keep in mind you will need to create the conditional insert for each field -- actually.... You could use an @imagesize to see if there is an icon with the same name as the field - that would even be easier - then a simple if...then.. statement and a change to HTML that the profile view creates -- bingo, Icons added.
Let me know if you need a hand doing this.
D |