toRRfriend
Active Member
Hi guys,
today i added the code in header for clickable filehost links(Gavo's one)
but after adding that code,
post editor in mybb is not working, and
fit on page mod stopped resizing and
quick edit in posts is gone.
[but clickable links working]
but after removing that code from header, everything is working fine(post editor, fit on page mod, quick edit are working)
so i thought this as conflict and added the below code in header, but still nothing happened to it.
so how to implement that clickable code...??
any suggestion is welcome
today i added the code in header for clickable filehost links(Gavo's one)
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="http://waz-warez.org/styles/waz-warez-light/template/livelinks.js"></script>
post editor in mybb is not working, and
fit on page mod stopped resizing and
quick edit in posts is gone.
[but clickable links working]
but after removing that code from header, everything is working fine(post editor, fit on page mod, quick edit are working)
so i thought this as conflict and added the below code in header, but still nothing happened to it.
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="http://waz-warez.org/styles/waz-warez-light/template/livelinks.js"></script>
any suggestion is welcome