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
As I revealed on this topic before, I was working on a new and more functional portal extension for MyBB. Well, It's now completed, have been tested and ready to rock!

Description
ProPortal is a portal extension for MyBB which MyBB lacking for a long time. Some of the features of the portal are as following:
  • Configurable portal columns
  • Ability to add multiple blocks to each side(left, center, right)
  • Ability to add block files or just custom content
  • Ability to set permission which usergroup will have right to see each block
  • Ability to add custom pages to portal
  • Configurable sidebox width
  • Configurable horizontal and vertical space between blocks or columns

First version of ProPortal is ready to be download in its official site ProMyBB. You can ask anything about ProPortal on this site and take support.

Download Link:
<snip - dead link>
Edit by staff: Steven has kindly provided a download mirror here

Best regards,
Adnan Topal
Thanks Adnan Topal Wink
and again :
Good job again, Dragonfever. Looks very good.
Thank you for this awesome plugin.
Wow, development comes to the end very fast!

Will you release the plugin also on mod section: http://mods.mybboard.net/ ?

PS: When adding a new page I get this error:
[attachment=17055]

It's showing up a half second and then there is a redirect.
wow finally release.
thanks i want try to use it.
(2010-01-20, 08:58 AM)querschlaeger Wrote: [ -> ]Wow, development comes to the end very fast!

Will you release the plugin also on mod section: http://mods.mybboard.net/ ?

PS: When adding a new page I get this error:


It's showing up a half second and then there is a redirect.

I guess you didn't select any usergroup for visibility options. That could be the reason.
downloaded and will test it tonight
thank you dragonfever Smile
everything is normal for me..
i have a question. There are 10 top posters, 10 latest users, and 10 latest threads right? So, where should i change if i want to customize it to be 5 top posters or 12 thread?
You need to edit block files in portal/blocks.
For top posters change 10 in the following part:
SELECT uid, username, postnum, avatar, avatardimensions, usergroup, displaygroup FROM ".TABLE_PREFIX."users ORDER by postnum DESC LIMIT 0, 10

For latest users change 10 in the following part:
SELECT uid, username, regdate, avatar, avatardimensions, usergroup, displaygroup FROM ".TABLE_PREFIX."users ORDER by regdate DESC LIMIT 0, 10

For latest threads change the value of following variable:
$threadlimit = 10;

I'll add this options to portal settings in the upcoming version.
^ Thank you so much friend..
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