easyPortal

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29165
Joined: Sat Aug 16, 2003 7:36 am

easyPortal

Post by Extensions Robot »

Modification name: easyPortal
Author: Noxwizard
Modification description: This is a re-make of the 2.0.x MOD ezPortal by Smartor.
Modification version: 1.0.1
Tested on phpBB version: 3.0.8

Download file: easyPortal_101.zip
File size: 115.7 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 13 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34458
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

easyPortal

Post by A_Jelly_Doughnut »

Modification validated/released

Notes:
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10529
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

easyPortal

Post by Noxwizard »

Demo: http://theexiled.pwnageservers.com/MODs/easyPortal/
ACP Screenshot:
easyPortal ACP
easyPortal ACP
easyPortal_ACP.JPG (89.76 KiB) Viewed 33201 times
If your style is based off of prosilver or subsilver2, then you can use the included instructions and files for your style. The instructions for prosilver are in install.xml and subsilver2 is in subsilver2.xml.


Fix for polls and 3.0.6+:
Open: portal.php
Find:

Code: Select all

if (!empty($fetchpoll))
{
After, Add:

Code: Select all

add_form_key('posting');
In portal_body.html, you will need to add this before the closing </form> tag for the poll block:

Code: Select all

{S_FORM_TOKEN}

Tweak for long poll answers:
Open: /styles/{your_style}/template/portal_body.html
Find:

Code: Select all

<dt><!-- IF S_CAN_VOTE -->
Replace with:

Code: Select all

<dt style="width: auto;"><!-- IF S_CAN_VOTE -->
Find:

Code: Select all

<!-- IF S_DISPLAY_RESULTS --><dd style="float: {S_CONTENT_FLOW_END};">
Replace with:

Code: Select all

<!-- IF S_DISPLAY_RESULTS --><dd style="width: auto; float: {S_CONTENT_FLOW_END};">
Last edited by Noxwizard on Fri Mar 19, 2010 10:45 pm, edited 5 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.
satandream
Registered User
Posts: 383
Joined: Thu Mar 06, 2008 12:47 pm

Re: easyPortal

Post by satandream »

Demolink?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10529
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

Re: easyPortal

Post by Noxwizard »

[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
FreakaMania
Registered User
Posts: 3
Joined: Fri Apr 10, 2009 9:20 pm

Re: easyPortal

Post by FreakaMania »

hey,

is it possible that u can make me the edit for another template?
because iam using "Melankolia" and iam not that good in coding like people of you.
Matthew1992
Registered User
Posts: 43
Joined: Tue Jan 13, 2009 12:14 am

Re: easyPortal

Post by Matthew1992 »

Hi,
Would this be a better thing to implement then the current implementation I have? I currently have, http://www.advertisingcentral.org
supercriss
Registered User
Posts: 19
Joined: Fri Sep 05, 2008 8:14 pm

Re: easyPortal

Post by supercriss »

this portal it's ok with any styles?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10529
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

Re: easyPortal

Post by Noxwizard »

FreakaMania wrote:hey,

is it possible that u can make me the edit for another template?
because iam using "Melankolia" and iam not that good in coding like people of you.
That style is based on subsilver2, just follow the instructions in subsilver2.xml and copy its files to the Melankolia folder.

Matthew1992 wrote:Hi,
Would this be a better thing to implement then the current implementation I have? I currently have, http://www.advertisingcentral.org
That is up to you. Use whatever suits your needs better.

supercriss wrote:this portal it's ok with any styles?
If the style is based on prosilver or subsilver2, then you can use the provided files. Otherwise, you will need to modify the files to work with your style.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
supercriss
Registered User
Posts: 19
Joined: Fri Sep 05, 2008 8:14 pm

Re: easyPortal

Post by supercriss »

my style is based on prosilver
i have this error
Fatal error: Call to a member function on a non-object in /membri2/bibieyu/portal.php on line 36
BillyBobBongo
Registered User
Posts: 228
Joined: Wed Feb 16, 2005 9:33 am

Re: easyPortal

Post by BillyBobBongo »

Awesome!!

Smartor's ezPortal was always my first choice for portals back in the days of phpBB2. Thanks for the remake...it's appreciated! :D
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10529
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

Re: easyPortal

Post by Noxwizard »

supercriss wrote:my style is based on prosilver
i have this error
Fatal error: Call to a member function on a non-object in /membri2/bibieyu/portal.php on line 36
Then you can use the instructions from the main install.xml and the prosilver files. For your error, are you trying to use this portal with another script? It looks like $user has been overwritten with something else.
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
supercriss
Registered User
Posts: 19
Joined: Fri Sep 05, 2008 8:14 pm

Re: easyPortal

Post by supercriss »

Noxwizard wrote:
supercriss wrote:my style is based on prosilver
i have this error
Fatal error: Call to a member function on a non-object in /membri2/bibieyu/portal.php on line 36
Then you can use the instructions from the main install.xml and the prosilver files. For your error, are you trying to use this portal with another script? It looks like $user has been overwritten with something else.
i undestand where is the error :oops: ehm I put the portal.php file in the wrong place. now is ok
thanks
excuse for my bad english :)
LaetusAtheos
Registered User
Posts: 58
Joined: Tue May 23, 2006 11:31 am

Re: easyPortal

Post by LaetusAtheos »

Do you have a screen shot or description of what can be controlled in the ACP for this mod?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10529
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

Re: easyPortal

Post by Noxwizard »

[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
Locked

Return to “[3.0.x] MOD Database Releases”