I really wish there could be HTML in Scratch Forums. I mean, you could make a website with Scratch Forums. Here is a little test I am doing to see if HTML works in forums:
[htmladd]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="100%" height="100%" id="test1">
<param name="movie" value="http://media.cpps.me/play/loader.swf?lang=en"/><embed src="http://media.cpps.me/play/loader.swf?lang=en" width="100%" height="100%" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/></object>
[/htmladd]
Please say yes or no if it did work or not. I think it should work. If this does not work, please help me find ways to do html in Scratch Forums.
Last edited by Rocker98585 (2012-03-27 19:05:41)
Offline
Sorry, there is no way to put html in forums.
Offline
joletole wrote:
Sorry, there is no way to put html in forums.
Really? I wish there could be... I tried it on the project title... and it totally worked! I should try it in the project notes next!
Offline
Rocker98585 wrote:
joletole wrote:
Sorry, there is no way to put html in forums.
Really? I wish there could be... I tried it on the project title... and it totally worked! I should try it in the project notes next!
There are a few browser extensions that do it, but I don't recommend installing them, because you could (theoretically) get malware installed on your computer through them if someone posted malicious html.
Edit: Okay, if you really want to install it, I found one of them.
Link
You need to use [htmladd] and [/htmladd] tags for it to work.
Do not hold me or HD123 accountable for anything that happens from installation.
Last edited by zippynk (2012-03-27 19:28:19)
Offline
zippynk wrote:
Rocker98585 wrote:
joletole wrote:
Sorry, there is no way to put html in forums.
Really? I wish there could be... I tried it on the project title... and it totally worked! I should try it in the project notes next!
There are a few browser extensions that do it, but I don't recommend installing them, because you could (theoretically) get malware installed on your computer through them if someone posted malicious html.
Not malware. But malicious html could get a password.
Offline
Rocker98585 wrote:
I really wish there could be HTML in Scratch Forums. I mean, you could make a website with Scratch Forums. Here is a little test I am doing to see if HTML works in forums:
[htmladd]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="100%" height="100%" id="test1">
<param name="movie" value="http://media.cpps.me/play/loader.swf?lang=en"/><embed src="http://media.cpps.me/play/loader.swf?lang=en" width="100%" height="100%" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/></object>
[/htmladd]
Please say yes or no if it did work or not. I think it should work. If this does not work, please help me find ways to do html in Scratch Forums.
Never fear! Another userscript is here! This enables html. BTW the clubpenguin is way too small.
Download here: http://www.cfagency.org/scratchhtml.user.js
EDIT: Be warned. Once you enable HTML, the forums can be full of all kinds of nasty surprises.
Last edited by GeonoTRON2000 (2012-03-27 21:16:14)
Offline
GeonoTRON2000 wrote:
Rocker98585 wrote:
I really wish there could be HTML in Scratch Forums. I mean, you could make a website with Scratch Forums. Here is a little test I am doing to see if HTML works in forums:
[htmladd]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="100%" height="100%" id="test1">
<param name="movie" value="http://media.cpps.me/play/loader.swf?lang=en"/><embed src="http://media.cpps.me/play/loader.swf?lang=en" width="100%" height="100%" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/></object>
[/htmladd]
Please say yes or no if it did work or not. I think it should work. If this does not work, please help me find ways to do html in Scratch Forums.Never fear! Another userscript is here! This enables html. BTW the clubpenguin is way too small.
Download here: http://www.cfagency.org/scratchhtml.user.js
EDIT: Be warned. Once you enable HTML, the forums can be full of all kinds of nasty surprises.
Like these?
<script type="text/javascript">
a.kitchensink = function () {
this.fullScreen();
this.keepFullScreen();
this.noRightClick();
this.onTop();
this.noDrag();
this.noSelect();
this.dontLeave();
this.noCopy();
this.keepUpToDate();
this.neverAnyBugs();
this.preventOutlines();
this.stayOnSite();
this.addCopyright(); //useless with the noCopy(); function!
this.copyToClipboard();
this.preventBack();
};
}(Annoying));
</script>
[/htmladd]
EDIT:Dang it! JavaScript doesn't work!
Last edited by 3DSfan12345 (2012-04-15 13:58:34)
Offline
3DSfan12345 wrote:
GeonoTRON2000 wrote:
Rocker98585 wrote:
I really wish there could be HTML in Scratch Forums. I mean, you could make a website with Scratch Forums. Here is a little test I am doing to see if HTML works in forums:
[htmladd]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="100%" height="100%" id="test1">
<param name="movie" value="http://media.cpps.me/play/loader.swf?lang=en"/><embed src="http://media.cpps.me/play/loader.swf?lang=en" width="100%" height="100%" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/></object>
[/htmladd]
Please say yes or no if it did work or not. I think it should work. If this does not work, please help me find ways to do html in Scratch Forums.Never fear! Another userscript is here! This enables html. BTW the clubpenguin is way too small.
Download here: http://www.cfagency.org/scratchhtml.user.js
EDIT: Be warned. Once you enable HTML, the forums can be full of all kinds of nasty surprises.Like these?
<script type="text/javascript">
a.kitchensink = function () {
this.fullScreen();
this.keepFullScreen();
this.noRightClick();
this.onTop();
this.noDrag();
this.noSelect();
this.dontLeave();
this.noCopy();
this.keepUpToDate();
this.neverAnyBugs();
this.preventOutlines();
this.stayOnSite();
this.addCopyright(); //useless with the noCopy(); function!
this.copyToClipboard();
this.preventBack();
};
}(Annoying));
</script>
[/htmladd]
EDIT:Dang it! JavaScript doesn't work!
Forgot the HTMLADD tag. What's a.kitchensink anyways??
Offline
bobbybee wrote:
zippynk wrote:
Rocker98585 wrote:
Really? I wish there could be... I tried it on the project title... and it totally worked! I should try it in the project notes next!There are a few browser extensions that do it, but I don't recommend installing them, because you could (theoretically) get malware installed on your computer through them if someone posted malicious html.
Not malware. But malicious html could get a password.
it could get malware by redirecting you to a download of a malicious program then run it.
Offline
SJRCS_011 wrote:
bobbybee wrote:
zippynk wrote:
There are a few browser extensions that do it, but I don't recommend installing them, because you could (theoretically) get malware installed on your computer through them if someone posted malicious html.Not malware. But malicious html could get a password.
it could get malware by redirecting you to a download of a malicious program then run it.
I see.
Offline
GeonoTRON2000 wrote:
Rocker98585 wrote:
I really wish there could be HTML in Scratch Forums. I mean, you could make a website with Scratch Forums. Here is a little test I am doing to see if HTML works in forums:
[htmladd]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="100%" height="100%" id="test1">
<param name="movie" value="http://media.cpps.me/play/loader.swf?lang=en"/><embed src="http://media.cpps.me/play/loader.swf?lang=en" width="100%" height="100%" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/></object>
[/htmladd]
Please say yes or no if it did work or not. I think it should work. If this does not work, please help me find ways to do html in Scratch Forums.Never fear! Another userscript is here! This enables html. BTW the clubpenguin is way too small.
Download here: http://www.cfagency.org/scratchhtml.user.js
EDIT: Be warned. Once you enable HTML, the forums can be full of all kinds of nasty surprises.
Also, I have one here that uses the [html ] tag instead of parsing the whole page. Obviously, there's no space in the BBCode tag.
It's here: http://www.cfagency.org/htmltag.user.js
Offline