Rawr Exlusive Forum
Log In Succesfully -- Admin Smile --

Join the forum, it's quick and easy

Rawr Exlusive Forum
Log In Succesfully -- Admin Smile --
Rawr Exlusive Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Rawr Exlusive Forum

Welcome To Rawr Exlusive Forum


You are not connected. Please login or register

Tutorials On How To Make Your Extension File

Go down  Message [Page 1 of 1]

Admin

Admin
Admin

Creating Main Files

Credits To : Rafael

First Create Your Account In Fileave.com After That Create Your Subfolder Just Go To Files & Replace The Folder Name With Your Desire Foldername Then Create Subfolder.

Tutorials On How To Make Your Extension File 78034483cz6

After Creating Your Subfolder Click On The Yourfolder & Youll Likely Find Like This .

Tutorials On How To Make Your Extension File 39101465ai2

Now That You Have Your Two External Files You Will Be Needed To Do This Last & Final Step Go To Create Text File & Copy Paste The Code On The Text Area



After Doing Your Folder Must Have This Two Links



Now Click On The Create Text File & Youll See Like This

Tutorials On How To Make Your Extension File 38765172et4

After Doing Your FOlder You Should Have A Two Links

Tutorials On How To Make Your Extension File 29110223sq3

Now That You Have Two External Files You Will Be Needed To Do This Last & Final Step Go To Create Text File & Copy Paste This Code On The Text Area

Code:
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "LINK OF YOUR EXTERNAL.JS";
document.getElementsByTagName("head")[0].appendChild(script);

var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "LINK OF YOUR EXTERNAL.CSS";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);

Replace The Bold Letters With Your Own Link The One Above Your CSS & JS File .

Just Click Save Make Sure That , That The Last Text Is External.swf Now You Have Three Links In Your Folder

Tutorials On How To Make Your Extension File 30680066vy8

generate the link at Here

and directions are given at the said generator. paste the code on your Mediabox section(only)

all you have to do is find codes! either css or js just make sure that js codes will be placed on yer EXTERNAL JS while the css on yer EXTERNAL CSS.

is this easy? of course just read the text carefully and follow each steps!

https://rawr-exlusive-forum.forumotion.net

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum