MyBB Community Forums

Full Version: can't find something in template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a custom template and there is a file called fade.js that is in my template code somewhere. The problem is this fade.js file points to the template authors site and it really slows down my site when loading.

Therefore, I want to take out the fade.js file line all together. I have searched in the index, forum, header, forum display and basically all over and I can't find that code where I can delete it.

Please help me if you can.

Thanks!

LINK
Go to

Your template>Ungrouped Templates>headerinclude

take this down

<script type="text/javascript" src="http://dynaxel.com/fade.js"></script>

But seriously, you mustn't
(2010-11-29, 06:22 AM)E-Hero Kyle Wrote: [ -> ]Go to

Your template>Ungrouped Templates>headerinclude

take this down

<script type="text/javascript" src="http://dynaxel.com/fade.js"></script>

But seriously, you mustn't

Take that down. Since it's a dead js file. :p
How did you know that?
(2010-11-29, 06:48 AM)E-Hero Kyle Wrote: [ -> ]How did you know that?

Put this in address bar and Hit Go: http://dynaxel.com/fade.js

It'll point you on 404 page. Wink
(2010-11-29, 06:32 AM)darkly Wrote: [ -> ]
(2010-11-29, 06:22 AM)E-Hero Kyle Wrote: [ -> ]Go to

Your template>Ungrouped Templates>headerinclude

take this down

<script type="text/javascript" src="http://dynaxel.com/fade.js"></script>

But seriously, you mustn't

Take that down. Since it's a dead js file. :p

Thanks a lot that worked perfect.