Stargate Portal (aka Kiss Portal) RC1

Portals for phpBB3 Olympus

Re: Stargate Portal (aka Kiss Portal) Beta 1.0.5 release

Postby Michaelo » 20 May 2007, 05:09

The version you guys have installed contains some of my mods, but the latest version (1.1.1) will separate mods and the portal into two distinct parts.
The portal (without the mods) is the way to go... My mods (and all other mods) will be given their own install process in the form of a plug-in manager, allowing people to decide which mods to install.

Divide and concur...
Separating the portal code from the mods allows us to concentrate on what matters. It also means we can have the portal install ready for RC1 without being concerned about future mods or individual mod updates. About 99% of install problems in the past related to mod and mod updates... The portal install requires no modification to the phpBB 3 core that could effect its operation. In all cases the portal code adds code that can be skipped without any effect to the site operation. The portal core code is 99.9% complete and install via the portal_install.php file ie you do not need to use phpmyadmin any more...

I have also removed all my styles from the portal install... Prosilver will remain the default, it only require minor edits to allow the portal to operate, again these edits do not affect the core code... Additional styles will be available separately...

The portal install edits supports:

Add Before and Add After:
Are allowed but only after we have determined if the portal define (or a mod definition) is set to TRUE.
Replace With or Replace Into:
Are not allowed unless the replacement code has no affect on the core, ie if a particular mod is disabled the core will behave normally.

All edits use the following form:
HTML Code: <!-- IF STARGATE --> do this... <!-- ELSE --> do this... <!-- ENDIF -->. Check to see if a mod (the portal in this case) is installed and process accordingly...
PHP Code: if( STARGATE) { do this... } else {do this... }. Check to see if a mod (the portal in this case) is installed and process accordingly...


This simple method has several major advantages... future phpBB core code updates are not affected (no core code is ever removed), a mod can be disabled by setting its define to FALSE, etc...

To support this method of editing the core I give you this fact... If you disable the STARGATE definition in the config.php file your system will operate as if you never installed the portal and if you enable the portal it will work perfectly...
More later... Mike

PS If you operate a Linux box with a local test site could you drop me a pm... I need something tested...
Stargate Portal (Dev Site) phpBB 3.0.9 version II 99%.
Kiss Portal Engine (Dev Site) phpBB 3.0.10 99%.
User avatar
Michaelo    
Supporter
Supporter
 
Posts: 342
Joined: 17 Sep 2006, 09:02
Location: Dublin, Ireland
Favorite Team: Miami Dolphins
Gender: Male
phpBB Knowledge: 9


Re: Stargate Portal (aka Kiss Portal) RC1 released

Postby Michaelo » 20 May 2007, 11:51

So phpBB3 RC1 is out... Stargate Portal version 1.1.1 has been installed 10 times on top of phpBB3 RC1 without error... It works flawlessly so now it is Stargate Portal RC1

Mike
Stargate Portal (Dev Site) phpBB 3.0.9 version II 99%.
Kiss Portal Engine (Dev Site) phpBB 3.0.10 99%.
User avatar
Michaelo    
Supporter
Supporter
 
Posts: 342
Joined: 17 Sep 2006, 09:02
Location: Dublin, Ireland
Favorite Team: Miami Dolphins
Gender: Male
phpBB Knowledge: 9

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby Stewart » 20 May 2007, 16:05

is it a public release? i had a look over your site and couldn't find a download link. looks amazing though :D
Stewart
Crewman
Crewman
 
Posts: 7
Joined: 11 May 2007, 09:42
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby Michaelo » 20 May 2007, 17:58

Stewart, link available to morrow... working on the plug-in manager atm... :thumbsup:
Stargate Portal (Dev Site) phpBB 3.0.9 version II 99%.
Kiss Portal Engine (Dev Site) phpBB 3.0.10 99%.
User avatar
Michaelo    
Supporter
Supporter
 
Posts: 342
Joined: 17 Sep 2006, 09:02
Location: Dublin, Ireland
Favorite Team: Miami Dolphins
Gender: Male
phpBB Knowledge: 9

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby zenpig » 21 May 2007, 20:04

good looking portal.....I've played with it a few times today.

There are still some hard-coded links that point to some missing directories that are not created by the install nor is the user instructed to. I think ./images/pictures/thumbs is one directory which will generate an error near the top of all pages for it is missing. A few html files for both the blocks and within the ACP have invalid links in them...for instance, block_board_nav.html has....

Code: Select all
<span class="navmenu">&nbsp;<img src="{T_IMAGESET_PATH}/pips/{portal_menus_row.PORTAL_MENU_ICON}" alt="" align="bottom" border="0" /><a href="{portal_menus_row.U_PORTAL_MENU_LINK}">&nbsp;{portal_menus_row.PORTAL_MENU_NAME}</a></span><br />


....where there is no pips directory. As well, acp_k_menus.html has..

Code: Select all
<script>
function display_pip(myForm)
{
    var pip = myForm.menu_icon;
    document.getElementById("pip").innerHTML = " <img align='absmiddle' src='./../styles/mot_aphrodite/imageset/pips/" + pip.value + "' />"
}
</script>


...which obviously won't work with prosilver :)

I've been having some fun with your script and think overall the way you've implemented it is sweet....not quite running out of the box for me but doesn't look like there is much in the way to getting there :)
zenpig
Crewman
Crewman
 
Posts: 2
Joined: 02 Feb 2007, 10:19
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby EXreaction » 21 May 2007, 21:30

So where can this be downloaded from? :confused:
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby zenpig » 22 May 2007, 00:10

Here's the thread at Michaelos forum where the download is linked to.
zenpig
Crewman
Crewman
 
Posts: 2
Joined: 02 Feb 2007, 10:19
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby kevinm » 22 May 2007, 11:22

Is there a place for support?? Ive got a question, just not sure where to post it???
kevinm
Crewman
Crewman
 
Posts: 6
Joined: 17 May 2007, 10:21
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby zachpl » 22 May 2007, 11:23

You can post here or at his site.
Sniper_E wrote:I speak French.... wee wee
zachpl
Beta Tester
Beta Tester
 
Posts: 195
Joined: 13 Apr 2007, 14:57
Favorite Team: Gaints
Gender: Male

Re: Stargate Portal (aka Kiss Portal) RC1 releasesd

Postby kevinm » 22 May 2007, 11:35

Thanks
I installed this on my test site and ran the install but it came back with this:

Code: Select all
you did not select a mode


I have not check to see if the tables were inserted yet.

Any ideas??

Thanks Again
kevinm
Crewman
Crewman
 
Posts: 6
Joined: 17 May 2007, 10:21
Gender: Male

PreviousNext

Return to Portals

Who is online

Users browsing this forum: No registered users and 2 guests