[MODDB] easyPortal

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Get Involved
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

[MODDB] easyPortal

Post by Noxwizard »

MOD Title: easyPortal
MOD Description: This is a re-make of the phpBB 2.0.x MOD ezPortal by Smartor. It is a simple portal, with minimal blocks.
MOD Version: 0.0.2

Download: http://www.phpbb.com/mods/db/index.php? ... b_id=10035
Demo Board: http://theexiled.pwnageservers.com/MODs/easyPortal/

Edit: This has been added to the MODDB: http://www.phpbb.com/community/viewtopi ... &t=1544935
Last edited by Noxwizard on Fri Apr 10, 2009 8:29 pm, edited 4 times in total.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [BETA] easyPortal 0.0.1

Post by Peter77sx »

Ohh look at that. nice... is portal.php based of off index.php?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [BETA] easyPortal 0.0.1

Post by Noxwizard »

No, it is not. It just calls a few functions I wrote and creates some template variables.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
User avatar
RATT
Registered User
Posts: 734
Joined: Fri Aug 19, 2005 6:27 am

Re: [BETA] easyPortal 0.0.1

Post by RATT »

Great portal, Smartor's portal has the ability to show blocks on the forum index page as well, Do you plan on having this option available for your as well?
User avatar
iyeru42
Registered User
Posts: 1120
Joined: Wed Feb 01, 2006 7:22 pm
Location: Madison, WI

Re: [BETA] easyPortal 0.0.1

Post by iyeru42 »

I think you need more padding within those blocks, the login looks too close.
My Website | My MOD Requests | Foreign Key Docs (some topics are not requests)
"It's easy to rebel, but it's hard to be recognized."
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [BETA] easyPortal 0.0.1

Post by Noxwizard »

RATT wrote:Great portal, Smartor's portal has the ability to show blocks on the forum index page as well, Do you plan on having this option available for your as well?
I don't recall the portal itself having that feature. That may have been another one of his MODs.
iyeru42 wrote:I think you need more padding within those blocks, the login looks too close.
I'll mess with it some.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
Debrian
Registered User
Posts: 2
Joined: Sat Aug 30, 2008 11:06 pm

Re: [BETA] easyPortal 0.0.1

Post by Debrian »

Hello,

Just installed the mod on a fresh phpbb3 instalation and got the following error:

Code: Select all

General Error
SQL ERROR [ mysqli ]

[0]

SQL

No values specified for SQL IN comparison

BACKTRACE

FILE: includes/db/dbal.php
LINE: 385
CALL: dbal->sql_error()

FILE: includes/functions_portal.php
LINE: 46
CALL: dbal->sql_in_set()

FILE: portal.php
LINE: 128
CALL: fetch_posts()
Any ideea what is wrong ?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [BETA] easyPortal 0.0.1

Post by Noxwizard »

In portal.php, you didn't specify a forum to pull news from.

Code: Select all

$CFG['news_forum'] = array(2,3,4);
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
Debrian
Registered User
Posts: 2
Joined: Sat Aug 30, 2008 11:06 pm

Re: [BETA] easyPortal 0.0.1

Post by Debrian »

Worked like a charm, my bad i thought forum id 1 was created from start.

And thank you very much for the mod, it was the only reason i didn't update from phpbb2 to phpbb3 (forum users just loved the ezPortal)
User avatar
ac_roma
Registered User
Posts: 321
Joined: Thu Mar 08, 2007 2:48 pm
Location: egypt,alexandria

Re: [BETA] easyPortal 0.0.1

Post by ac_roma »

nice portal Noxwizard :)
swiarda
Registered User
Posts: 4
Joined: Thu Aug 28, 2008 3:54 pm

Re: [BETA] easyPortal 0.0.1

Post by swiarda »

Okay, I'm new to the concept of portals and CMSes, so a coupla questions ...

Does easyPortal work with the prosilver_se style?

I just need to integrate a forum, announcement/news, and chat room ... would easyPortal support this?

Thanks!
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [BETA] easyPortal 0.0.1

Post by Noxwizard »

If the style is prosilver or subsilver2 based, you can use those template files without a problem. Just copy portal_body.html to your template folder.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
todespudel
Registered User
Posts: 37
Joined: Fri Oct 05, 2007 4:15 pm

Re: [BETA] easyPortal 0.0.1

Post by todespudel »

Finally an easy to use and simple portal. Thanks for that!
AzureWolf08
Registered User
Posts: 5
Joined: Sat Sep 01, 2007 3:39 am

Re: [BETA] easyPortal 0.0.1

Post by AzureWolf08 »

Im new to using any kind of MODS and whatnot so I may need a little bit of extra help. Heres my error

Code: Select all

General Error
SQL ERROR [ mysql4 ]

[0]

SQL

No values specified for SQL IN comparison

BACKTRACE

FILE: includes/db/dbal.php
LINE: 385
CALL: dbal->sql_error()

FILE: includes/functions_portal.php
LINE: 46
CALL: dbal->sql_in_set()

FILE: portal.php
LINE: 128
CALL: fetch_posts()

I know part of my problem matches up with a already resolved problem but im not exactly certain how to resolve it or the other two. Please help me out.
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10618
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [BETA] easyPortal 0.0.1

Post by Noxwizard »

Noxwizard wrote:In portal.php, you didn't specify a forum to pull news from.

Code: Select all

$CFG['news_forum'] = array(2,3,4);
Alternatively, it could mean the forum id you chose doesn't exist, like the ID of 1.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.

Return to “[3.0.x] MODs in Development”