Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to...
#1
I have another problem , im trying to change the Login button but i don't know how...can you tell me?
Reply
#2
You have to replace the sprites.ppg in htdocs/graphic/index
Reply
#3
Yeah but there i see only this :

Inregistrare means Register but there i don't see Login
Reply
#4
Ah, this: htdocs\graphic\lang\de\login.png
Reply
#5
You must open the file [dslan]\htdocs\graphic\lang\de\login.png
Reply
#6
Yes i've changed that file but the Login Button is still the same!
Reply
#7
template_c cleaned?
Reply
#8
(04.10.2009, 12:16)Sinovo Wrote: template_c cleaned?

What do you mean? Should i delete everything in template_c? Or What?
Reply
#9
Yes, everything in the template_c folder. But only the datas in the folder!
Reply
#10
Oh, you must cleane/delete (leeren) the cache... Bettdecke1 has a tutorial.
Reply
#11
(04.10.2009, 12:56)Sinovo Wrote: Yes, everything in the template_c folder. But only the datas in the folder!

I have deleted everything in that folder and the Login Button is still the same!Sad
Reply
#12
Clean the Cache, too!
Manchmal denke ich:
Reply
#13
I've cleaned the cache ,the Login Buton is still the same!
Reply
#14
Wink) just replace the Login button from index.tpl (templates folder) with an image button.. and then use a gradual fade script.. to make it fade when moouse over.. .. Tongue hope its helpfull Smile if u dont know how to replace it.. ask.. ill give you the source code
Reply
#15
<input type="image" src="....LINK TO YOUR LOGIN BUTON...." name="submit">

Replace the whole original code with the provious one !
Reply
#16
Thanks it works!
Reply
#17
Tongue if u want it to fade
.. i have a script for you Tongue
Reply
#18
Give me the script to try it Tongue
Reply
#19
Step 1: Insert the below into the HEAD section of your page:

Quote:<script type="text/javascript" src="gradualfader.js"></script>

The above code references an external js file, which you need to download:

* gradualfader.js (~3.4 kb) - Right Click > Save As "gradualfader.js" - File Type: All

Then, to apply the effect to any element on your page with a dimension, give it a class="gradualfader" declaration, for example:

Quote:<img src="test.gif" class="gradualfader" />
Reply




Users browsing this thread: 1 Guest(s)