Page 5 of 95

Re: [Beta] Stargate Portal 0.0.7

Posted: Mon Jun 25, 2007 7:29 pm
by BigRed01
Here can go to their website, http://www.phpbbireland.com/forum/index.php . The dowload page for beta 0.0.8 http://www.phpbbireland.com/forum/portal.php?page=5

Re: [Beta] Stargate Portal 0.0.7

Posted: Tue Jun 26, 2007 2:58 am
by Gleasonator
He's right! The link's back up!

Re: [Beta] Stargate Portal 0.0.8

Posted: Wed Jun 27, 2007 6:53 am
by michaelo
Beta version updated to 0.0.9... Link up... for now ;)

Re: [Beta] Stargate Portal 0.0.7

Posted: Wed Jun 27, 2007 7:00 am
by quocanh83
Dear Michaelo!
When i run portal_install.php, have some error
Parse error: parse error, unexpected T_ECHO in portal_install.php on line 445

Thx

Re: [Beta] Stargate Portal 0.0.7

Posted: Wed Jun 27, 2007 3:47 pm
by michaelo
Download again... minor edit fixed...
Mike

Re: [Beta] Stargate Portal 0.0.7

Posted: Wed Jun 27, 2007 3:49 pm
by Animusu
quocanh83 wrote:Dear Michaelo!
When i run portal_install.php, have some error
Parse error: parse error, unexpected T_ECHO in portal_install.php on line 445

Thx

it's a typo in the portal_install.php

Code: Select all

	case 'uninstall':
	case 'uninstallfull'
where it should be

Code: Select all

	case 'uninstall':
	case 'uninstallfull':
just make the change manually, and everything will be ok...

great mod @michaelo, looking forward to see the final release...

oops, to late :oops:

Re: [Beta] Stargate Portal 0.0.7

Posted: Wed Jun 27, 2007 4:57 pm
by A1 Alex
sorry, im not that familiar with phpbb and mod installs (know vaguely) but in the install file it tells you all the manual edits needed, but why are there the install files included, as i thought they did it automatically. If someone could help me it would be greatly appreciated.

Thanks!

Re: [Beta] Stargate Portal 0.0.9

Posted: Wed Jun 27, 2007 5:23 pm
by michaelo
Not sure if you ran the install correctly... If you did you can use portal_install.php?mode=uninstall to remove the portal tables... and then... run portal_install.php?mode=installfull to add the corrected tables and modules...

Go to the main site (see my sig) for additional support.... We will talk you through the procedure...

The error report above suggests you may not have installed correctly...
Mike

Re: [Beta] Stargate Portal 0.0.9c

Posted: Wed Jun 27, 2007 6:36 pm
by Peter77sx
On your demo portal, in the announcements, is "Read Full Article " purposely meant to stay on your portal, or should it go to the actual article like "view comments" does? Then how many characters on the announcements in the portal are allowed before the article 'ends', and is that configurable?

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 4:50 am
by michaelo
It should go to the article... but due to update the link code needs updating and I'm sure we will get around to it soon... You can set the number of characters displayed in the ACP->Portal->Config

The current operation require a forum called Announcements from where we pull the post but I may alter this to retrieve the default phpBB announcements... The news forum is also configurable, in fact I may join the announcements and news into one forum and simply call it News... As we are in development I'm not sure how we will progress this one... :?

Either way, the admin can dedicate a given forum or two as whatever and display posts on the portal page...
Mike

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 9:07 am
by Dezent
I get this problem ! when i im trying to install the portal with portal_install.php i just get a white window ! Does anyone know why ?!

Best Regards,
Dezent

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 5:32 pm
by ncmontas
Problem on viewing on IE 6.0.2900. text is not being display on the on the center content. You must higlight or scroll the window in order for the text to appear.....

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 9:33 pm
by Dezent
ncmontas wrote:Problem on viewing on IE 6.0.2900. text is not being display on the on the center content. You must higlight or scroll the window in order for the text to appear.....
I'm using Firefox and i can't scroll down !

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 10:11 pm
by brandsrus
I'm very interesting in the downloadlink of this portal 0.0.9c, where can I find the file?

Re: [Beta] Stargate Portal 0.0.9c

Posted: Thu Jun 28, 2007 10:54 pm
by Animusu
brandsrus wrote:I'm very interesting in the downloadlink of this portal 0.0.9c, where can I find the file?
http://www.phpbbireland.com/forum/portal.php?page=5

it's now a RC1. good work, @michaelo!!!