This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-09-26 15:39:32

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

are people allowed to do this ?

someone once posted this:

Code:

[scratchblocks][quote][/scratchblocks][/quote]

is is allowed ?

Last edited by dvd4 (2012-09-26 16:10:19)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#2 2012-09-26 15:41:29

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: are people allowed to do this ?

dvd4 wrote:

someone once posted this:

Code:

[scratchblocks][quote][/scratchblocks][/quote]

is is allowed ?

Probably not, seeing as it messed up the page. Now, put that in a code tag.


Who would win, SOPA or PIPA?

Offline

 

#3 2012-09-26 15:46:51

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: are people allowed to do this ?

MrFlash67 wrote:

dvd4 wrote:

someone once posted this:

Code:

[scratchblocks][quote][/scratchblocks][/quote]

is is allowed ?

Probably not, seeing as it messed up the page. Now, put that in a code tag.

what's that ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#4 2012-09-26 16:00:47

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: are people allowed to do this ?

Please delete the quote thing. This display irritates me.

Last edited by ImagineIt (2012-09-26 16:01:09)

Offline

 

#5 2012-09-26 16:10:49

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: are people allowed to do this ?

ImagineIt wrote:

Please delete the quote thing. This display irritates me.

really ? I find it awesome


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#6 2012-09-26 16:20:28

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: are people allowed to do this ?

dvd4 wrote:

ImagineIt wrote:

Please delete the quote thing. This display irritates me.

really ? I find it awesome

We all do, but some people don't like it.


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#7 2012-09-26 17:19:52

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: are people allowed to do this ?

Molybdenum wrote:

dvd4 wrote:

ImagineIt wrote:

Please delete the quote thing. This display irritates me.

really ? I find it awesome

We all do, but some people don't like it.

Because that makes sense

Last edited by RedRocker227 (2012-09-26 17:20:14)


Why

Offline

 

#8 2012-09-26 17:48:38

jukyter
Scratcher
Registered: 2009-12-06
Posts: 1000+

Re: are people allowed to do this ?

RedRocker227 wrote:

Molybdenum wrote:

dvd4 wrote:


really ? I find it awesome

We all do, but some people don't like it.

Because that makes sense

rr227 stop using LOGIC


cause a bird and a fish could fall in love/but where would they live?

Offline

 

#9 2012-09-26 17:49:02

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: are people allowed to do this ?

RedRocker227 wrote:

Molybdenum wrote:

dvd4 wrote:


really ? I find it awesome

We all do, but some people don't like it.

Because that makes sense

back to topic please


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#10 2012-09-26 18:50:02

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: are people allowed to do this ?

dvd4 wrote:

RedRocker227 wrote:

Molybdenum wrote:


We all do, but some people don't like it.

Because that makes sense

back to topic please

that isn't even off-topic


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#11 2012-09-26 18:53:57

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: are people allowed to do this ?

While it doesn't do much to my setup, there have been reports that it breaks some people's browsers - so, no, it's not a good thing to do.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#12 2012-09-26 18:58:09

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: are people allowed to do this ?

Btw, I found the code to prevent this from being a problem.

Go to forums/include/parser.php, and find:

Code:

