In total there are 25 users online :: 8 registered, 0 hidden and 17 guests
Most users ever online was 81 on Wed Jun 09, 2010 10:40 am
Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Google 2.1 [Bot], hardpeter , Mitch , MSN [Bot], Yahoo [Bot] based on users active over the past 240 minutes
Google 2.1 [Bot]
Fri. Sep. 10 2010, 03:08
Yahoo [Bot]
Fri. Sep. 10 2010, 03:07
MSN [Bot]
Fri. Sep. 10 2010, 02:58
Exabot [Bot]
Fri. Sep. 10 2010, 02:55
Ask Jeeves [Bot]
Fri. Sep. 10 2010, 02:34
Baidu [Spider]
Thu. Sep. 09 2010, 23:54
Google [Bot]
Thu. Sep. 09 2010, 18:14
Google Desktop
Thu. Sep. 09 2010, 14:28
MSNbot Media
Thu. Sep. 09 2010, 07:23
Alexa [Bot]
Thu. Sep. 09 2010, 06:04
Not processed for this page
• Demo Block •
Progress: [||||||||||]
Last updated: Mon 25 Aug 2008
Version: 0.0.0
Not downloaded yet
• Team Speak •
Progress: [||||||||||]
Last updated: Mon 20 Apr 2009
Version: 1.0.0
Not downloaded yet
Cloud 9 Admin Links
Assigned links via ACP Based on Roy Tanck's Cumulus... phpbbireland March 2009
Roy's link
|
Discussions for builds 307-001 (SGP 1.0.7 on) 307-001 does not contain an update script. It is intended for testing only.
Moderator: Staff
by Mike » Fri Mar 05, 2010 6:57 pm
Not complete yet, just started... Aim is to move all common tag into one file so we can either edit the styles existing css and any any tag that is needed of just use a small override.css file for whatever is not common... Added the missing file SVN 81... The last major objective for me, is to make all variables/data in index available to blocks without any additional queries... If successful this should reduce the queries on the portal page dramatically (even though we do cache 2/3 them)... This would be the single biggest advance in the last two or three years... but not sure if it is possible... Update: All blocks can now access the phpbb common_ variables available on the index page... This basically means you do not need to run queries for any block that appears on the index or portal page, provided that block displays common_ variables... You still run the queries if the block appear on other pages where the common_ variables are not accessible... Blocks can now be constructed so... If this page = portal or index do very little, else do all the work...
MikeStargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%. Dev site: Main site: 
-

Mike
-
- Posts: 2275
- Joined: Wed Mar 11, 2009 1:57 am
- Location: Dublin, Ireland

-
by Mitch » Mon Mar 08, 2010 4:27 am
I just got this error - Code: Select all
[phpBB Debug] PHP Notice: in file /blocks/block_rss_feeds.php on line 99: Undefined variable: user [phpBB Debug] PHP Notice: in file /blocks/block_rss_feeds.php on line 99: Trying to get property of non-object [phpBB Debug] PHP Notice: in file /blocks/block_rss_feeds.php on line 100: Undefined variable: user [phpBB Debug] PHP Notice: in file /blocks/block_rss_feeds.php on line 100: Trying to get property of non-object [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4377: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3529) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4379: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3529) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4380: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3529) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4381: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3529)
-

Mitch
-
- Posts: 914
- Joined: Wed Dec 12, 2007 11:19 am
- Location: Mill Basin, Brooklyn, New York

-
by Mike » Mon Mar 08, 2010 5:03 am
Strange that never came up before... its been there a long time... In blocks/block_rss_feeds.php Find: - Code: Select all
global $rss, $phpbb_root_path;
Replace with: - Code: Select all
global $rss, $phpbb_root_path, $user;
MikeStargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%. Dev site: Main site: 
-

Mike
-
- Posts: 2275
- Joined: Wed Mar 11, 2009 1:57 am
- Location: Dublin, Ireland

-
by Mitch » Mon Mar 08, 2010 5:45 am
thanks working on install now will do later
-

Mitch
-
- Posts: 914
- Joined: Wed Dec 12, 2007 11:19 am
- Location: Mill Basin, Brooklyn, New York

-
by X0uL » Fri Mar 19, 2010 3:56 pm
is sgp 306-110 the latest version users can download? or is SGP 1.0.7 available for download.. if so where can i get it?
-

X0uL
-
- Posts: 7
- Joined: Tue Oct 13, 2009 2:06 pm
by Mitch » Fri Mar 19, 2010 4:46 pm
X0uL wrote:is sgp 306-110 the latest version users can download? or is SGP 1.0.7 available for download.. if so where can i get it? viewtopic.php?f=49&t=714
-

Mitch
-
- Posts: 914
- Joined: Wed Dec 12, 2007 11:19 am
- Location: Mill Basin, Brooklyn, New York

-
by WiZaRd » Tue Mar 23, 2010 3:58 pm
Well, same here... though I think this will change once the code has gotten more stable and isn't constantly changed 
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
by Mike » Tue Mar 23, 2010 7:34 pm
Apologies for not responding guys.... under normal circumstances I would have given everyone access to svn the same day... The main reason I have delayed is... builds 307-001/002/003, have substantial updates as well as and changes to where portal code is added to phpBB core files.. This will undoubtedly cause confusion to some, as these will require manual removal before updating... (previous edits to index, viewtopics, viewforums plus and a couple more have all but been removed). Also, giving access to older versions would not a good idea as this would make the new build harder for them to implement... Bear with me for the moment, I sure this version will be the best so far.... all I need is time to complete it... BTW I'm about 90% done... 
MikeStargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%. Dev site: Main site: 
-

Mike
-
- Posts: 2275
- Joined: Wed Mar 11, 2009 1:57 am
- Location: Dublin, Ireland

-
Return to SGP 1.0.7 (phpBB 3.0.7)
Who is online
Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Google 2.1 [Bot], hardpeter , Mitch , MSN [Bot], Yahoo [Bot]
|