How to... - Printable Version +- TWLan Forum (https://twlan.org) +-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61) +--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62) +---- Forum: English Community (https://twlan.org/forumdisplay.php?fid=64) +----- Forum: Questions & Problems (https://twlan.org/forumdisplay.php?fid=30) +----- Thread: How to... (/showthread.php?tid=2056) |
How to... - LordofDead - 04.10.2009 I have another problem , im trying to change the Login button but i don't know how...can you tell me? RE: How to... - Sinovo - 04.10.2009 You have to replace the sprites.ppg in htdocs/graphic/index RE: How to... - LordofDead - 04.10.2009 Yeah but there i see only this : Inregistrare means Register but there i don't see Login RE: How to... - Sinovo - 04.10.2009 Ah, this: htdocs\graphic\lang\de\login.png RE: How to... - knollenmax - 04.10.2009 You must open the file [dslan]\htdocs\graphic\lang\de\login.png RE: How to... - LordofDead - 04.10.2009 Yes i've changed that file but the Login Button is still the same! RE: How to... - Sinovo - 04.10.2009 template_c cleaned? RE: How to... - LordofDead - 04.10.2009 (04.10.2009, 12:16)Sinovo Wrote: template_c cleaned? What do you mean? Should i delete everything in template_c? Or What? RE: How to... - Sinovo - 04.10.2009 Yes, everything in the template_c folder. But only the datas in the folder! RE: How to... - knollenmax - 04.10.2009 Oh, you must cleane/delete (leeren) the cache... Bettdecke1 has a tutorial. RE: How to... - LordofDead - 04.10.2009 (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! RE: How to... - Yannici - 04.10.2009 Clean the Cache, too! RE: How to... - LordofDead - 04.10.2009 I've cleaned the cache ,the Login Buton is still the same! RE: How to... - m1cr0 - 04.10.2009 ) 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.. .. hope its helpfull if u dont know how to replace it.. ask.. ill give you the source code RE: How to... - m1cr0 - 05.10.2009 <input type="image" src="....LINK TO YOUR LOGIN BUTON...." name="submit"> Replace the whole original code with the provious one ! RE: How to... - LordofDead - 05.10.2009 Thanks it works! RE: How to... - m1cr0 - 05.10.2009 if u want it to fade .. i have a script for you RE: How to... - LordofDead - 05.10.2009 Give me the script to try it RE: How to... - m1cr0 - 10.10.2009 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" /> |