// List of all the tags
$tags = array(

and then add 'scratchblocks' to the end of the array.

That's how I solved the problem on Mod Share.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#13 2012-09-26 18:59:41

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: are people allowed to do this ?

jvvg wrote:

Btw, I found the code to prevent this from being a problem.

Go to forums/include/parser.php, and find:

Code:

// List of all the tags
$tags = array(

and then add 'scratchblocks' to the end of the array.

That's how I solved the problem on Mod Share.

That easy?  Cool!


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#14 2012-09-27 16:13:45

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: are people allowed to do this ?

Paddle2See wrote:

jvvg wrote:

Btw, I found the code to prevent this from being a problem.

Go to forums/include/parser.php, and find:

Code:

// List of all the tags
$tags = array(

and then add 'scratchblocks' to the end of the array.

That's how I solved the problem on Mod Share.

That easy?  Cool!

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#15 2012-09-27 16:18:38

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: are people allowed to do this ?

Code:

[scratchblocks][quote][/scratchblocks][/quote]

and

Code:

[quote][scratchblocks][/quote]
[/scratchblocks]

both mess up page display, but cancel each other out if they are both on the same page the same number of times.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#16 2012-09-27 17:07:25

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: are people allowed to do this ?

Lightnin wrote:

Paddle2See wrote:

jvvg wrote:

Btw, I found the code to prevent this from being a problem.

Go to forums/include/parser.php, and find:

Code:

// List of all the tags
$tags = array(

and then add 'scratchblocks' to the end of the array.

That's how I solved the problem on Mod Share.

That easy?  Cool!

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.

I wrote a patch for it that I actually tested on my copy of the forums.  smile

The new parser.php file is at http://dl.dropbox.com/u/15819889/Scratc … parser.php

Also, sadly, it's not super-simple. I had to copy the entire preparse_tags function (which doesn't exist in this version) and then add it to preparse_bbcode.

Last edited by jvvg (2012-09-27 17:10:08)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#17 2012-09-27 17:49:09

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: are people allowed to do this ?

jvvg wrote:

Lightnin wrote:

Paddle2See wrote:


That easy?  Cool!

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.

I wrote a patch for it that I actually tested on my copy of the forums.  smile

The new parser.php file is at http://dl.dropbox.com/u/15819889/Scratc … parser.php

Also, sadly, it's not super-simple. I had to copy the entire preparse_tags function (which doesn't exist in this version) and then add it to preparse_bbcode.

Ah, okie.  So the copy of the forums you tested on  - is it the one from our SVN, or a later rev of flux?  Can you send us a diff of your changed version against the current latest one from our repository?

Thanks.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#18 2012-09-27 21:26:55

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: are people allowed to do this ?

Lightnin wrote:

jvvg wrote:

Lightnin wrote:

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.

I wrote a patch for it that I actually tested on my copy of the forums.  smile

The new parser.php file is at http://dl.dropbox.com/u/15819889/Scratc … parser.php

Also, sadly, it's not super-simple. I had to copy the entire preparse_tags function (which doesn't exist in this version) and then add it to preparse_bbcode.

Ah, okie.  So the copy of the forums you tested on  - is it the one from our SVN, or a later rev of flux?  Can you send us a diff of your changed version against the current latest one from our repository?

Thanks.

I used the version I found in the Scratch Forums svn repo a few weeks ago. How do I make a diff?  tongue
(I'm a bit of a n00b with version control and whatnot)

Last edited by jvvg (2012-09-27 21:28:19)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#19 2012-09-28 10:16:36

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: are people allowed to do this ?

jvvg wrote:

Lightnin wrote:

jvvg wrote:


I wrote a patch for it that I actually tested on my copy of the forums.  smile

The new parser.php file is at http://dl.dropbox.com/u/15819889/Scratc … parser.php

Also, sadly, it's not super-simple. I had to copy the entire preparse_tags function (which doesn't exist in this version) and then add it to preparse_bbcode.

Ah, okie.  So the copy of the forums you tested on  - is it the one from our SVN, or a later rev of flux?  Can you send us a diff of your changed version against the current latest one from our repository?

Thanks.

I used the version I found in the Scratch Forums svn repo a few weeks ago. How do I make a diff?  tongue
(I'm a bit of a n00b with version control and whatnot)

I found how to make a diff with Google. Here it is...
http://dl.dropbox.com/u/15819889/Scratc … patch.diff


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#20 2012-09-28 16:21:17

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: are people allowed to do this ?

Hmm... diff format usually indicates what was removed by starting the line with a -, and what was added by starting the line with a +

I suspect this is all code that's been added. But that seems rather hairy to add and then troubleshoot.  sad 

Making changes to code often seems very easy, but is rarely as easy as it seems.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#21 2012-09-28 19:08:22

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: are people allowed to do this ?

Lightnin wrote:

Hmm... diff format usually indicates what was removed by starting the line with a -, and what was added by starting the line with a +

I suspect this is all code that's been added. But that seems rather hairy to add and then troubleshoot.  sad 

Making changes to code often seems very easy, but is rarely as easy as it seems.

I used the diff tool on Linux, and that's what resulted. I think TortoiseSVN can view diff files graphically to show what I added.

I will test it more extensively on my own server also.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#22 2012-10-17 07:11:47

mintfang
Scratcher
Registered: 2012-05-26
Posts: 500+

Re: are people allowed to do this ?

Lightnin wrote:

Paddle2See wrote:

jvvg wrote:

Btw, I found the code to prevent this from being a problem.

Go to forums/include/parser.php, and find:

Code:

// List of all the tags
$tags = array(

and then add 'scratchblocks' to the end of the array.

That's how I solved the problem on Mod Share.

That easy?  Cool!

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.

Wow, I have no idea what you just said. And people said I was smart!

Can I try this? I want to find out what it does to my iPad!!!!!!! X3


http://i33.tinypic.com/25p1rw6.png

Offline

 

#23 2012-10-17 07:39:48

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: are people allowed to do this ?

mintfang wrote:

Lightnin wrote:

Paddle2See wrote:


That easy?  Cool!

Hmm... looked for that in our repository, but didn't find it.
Maybe modshare is working from a later version of flux?

The problem that this solves is actually pesky enough that it might be worth patching our olde ancient code. Can you make a patch against our public svn repo, and post it (like you did the others)? If it's super simple, we can try it on the fly. Otherwise though it'll need testing.

Can I try this? I want to find out what it does to my iPad!!!!!!! X3

Probably nothing, because it didn't do anything on iPhone


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer