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.
Offline
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 ?
Offline
Please delete the quote thing. This display irritates me.
Last edited by ImagineIt (2012-09-26 16:01:09)
Offline
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.
Offline
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)
Offline
RedRocker227 wrote:
Molybdenum wrote:
dvd4 wrote:
really ? I find it awesomeWe all do, but some people don't like it.
Because that makes sense
rr227 stop using LOGIC
Offline
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
Offline
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.
Offline
Btw, I found the code to prevent this from being a problem.
Go to forums/include/parser.php, and find:
// 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.
Offline
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!
Offline
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.
Offline
[scratchblocks][quote][/scratchblocks][/quote]
and
[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.
Offline
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.
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)
Offline
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.
![]()
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.
Offline
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.
![]()
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?
(I'm a bit of a n00b with version control and whatnot)
Last edited by jvvg (2012-09-27 21:28:19)
Offline
jvvg wrote:
Lightnin wrote:
jvvg wrote:
I wrote a patch for it that I actually tested on my copy of the forums.![]()
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?
![]()
(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
Offline
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.
Making changes to code often seems very easy, but is rarely as easy as it seems.
Offline
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.![]()
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.
Offline
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
Offline
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
Offline