MyBB Community Forums

Full Version: [Release] ProPortal 1.0: A More Functional Portal!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
(2011-01-28, 11:44 PM)Leefish Wrote: [ -> ]I just added a Custom Status block (adds into Pirata Nervo's Custom Status plugin)

Sounds great, where can we see it?
Like all my plugins, its on my site - http://www.leefish.nl/mybb/forum-51.html
(2011-01-18, 01:27 PM)RocketFoot Wrote: [ -> ]Anyone know if there should be a navigation menu when you create a ProPortal page? Or do you just need to build one from a side block?

I released a basic block for pages here: http://community.mybb.com/thread-77075.html
(2011-01-20, 10:28 PM)Aristotle Wrote: [ -> ]Anyone know the license of this program?

(2011-01-20, 11:29 PM)Vapor Wrote: [ -> ]Nope, just checked the zip but it does not list the license nor is promybb open anymore. shame

(2011-01-20, 11:37 PM)Aristotle Wrote: [ -> ]Sad as legally we have to assume that its under a restrictive license.


After a quick check in the php files this shows.
/***************************************************************
 * ProPortal
 * Copyright © 2010 ProMyBB, All Rights Reserved
 *
 * Website: http://www.promybb.com/
 * License: http://creativecommons.org/licenses/by-nc-sa/3.0/
 ***************************************************************/
As i understand it anyone can alter it and maintain it as long as the original author is credited and the work must remain free for anyone.
If someone does maintain the work the same or a similar license must be used.
Yes, I already checked all that. But as it IS compaptible with 1.6.X then you need to develop it into a mybb2.0 system. Other wise its a bit pointless.
whats happened to the pro portal site?
(2011-02-03, 10:37 PM)gavpedz Wrote: [ -> ]whats happened to the pro portal site?

DragonFever didn't renew the domain.

I started working on a complete rewrite a few days ago and it's coming along nicely. I'll most likely release it when I'm done.
Well, if you do, it would be nice if you added some variables we can call from inside the portal blocks - all the queries to the DB are hardcoded - eg latest members, top poster, any variables for additional blocks - a bit like the plugins library does.
(2011-02-04, 12:34 AM)Steven Wrote: [ -> ]
(2011-02-03, 10:37 PM)gavpedz Wrote: [ -> ]whats happened to the pro portal site?

DragonFever didn't renew the domain.

I started working on a complete rewrite a few days ago and it's coming along nicely. I'll most likely release it when I'm done.

Awesome news! Thanks for taking on the project!

(2011-02-04, 12:47 AM)Leefish Wrote: [ -> ]Well, if you do, it would be nice if you added some variables we can call from inside the portal blocks - all the queries to the DB are hardcoded - eg latest members, top poster, any variables for additional blocks - a bit like the plugins library does.

Yeah, the original ProPortal blocks are a mess. I actually just finished writing block handling (I've mainly been working on the administrative interface). Blocks are essentially plugins; that is, the format for the block is the same as if you were writing a MyBB plugin. The information function returns relevant information for display in the ACP interface and the run function has complete access to the MyBB core. In addition, blocks can have their own settings.

We'll see how this design works, but it seems to work rather brilliantly.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25