Make Hotfile, Fileserve, 10+ Filehost's Links Clickable

Status
Not open for further replies.
No No No.. not all the links of my whole site.. I just want to change the color of links made by this script.. can't we put a code in this script for specific color ?
 
Last edited:
Sure you can, find the id of the links in the start, like "re_linkXX" where XX is a number, and find it down... " else if(re_linkXX.test(text))..." and find "<a href="$1" target="_blank">$1</a>" , put an HTML code, like <span style="COLOR: black">$1</span>"

It should work! ;)
 
tmp873f.png



I did it and it is work with me for wupload.com
thank you stefan
you are rock!
 
I think you are missing the point of "coding" links when you made such a thing. And loading whole jquery library for such a thing? just amazing.
 
still not working on my DLE 9.2 :( tried each and everything :(
Man I'm using DLE 9.3, It works just fine!

Make the .js file and upload it to your theme/js direction.
then place this line in fullstory.tpl:
Code:
<script src="your created .js file location" type="text/javascript"></script>

You're done! easy huh? :P
 
hi bro it not work for me on vb 3.......
i saved file like u told then i edited header template in my vb theme and put that code u given in down.............but not worked

i uploaded links.js file in forum root........
 
Status
Not open for further replies.
Back
Top