I also suggest we add:
when gf clicked say [The new Block System!]
Offline
Zeusking19 wrote:
I also suggest we add:
when gf clicked say [The new Block System!]
Yeah. We'll have to get the code from JSO.
Offline
I think we need to run a pre-checker .. basically
when somebody posts something objectionable just filter it out that time without pushing to punBB database and then send it to a BLACKLIST database too so that scratch team can still do the 3 strikes policy that also saves the objectionable content to be viewed when somebody says ill words
some modification of BB would do it :-)
Offline
Magnie wrote:
Zeusking19 wrote:
I also suggest we add:
when gf clicked say [The new Block System!]Yeah. We'll have to get the code from JSO.
Offline
veggieman001 wrote:
Magnie wrote:
Zeusking19 wrote:
I also suggest we add:
when gf clicked say [The new Block System!]Yeah. We'll have to get the code from JSO.
Thanks, I will add this to our repo.
Offline
fanofcena wrote:
I think we need to run a pre-checker .. basically
when somebody posts something objectionable just filter it out that time without pushing to punBB database and then send it to a BLACKLIST database too so that scratch team can still do the 3 strikes policy that also saves the objectionable content to be viewed when somebody says ill words
some modification of BB would do it :-)
Your grammar is not good enough I cannot understand you if you do not put any punctuation in your post please rewrite it
Offline
scimonster wrote:
fanofcena wrote:
I think we need to run a pre-checker .. basically
when somebody posts something objectionable just filter it out that time without pushing to punBB database and then send it to a BLACKLIST database too so that scratch team can still do the 3 strikes policy that also saves the objectionable content to be viewed when somebody says ill words
some modification of BB would do it :-)Your grammar is not good enough I cannot understand you if you do not put any punctuation in your post please rewrite it
Offline
Zeusking19 wrote:
Thanks, I will add this to our repo.
but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
Offline
rookwood101 wrote:
but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
Yeah, but this one is more familiar to scratchers
Offline
rookwood101 wrote:
but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
I actually sort of wrote a parser for this syntax a while ago. It's not done, but it allows you to specify custom blocks like this:
<{motion} draggable?>
or even
{control hat} when <{operators} true>
I might be able to finish it and release it in a while if you'd like me to.
Offline
nXIII wrote:
rookwood101 wrote:
Zeusking19 wrote:
Thanks, I will add this to our repo.but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
I actually sort of wrote a parser for this syntax a while ago. It's not done, but it allows you to specify custom blocks like this:
<{motion} draggable?>
or even
{control hat} when <{operators} true>
I might be able to finish it and release it in a while if you'd like me to.
Why dont we let users choose between JSO`s version and nXIII`s when they setup their user account on scratchbb.
Idea:
1. Authenticate through API
2. Setup ScratchBB Profile - This is where they choose block system and more.
3. Done!
Offline
TRocket wrote:
When will our new wiki be up?
I am still working on it.
Offline
Zeusking19 wrote:
nXIII wrote:
rookwood101 wrote:
but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
I actually sort of wrote a parser for this syntax a while ago. It's not done, but it allows you to specify custom blocks like this:
<{motion} draggable?>
or even
{control hat} when <{operators} true>
I might be able to finish it and release it in a while if you'd like me to.
Why dont we let users choose between JSO`s version and nXIII`s when they setup their user account on scratchbb.
Idea:
1. Authenticate through API
2. Setup ScratchBB Profile - This is where they choose block system and more.
3. Done!
Sounds good.
And speaking of APIs, we should have our own SBB APIs.
Last edited by scimonster (2012-02-21 21:22:40)
Offline
Is there a version of this that is ready to put on a server? (Because I tried downloading the code, and it didn't work. Perhaps it's MySQL that's not working.)
Also, can you add support for SQLite? It's easier to use.
Last edited by zippynk (2012-02-21 23:09:30)
Offline
zippynk wrote:
Is there a version of this that is ready to put on a server? (Because I tried downloading the code, and it didn't work. Perhaps it's MySQL that's not working.)
Also, can you add support for SQLite? It's easier to use.
Currently, it's not even close to being finished. I don't think you can even post anything at the moment.
The framework is still in development.
Offline
Magnie wrote:
zippynk wrote:
Is there a version of this that is ready to put on a server? (Because I tried downloading the code, and it didn't work. Perhaps it's MySQL that's not working.)
Also, can you add support for SQLite? It's easier to use.Currently, it's not even close to being finished. I don't think you can even post anything at the moment.
The framework is still in development.
Ok. In case it helps, the error was than when I go to /index.php, I get a page that is titled "error - scratchbb forums" and has /lib/ajaxloader.gif on the page. The installer says it worked, though
Last edited by zippynk (2012-02-21 23:16:22)
Offline
zippynk wrote:
Magnie wrote:
zippynk wrote:
Is there a version of this that is ready to put on a server? (Because I tried downloading the code, and it didn't work. Perhaps it's MySQL that's not working.)
Also, can you add support for SQLite? It's easier to use.Currently, it's not even close to being finished. I don't think you can even post anything at the moment.
The framework is still in development.Ok. In case it helps, the error was than when I go to /index.php, I get a page that is titled "error - scratchbb forums" and has /lib/ajaxloader.gif on the page. The installer says it worked, though
Is there anything else on the page?
Offline
Magnie wrote:
zippynk wrote:
Magnie wrote:
Currently, it's not even close to being finished. I don't think you can even post anything at the moment.
The framework is still in development.Ok. In case it helps, the error was than when I go to /index.php, I get a page that is titled "error - scratchbb forums" and has /lib/ajaxloader.gif on the page. The installer says it worked, though
Is there anything else on the page?
i'm in the process of rewriting the index page with jquery
Offline
scimonster wrote:
Zeusking19 wrote:
nXIII wrote:
rookwood101 wrote:
but then again we could use the thing nXII made, it would allow custom blocks and more extensibility.
I actually sort of wrote a parser for this syntax a while ago. It's not done, but it allows you to specify custom blocks like this:
or even
I might be able to finish it and release it in a while if you'd like me to.Why dont we let users choose between JSO`s version and nXIII`s when they setup their user account on scratchbb.
Idea:
1. Authenticate through API
2. Setup ScratchBB Profile - This is where they choose block system and more.
3. Done!Sounds good.
And speaking of APIs, we should have our own SBB APIs.
Offline
The brand new wiki is up!
http://scratchbbwiki.goodluckwith.us/in … /Main_Page
Offline
Is this a whole new forum? Or a download to change these forums?
Offline
stevetheipad wrote:
Is this a whole new forum? Or a download to change these forums?
It's a completely brand new forum software that they're hoping the Scratch Team might eventually use.
Offline
Magnie wrote:
zippynk wrote:
Magnie wrote:
Currently, it's not even close to being finished. I don't think you can even post anything at the moment.
The framework is still in development.Ok. In case it helps, the error was than when I go to /index.php, I get a page that is titled "error - scratchbb forums" and has /lib/ajaxloader.gif on the page. The installer says it worked, though
Is there anything else on the page?
Nope
Offline
zippynk wrote:
Magnie wrote:
zippynk wrote:
Ok. In case it helps, the error was than when I go to /index.php, I get a page that is titled "error - scratchbb forums" and has /lib/ajaxloader.gif on the page. The installer says it worked, thoughIs there anything else on the page?
Nope
Then that is fine. That is what we want to happen. TRocket needs to find out why the title says error...
Offline