Thread Rating:
  • 21 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] ProPortal 1.0: A More Functional Portal!
#1
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
ProPortal: A More Functional Portal.
Click here for detailed information.
#2
Thanks Adnan Topal Wink
and again :
Good job again, Dragonfever. Looks very good.
#3
Thank you for this awesome plugin.
[Image: premium_mybb_themes-500x100.png]
Latest Theme: MiniColor.
#4
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.
#5
wow finally release.
thanks i want try to use it.
#6
(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.
ProPortal: A More Functional Portal.
Click here for detailed information.
#7
downloaded and will test it tonight
thank you dragonfever Smile
#8
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?
#9
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.
ProPortal: A More Functional Portal.
Click here for detailed information.
#10
^ Thank you so much friend..


Forum Jump:


Users browsing this thread: 1 Guest(s)