[RC] Crunch

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

[RC] Crunch

Post by Obsidian »

Crunch


Description - A MOD used for creating an ACP definable "post", known as a "Crunch" to be used across the phpBB backend.
It is made for ease of use for PHP developers to integrate into their own site, with only a few function calls to be added into a page in order to activate and make use of the MOD.
For example:

Code: Select all

include("{$phpbb_root_path}includes/crunch.$phpEx");
crunch::init();
crunch::load("crunch_tag_word_here");   &nbsp

It's as simple as that.

Installation difficulty - Recommended for developers only!

Version - 1.0.0 RC2

phpBB Version - phpBB 3.0.5

Development stage - Release Candidate Cycle

Format - MODX

Download -
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

Screenshots -
crunch_acp1.png

crunch_acp2.png

crunch_acp3.png

crunch_acp4.png

crunch_acp5.png
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

More Screenshots -
Crunch in use, what the users see
Crunch in use, what the users see
User avatar
cherokee red
New member
New member
Posts: 17
Joined: 22 Dec 2006, 20:56
Real name: Kenny
Location: Airdrie, Scotland
Contact:

Re: [Beta] Crunch

Post by cherokee red »

This looks pretty cool and very useful. Think I'll be watching the dev on this. I definately have use for this :)
My music // 6 String Romance // My MODs Site
Going to be in Glasgow feb 26th 2009? Come see me play @ Bar Bloc
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

cherokee red wrote:This looks pretty cool and very useful. Think I'll be watching the dev on this. I definately have use for this :)


It's actually been around a long time, but it was in private beta. Only real bugs in Beta 2 were it not handling a nil-result for Crunches in crunch::get() [I think], and the plugins system not working. As such, plugin system was removed, and that other bug has been fixed.

Unless I get bug reports for this, I'm probably shifting it to RC soon.
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] Crunch

Post by MasterZ »

Cool. I'm actually thinking of using this one soon.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

Has anyone tested it and thrown it through torture tests?
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

Last call for bug reports or suggestions before I move this to the RC stage.
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [Beta] Crunch

Post by MasterZ »

Question, how does Crunch parse HTML? Can I include scripts from other sites into Crunch and have it show up properly? Does it trust all HTML since the person editing is an admin of the site or does it restrict certain html & JavaScript codes?
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [Beta] Crunch

Post by Obsidian »

Crunch works just like phpBB's posting system. HTML is not parsed, but all bbcodes are, including custom bbcodes.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [RC] Crunch

Post by Obsidian »

Changes in 1.0.0 RC 1 -
  • Fix a bug in the installer.
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [RC] Crunch

Post by MasterZ »

You should put a note in there that php 5 is required, or even do a check for it. I forgot to set my site to php 5 (defaults to 4) and it failed when I accessed it in the ACP.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: [RC] Crunch

Post by Obsidian »

Oh, yeah, I forgot. When I did Beta 3, I updated it to use PHP5 OOP instead of functions -- completely forgot about that.
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [RC] Crunch

Post by MasterZ »

Know what would make this MOD go from cool to epic?

Attachments, especially image attachments. :beer:
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Re: [RC] Crunch

Post by MasterZ »

Another recommendation.. in the Manage Crunches section, you should alternate the row colors so it will be easier to follow one line all the way across to the edit link.
Post Reply