Navigator
Online Users

In total there are 33 users online :: 9 registered, 0 hidden and 24 guests

Most users ever online was 81 on Wed Jun 09, 2010 10:40 am

Registered users: Alexa [Bot], Baidu [Spider], Exabot [Bot], Google 2.1 [Bot], HelterSkelter , Prosk8er , Robster400 , Twisted, 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

Yahoo [Bot]
Sat. Sep. 04 2010, 04:44
Google 2.1 [Bot]
Sat. Sep. 04 2010, 04:41
Exabot [Bot]
Sat. Sep. 04 2010, 04:26
Baidu [Spider]
Sat. Sep. 04 2010, 04:07
Alexa [Bot]
Sat. Sep. 04 2010, 03:27
Google [Bot]
Sat. Sep. 04 2010, 02:09
Ask Jeeves [Bot]
Sat. Sep. 04 2010, 00:53
MSN [Bot]
Sat. Sep. 04 2010, 00:48
MSNbot Media
Fri. Sep. 03 2010, 21:46
Google Desktop
Thu. Sep. 02 2010, 09:09

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-202 - sgp refresh (and.. not only this)

Support for Stargate Portal Version 2.0.0

307-202 - sgp refresh (and.. not only this)

Postby psi » Wed Jul 28, 2010 11:02 pm

Hey,
i want to show you one issue ;p in sgp_refresh.html we can find (styles/prosilver/template/sgp_refresh.html):
Code: Select all
            <div class="bg3" style="margin-right:25%;"> : {L_DISABLED} - Use refresh in ACP for time being...</div>

and should be (IMO):
Code: Select all
            <div class="bg3" style="margin-right:25%;">{L_DISABLE_USE}</div>

AND (/langauge/en/common.php):
there is:
Code: Select all
   'DISABSLE_USE'      => '<br />&nbsp;&#187;&nbsp;Disabled, use refresh in ACP for time being...',

should be:
Code: Select all
   'DISABLE_USE'      => '<br />&nbsp;&#187;&nbsp;Disabled, use refresh in ACP for time being...',


Now, the sgp_refresh is fully multilanguage file :P This is everything for today, there will be more.. :D I'm back :D
I hope that you change this Mike in 203?.

PS There is no alternatives for your portal!
PPS Is it faster than one year ago?? :D

EDIT// You'll find more changes below :)
Sorry for my (very) bad English :D
User avatar
psi
 
Posts: 32
Joined: Fri Aug 10, 2007 5:11 pm
  Flag

Re: 307-202 - sgp refresh

Postby CaNNon » Thu Jul 29, 2010 1:45 am

this one looks the same psi, "/langauge/en/common.php" am i missing something?
and WB! :urw:
Image
Image

CaNNon
 
Posts: 457
Joined: Thu Apr 30, 2009 3:48 am
  Flag

Re: 307-202 - sgp refresh

Postby Prosk8er » Thu Jul 29, 2010 2:54 am

look how disabled is spelled :)
Tyler
Proud Stargate Portal user on phpBB 3.0.7PL1 + 2.0.0 (build 307-202)
Image
Image
User avatar
Prosk8er
 
Posts: 57
Joined: Wed Apr 29, 2009 3:10 am
Location: Rochester, Ny Flag

Re: 307-202 - sgp refresh

Postby Robster400 » Thu Jul 29, 2010 3:23 am

He's removed the English text, and directed the script to the language file for the text, so it can be translated if needed.
Good move.

Dropbox, 2gigs of free (like air) storage. Synchronized to a local folder. Use my referral, pretty please! :D
User avatar
Robster400
 
Posts: 124
Joined: Thu Sep 24, 2009 4:45 am
  Flag

Re: 307-202 - sgp refresh

Postby psi » Thu Jul 29, 2010 9:06 am

Like said Robster :)
Sorry for my (very) bad English :D
User avatar
psi
 
Posts: 32
Joined: Fri Aug 10, 2007 5:11 pm
  Flag

Re: 307-202 - sgp refresh

Postby CaNNon » Thu Jul 29, 2010 1:59 pm

:lol: I totally missed it! Thanks guys.
Image
Image

CaNNon
 
