I will ask a question about join now logo ...
if I have a site with a join now logo:
example: join_now.png
but how to make it multi languages ...
so then we change sites languages it even change the logo ..
okey why do this ? if I have a logo images with text inside it ...
it should be very nice if it will be switched then we change languages.
maybe I have a logo with text "join now" (english)

but in swedish we call it "Bli medlem" (swedish)

or make 2 png images one with the hearth and one with the text and overlapping them .



I know it can be done with css but I canĀ“t find a good tutorial how to do ...
and again how to make it work with multi languages ?
"joinnow" =>
"<img src=media/join_now.png border=0>",
I know it will work in some scripts but not sure if it work for vldpersonals ?
someone knows how to do this ... or can give me a idea how to do ... I hope so ...
Answer:
Okey here is the solution. (Thanks Radioact)
First upload 2 images to your sites /media/ folder ... (not the templates folder !)
I did 2 images ... english.png and swedish.png ...
Change your header.tpl
Before:
- Code: Select all
<div class="join">{anchor:url1="account/register/",url2="index.php?m=account_register",name="Join Now !"</div>
After:
- Code: Select all
<div class="join">{anchor:url1="account/register/",url2="index.php?m=account_register",name="Join Now !"}<img src="media/{session.language}_joinfree.png" /></div>
Now it is different logos then you switch your languages :)