That's right! You can get limitless board wrappers, to use as much HTML as you want. How? By saving your HTML as a Javascript, then externally hosting it! More detail follows...
Warning. My Javascript skills are similar to those of a hamster. By doing what I suggest here, you waive any responsibility on my part. In other words, you can't sue me!
1. BACK EVERYTHING UP. I AM IN NO WAY RESPONSIBLE IF ANY OF YOUR BOARD WRAPPERS ARE LOST BECAUSE OF WHAT YOU DO HERE. Yes, that's caps for a reason.
2. Copy paste all the HTML that you don't regularly change (eg. Welcome tables, CBox, Copyright) into Notepad (Start -> Run -> Notepad)
3. Make sure that WHENEVER you use quotes in your HTML, you use double quotes
' NOT "
4. At the very top of your long list of HTML, insert the following:
At the very bottom of your HTML, insert the following:
You might wanna put some line breaks between that and your content, so it's easier to follow.
5. Save this piece of code as a .js or .ibf file. More info
here (in fact, read that whole tut).
6. Upload your .js or .ibf file to your board. Open Board Wrappers. Insert the following wherever you want these board wrappers to to (usually somewhere in Header and Body):
| CODE |
| <script type="text/javascript" src="(URL to the file you uploaded)"></script> |
7. Click submit. Enjoy the freedom.
Wasn't this topic made before? I remember someone referring me to it once.
I'm not sure. I never saw this before...in any case, I wrote it all myself.
Yeah it's good as it is. I think Helena made something similiar but yours is easy to understand as well. :thumpsup:
Is
this what you're talking about? Yeah, mine is a bit different to that.