Skip to content
WJunction - Webmaster Forum

Datalife-Engine Clickable Links

Status
Not open for further replies.
Hi.I'm using dle v9 and using make all links clickable option.

But i have a few questions.First of all,Clickable links are not working well with WYSIYG (Or whatever) how can i make it work? It's making links clickable,but also making them broken.Like http://www.hotfile.com/dl/35....2/

And,Codes are blocking clickable links.

I want all code tags to act like quotes.How can i make this happen?

Thank you very much.
 

11 comments

some coder please guide properly how to do it in dle
Mate, you should actually ask this question in that thread

http://www.wjunction.com/showthread.php?t=49983

Its already stated how to do so.

Save the js file as myclicklink.js

Anyway, upload myclicklink.js file to this folder: /templates/{Mytemplatename}/js

The folder may not be there then create it.

Then open main.tpl of your template and add these linez:

Code:
<script  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"  type="text/javascript"></script>
<script src="{THEME}/js/myclicklink.js" type="text/javascript"></script>
 
Last edited:
that thread is for forums not dle i already contact with thread writer he said he dont know about dle can some body help in dle?
 
Hi soft2050 i tried your method..extact what you mention..but nothing happen in my site... http://sceneunited.com/dvd-rips/304-not-a-love-story-2011-dvdrip-xvid-1cdrip-ddr.html

I mean to say your template name by {Mytemplatename}

There was a little mistake in my code
In main.tpl , remove that code and add this:

Code:
[code]<script   src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"   type="text/javascript"></script>
<script src="{THEME}/js/myclicklink.js" type="text/javascript"></script>
[/CODE]

This will work B-)
 
Status
Not open for further replies.

About the author

M
Member · Joined
16
Messages
0
Reactions
1
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom