How to replace text with a image

Hey guys! Smile

I was wondering if I could replace the text

With n image

Regards,
Gabriel

Quote · 5 Dec 2008

Here you go:

Ffrom the Admin area:

1) Go to Settings -> Language Settings

2) In the "Search for strings" form, enter "Member Login" then click on the Search button

3) The result will appear at the bottom. Click the "Edit" and a popup will appear. In there replace the "Member Login" text with some HTML like that for example:

<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...

Cool

Quote · 5 Dec 2008

Thanks,

I was searching to this also, working perfect.

Kids first
Quote · 5 Dec 2008

10x for the help dude! Smile

Quote · 6 Dec 2008

question

If I wanted to place icons in front of or next to fields like these, what would be the best starting place?

Quote · 6 Dec 2008

 

question

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...?

Quote · 8 Dec 2008

question

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.

Quote · 9 Dec 2008

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

Quote · 9 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.