MyBB Hacks

Full Version: [GET] MyCode plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there, long time no post. Here's a request I'm throwing at 'cha. I think it's kind of awkward and it's something I just thought up, but here it is.

The GET MyCode would be similar to setting up if conditionals with PHP's $_GET variables. I think it could prove useful for forums/XThread applications which would involve presenting stuff (e.g.: a massive project, a modification, etc..)

As long as it's exclusive to the first post and if certain forums allowed it, I think a MyCode like it would be pretty cool.

Example uses:

Code:
[get=null]I'm presenting this here project... etc etc etc[/get]
[get="images"]*inserts images here*[/get]
[get="faq"]*inserts faqs here*[/get]
[get="misc"]*inserts other info here*[/get]


I think I'm pretty terrible at explaining myself but I hope you get where I was going with it. Biggrin

That's an interesting idea.
You could probably already do this for XThreads with separate fields for each of the sections.

Otherwise, I can't imagine it being a terribly difficult plugin to write.
Reference URL's