Navigator
Online Users

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

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

Bot Tracker

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

Search

Categories
Not processed for this page
In development
Demo Block
Progress: [||||||||||]
Last updated:
Mon 25 Aug 2008
Version: 0.0.0
Designed by: Michaelo
Not downloaded yet
Team Speak
Progress: [||||||||||]
Last updated:
Mon 20 Apr 2009
Version: 1.0.0
Designed by: HelterSkelter
Ported by: Mike
Not downloaded yet
Cloud9 Links

; ; ; ; ; ; ; ; ; ;

307-001 update of stargatestyles.com

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

Re: 307-001 update of stargatestyles.com

Postby Mike » Fri Mar 05, 2010 6:57 pm

dravekx wrote:Edit-1: Oh WOW! You converted portal_common into a style layout!!! That is completely awesome! :ugeek: :D :iamb: :n1:

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...
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2275
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: 307-001 update of stargatestyles.com

Postby 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
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 914
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: 307-001 update of stargatestyles.com

Postby 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;
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2275
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: 307-001 update of stargatestyles.com

Postby Mitch » Mon Mar 08, 2010 5:45 am

thanks working on install now will do later
Mitch
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 914
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: 307-001 update of stargatestyles.com

Postby 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
  Flag

Re: 307-001 update of stargatestyles.com

Postby 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
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 914
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: 307-001 update of stargatestyles.com

Postby Prosk8er » Tue Mar 23, 2010 3:57 pm

i pmed him askin for login info for it when you posted that and still got no reply back with the login info
Tyler
Proud Stargate Portal user on phpBB 3.0.7PL1 + 2.0.0 (build 307-202)
Image
Image
User avatar
Prosk8er
 
Posts: 59
Joined: Wed Apr 29, 2009 3:10 am
Location: Rochester, Ny Flag

Re: 307-001 update of stargatestyles.com

Postby 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
  Flag

Re: 307-001 update of stargatestyles.com

Postby 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... :geek:
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2275
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: 307-001 update of stargatestyles.com

Postby Prosk8er » Wed Mar 24, 2010 6:04 am

alrighty thanks for keeping us posted
Tyler
Proud Stargate Portal user on phpBB 3.0.7PL1 + 2.0.0 (build 307-202)
Image
Image
User avatar
Prosk8er
 
Posts: 59
Joined: Wed Apr 29, 2009 3:10 am
Location: Rochester, Ny Flag

PreviousNext

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]