Posts: 457
Joined: Thu Apr 30, 2009 3:48 am
  Flag

Re: 307-202 - sgp refresh (and.. not only this)

Postby psi » Fri Jul 30, 2010 12:51 pm

Some more improvements by psi :)
The "Temporarily hide blocks" function is available in the ONLY English language. How to do the translation?
In ../styles/portal_common/template/portal_head.html (4 changes)
Find:
Code: Select all
         <a href="javascript:ShowHide('left'); ShowHide('left_blocks_col_hide'); ShowHide('left_blocks_col_show');" title="Show Blocks"><img src="images/slide1.png" width="12" height="10" alt="" class="left_blocks_col_show" /></a>

Replace with:
Code: Select all
         <a href="javascript:ShowHide('left'); ShowHide('left_blocks_col_hide'); ShowHide('left_blocks_col_show');" title="{L_SHOW_BLOCKS}"><img src="images/slide1.png" width="12" height="10" alt="" class="left_blocks_col_show" /></a>


Find:
Code: Select all
         <a href="javascript:ShowHide('left'); ShowHide('left_blocks_col_show'); ShowHide('left_blocks_col_hide');" title="Temporarily Hide Blocks"><img src="images/slide2.png" width="12" height="10" alt="" class="left_blocks_col_show" /></a>

Replace with:
Code: Select all
         <a href="javascript:ShowHide('left'); ShowHide('left_blocks_col_show'); ShowHide('left_blocks_col_hide');" title="{L_HIDE_BLOCKS_TEMP}"><img src="images/slide2.png" width="12" height="10" alt="" class="left_blocks_col_show" /></a>


Find:
Code: Select all
         <a href="javascript:ShowHide('right'); ShowHide('right_blocks_col_hide'); ShowHide('right_blocks_col_show');" title="Show Blocks"><img src="images/slide2.png" width="12" height="10" alt="" class="right_blocks_col_show" /></a>

Replace with:
Code: Select all
         <a href="javascript:ShowHide('right'); ShowHide('right_blocks_col_hide'); ShowHide('right_blocks_col_show');" title="{L_SHOW_BLOCKS}"><img src="images/slide2.png" width="12" height="10" alt="" class="right_blocks_col_show" /></a>


Find:
Code: Select all
         <a href="javascript:ShowHide('right'); ShowHide('right_blocks_col_show'); ShowHide('right_blocks_col_hide');" title="Temporarily Hide Blocks"><img src="images/slide1.png" width="12" height="10" alt="" class="right_blocks_col_show" /></a>

Replace with:
Code: Select all
         <a href="javascript:ShowHide('right'); ShowHide('right_blocks_col_show'); ShowHide('right_blocks_col_hide');" title="{L_HIDE_BLOCKS_TEMP}"><img src="images/slide1.png" width="12" height="10" alt="" class="right_blocks_col_show" /></a>


Open:
../language/en/common.php (1 change)
Find:
Code: Select all
   'POST_BY_POSTER'            => 'by',

After add:
Code: Select all
   'HIDE_BLOCKS_TEMP'            => 'Temporarily Hide Blocks',
   'SHOW_BLOCKS'               => 'Show blocks',


This is change only for translators. English users will not see any effects :)
Sorry for my (very) bad English :D
User avatar
psi
 
Posts: 32
Joined: Fri Aug 10, 2007 5:11 pm
  Flag

Re: 307-202 - sgp refresh (and.. not only this)

Postby Mike » Mon Aug 02, 2010 1:05 am

I have received the first report of problems from the phpBB devs... this included quite a few problems where I did not use lang variables... these are being fixed as we speak...

The vast majority, over 95% of problems found related to coding guidelines (mainly not using {} to block if(...) functions, and the language problems mentioned above...
As I said before, no more releases until all these are fixed... so forgive me for not being active everyday but I have a lot of files to clean up... Mike
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: 2258
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag


Return to SGP 2.0.0 (RC)

Who is online

Registered users: Alexa [Bot], Baidu [Spider], Exabot [Bot], Google 2.1 [Bot], HelterSkelter , Prosk8er , Robster400 , Twisted, Yahoo [Bot]