Stargate Portal (aka Kiss Portal) RC1

Portals for phpBB3 Olympus

Re: Stargate Portal (aka Kiss Portal) RC1

Postby n2rga » 06 Mar 2009, 12:30

@Bingle
Looks great now all you need is to join the phpbb Forum Web Ring to get traffic to your site and your all set.
http://www.thejokeforum.com/phpBBWebRing/phpBBForumWebring.html
Mitch
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, stargate portal Install service.
Image

http://www.thejokeforum.com/ Roll over Laughing
User avatar
n2rga    
Supporter
Supporter
 
Posts: 44
Joined: 09 Jan 2008, 09:48
Location: Brooklyn, NY
Favorite Team: Giants
Gender: Male
phpBB Knowledge: 1


Re: Stargate Portal (aka Kiss Portal) RC1

Postby Michaelo » 06 Mar 2009, 20:17

I designed a site some time ago for kids... The aim was to provide a safe search engine for young people the basic search page looked like this... The No worries web url was taken so we came up with Bimbles...
Note the name... close isn't it ;)
Attachments
bimbles.png
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

Postby nikki » 09 Mar 2009, 11:32

I'm installing the portal/phpbb install. I get to the first step and get this error: Fatal error: Call to undefined function phpbb_chmod() in /homepages/40/d217707377/htdocs/install/install_install.php on line 447

Help?
nikki    
Borg Drone
Borg Drone
 
Posts: 4
Joined: 02 Feb 2008, 15:50
Gender: Female

Re: Stargate Portal (aka Kiss Portal) RC1

Postby Michaelo » 09 Mar 2009, 12:23

Not sure why you are using the phpBB install folder and the portal install is in root/portal folder
Did you install a clean phpBB 3.0.4 or are up adding the portal?

You may want to hang on till 17th March for the RC1 release...
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

Postby Michaelo » 21 May 2009, 19:29

This is pretty much it for some considerable time... no more major changes...

Added:
portal pages > You can wrap you html code in the portal. See: http://www.stargate-portal.com/forum/po ... tal_page=6
web pages > Add any html pages you like. See: http://www.stargate-portal.com/forum/we ... de=youtube

  • Revamped quite a bit of the portal ACP...
  • Fixed all outstanding errors...
  • All page can now show left and or right blocks (optional)...
    Many other changes... drop by the new dev site for a look

Just a update re RC1 (Cashel)... available at: sourceforge: https://sourceforge.net/project/showfil ... _id=156802
Discussion: http://www.stargate-portal.com/forum/vi ... yle=7&f=11

New install with AutoMod take about a minute...
Updating can be a bit tricky so check the forums above...
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

Postby Sniper_E » 21 May 2009, 19:53

Michael, I have always been impressed with your work and with the look and feel of your site.
but I'm easy to impress
You have created some awesome stuff man. :good: You're up there with the big boys in my book! ;)
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Stargate Portal (aka Kiss Portal) RC1

Postby RMcGirr83 » 21 May 2009, 20:33

20 queries on index.php...nice!!

/me concurs with sniper_e
Image
RMcGirr83    
Supporter
Supporter
 
Posts: 97
Joined: 23 Feb 2008, 07:03
Location: East Lyme, CT
Favorite Team: NY FOOTBALL Giants
Gender: Male
phpBB Knowledge: 10

Re: Stargate Portal (aka Kiss Portal) RC1

Postby Michaelo » 25 May 2009, 13:18

Thanks Guys... that means a lot to me... after such a long time it's easy to loose interest...
The queries are down because I added caching to pretty much all block queries...
The current release bears little resemblance to the early versions... things are improving and will hopefully continue to improve with time...
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

Postby Jaymie1989 » 05 Jun 2009, 09:12

How can I use {S_USERNAME} on the portal?
Jaymie1989    
Supporter
Supporter
 
Posts: 1370
Joined: 30 Sep 2007, 15:51
Location: Some where in phpbb_users table
Favorite Team: Liverpool FC
Gender: Male
phpBB Knowledge: 5

Re: Stargate Portal (aka Kiss Portal) RC1

Postby Jaymie1989 » 17 Jun 2009, 11:58

I know some users want the AJAX Chat by handyman on there portal page and I have created this for you who want it
Here is what I done to show the chat on the portal page.

Open: portal.php
Find:
Code: Select all
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('portal/portal');


Add After:
Code: Select all
include($phpbb_root_path . 'shout.' . $phpEx);


Now open your template folder for your style
Open: portal.html
Find:
Code: Select all
<!-- INCLUDE overall_footer.html -->


Add Before:
Code: Select all
<!-- INCLUDE chat_body.html -->


it works for me :D
Jaymie1989    
Supporter
Supporter
 
Posts: 1370
Joined: 30 Sep 2007, 15:51
Location: Some where in phpbb_users table
Favorite Team: Liverpool FC
Gender: Male
phpBB Knowledge: 5

PreviousNext

Return to Portals

Who is online

Users browsing this forum: No registered users and 3 guests

cron