[Release] Aero (phpBB 3.1.10)

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: [Release] Aero (phpBB 3.1.2)

Post by PayBas »

RMcGirr83 wrote:Seems they have but of all the styles html files only ~20 are different from prosilver. Why the style author insists on not using template inherits (as per his platinum 3.0.x style which I converted to use template inherits and now only 13 are not prosilver based) baffles me. It would make updating soooo much easier.
While we don't require the use of template inheritance, we strongly encourage it. Especially when a style is based on prosilver/subsilver.

To the author, have a look here: https://www.phpbb.com/styles/create/#a-inheritance
ninowebs
Registered User
Posts: 191
Joined: Tue Dec 15, 2009 6:36 pm
Location: Italia Sicilia
Contact:

Re: [Release] Aero (phpBB 3.1.2)

Post by ninowebs »

Excuse me , I wanted to know if this portal board3 style works well on
marcovo
Registered User
Posts: 239
Joined: Fri Nov 16, 2012 12:19 pm
Location: The Netherlands
Name: Marco

Re: [Release] Aero (phpBB 3.1.2)

Post by marcovo »

RMcGirr83 wrote:
marcovo wrote:...
Seems they have but of all the styles html files only ~20 are different from prosilver. Why the style author insists on not using template inherits (as per his platinum 3.0.x style which I converted to use template inherits and now only 13 are not prosilver based) baffles me. It would make updating soooo much easier.

In fact the only reason that there are edits to some of the style files, like viewtopic_body.html is due to div's for the style being added. Pretty sure that the css could be changed instead to accomplish this but I'm not a style guy.
I have asked myself the same question too, also for phpBB 3.0 indeed. This style have been included om my boards from the beginning, because it's a nice theme. It would however be much easier indeed if the style used inheritance... If not, I'll do this myself before including it in my boards when upgrading to phpBB 3.1, I guess..
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.2)

Post by jrolson »

RMcGirr83 wrote:Pretty sure that the css could be changed instead to accomplish this but I'm not a style guy.
If only it was that simple... in this case however, no.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.2)

Post by jrolson »

ninowebs wrote:Excuse me , I wanted to know if this portal board3 style works well on
Don't see a reason why it wouldn't work...
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.2)

Post by jrolson »

Just to clear things up, Aero has been updated to use template inheritance for a couple days now.

However, it still uses its own template files for 2 reasons.
1. Certain code (such as <div>) is added to make the style work.
2. As for the untouched files, I kept them because I may decide to add code to these in a future date. (You may delete them but I can't guarantee you wont break the style in doing so...)
marcovo
Registered User
Posts: 239
Joined: Fri Nov 16, 2012 12:19 pm
Location: The Netherlands
Name: Marco

Re: [Release] Aero (phpBB 3.1.2)

Post by marcovo »

jrolson wrote:Just to clear things up, Aero has been updated to use template inheritance for a couple days now.

However, it still uses its own template files for 2 reasons.
1. Certain code (such as <div>) is added to make the style work.
2. As for the untouched files, I kept them because I may decide to add code to these in a future date. (You may delete them but I can't guarantee you wont break the style in doing so...)
Good to hear :) . As per point 2: I guess you could as well just not include the untouched files, and do include those files in later versions if you need to modify them then? I don't know how you manage updates in your files, but I can imagine it may also save you work when phpBB is updated ;) .
CheGuevara
Registered User
Posts: 57
Joined: Wed Mar 15, 2006 11:04 am

Re: [Release] Aero (phpBB 3.1.2)

Post by CheGuevara »

What's the correct way to change the width of the main container to fill whole page, like on the screenshot in first post?

Sorted: same as it was in 3.0
ninowebs
Registered User
Posts: 191
Joined: Tue Dec 15, 2009 6:36 pm
Location: Italia Sicilia
Contact:

Re: [Release] Aero (phpBB 3.1.2)

Post by ninowebs »

hel me please.
use aero 1.5.2 I still like to have not only riuscitoa fix this template file ,, please those who help me

this is file template

Code: Select all

<!-- INCLUDE overall_header.html -->

<!-- IF S_ARCADE_POSITION_LEFT -->
	<!-- INCLUDE arcade/play_info_box.html -->
<!-- ENDIF -->

<div id="{GAMETOP}" style="float: left; width: 75%; height:100%; text-align: center;">
	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>
			<!-- IF S_ARCADE_POSITION_RIGHT -->
				<div class="game_title arcade_text_left">
					<a{GAME_NAME_STYLE} id="gamename" href="#{GAMETOP}" onclick="phpBBArcade.GamePlay('start'); return false;" title="{L_RESTART_GAME}">{GAME_NAME}</a>
					<!-- IF S_ARCADE_FAVORITE and GAME_FAV_IMG -->&nbsp;&nbsp;{GAME_FAV_IMG}<!-- ENDIF -->
					<span class="game_title_option_right">
						<!-- IF S_ARCADE_PLUGIN_GAME_SHARE -->{ARCADE_PLUGIN_FACEBOOK_GAME_SHARE}&nbsp;{ARCADE_PLUGIN_TWEET_GAME_SHARE}&nbsp;&nbsp;&nbsp;&nbsp;<!-- ENDIF -->

						<!-- IF S_RESOLUTION_SELECT -->
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('reduce'); return false;"><img class="arcade-icon" src="{SMALL_IMAGE}" title="{L_ARCADE_RESOLUTION_REDUCE}" alt="{L_ARCADE_RESOLUTION_REDUCE}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('auto'); return false;"><img class="arcade-icon" src="{AUTO_IMAGE}" title="{L_ARCADE_RESOLUTION_AUTO}" alt="{L_ARCADE_RESOLUTION_AUTO}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('increase'); return false;"><img class="arcade-icon" src="{BIG_IMAGE}" title="{L_ARCADE_RESOLUTION_INCREASE}" alt="{L_ARCADE_RESOLUTION_INCREASE}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('original'); return false;"><img class="arcade-icon" src="{ORIGINAL_IMAGE}" title="{L_ARCADE_ORIGINAL_SIZE}" alt="{L_ARCADE_ORIGINAL_SIZE}" /></a>&nbsp;
							<a id="arcade_fullsceen" href="#{GAMETOP}" onclick="phpBBArcade.FullScreen('{GAMETOP}'); return false;"><img class="arcade-screen-icon" src="{FULL_SCREEN_IMAGE}" title="{L_ARCADE_FULLSCREEN}" alt="{L_ARCADE_FULLSCREEN}" /></a>&nbsp;
						<!-- ENDIF -->
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameBacklight(); return false;"><img class="arcade-icon" id="arcade_lightbulb" src="{LIGHTBULB_IMAGE}" title="{L_ARCADE_BACKLIGHT}" alt="{L_ARCADE_BACKLIGHT}" /></a>&nbsp;
						<a id="arcade_play_info_icon" href="#{GAMETOP}" onclick="phpBBArcade.GameInfoBlock(); return false;"><img class="arcade-block-icon" id="arcade_right_block_co" src="{OPEN_CLOSE_IMAGE}" title="{L_ARCADE_GAME_PLAY_INFO_BLOCK_CLOSE}" alt="{L_ARCADE_GAME_PLAY_INFO_BLOCK_CLOSE}" /></a>
					</span>
				</div>
			<!-- ELSE -->
				<div class="game_title arcade_text_right">
					<!-- IF S_ARCADE_FAVORITE and GAME_FAV_IMG -->{GAME_FAV_IMG}&nbsp;&nbsp;<!-- ENDIF -->
					<a{GAME_NAME_STYLE} id="gamename" href="#{GAMETOP}" onclick="phpBBArcade.GamePlay('start'); return false;" title="{L_RESTART_GAME}">{GAME_NAME}</a>

					<span class="game_title_option_left">
						<a id="arcade_play_info_icon" href="#{GAMETOP}" onclick="phpBBArcade.GameInfoBlock(); return false;"><img class="arcade-block-icon" id="arcade_right_block_co" src="{OPEN_CLOSE_IMAGE}" title="{L_ARCADE_GAME_PLAY_INFO_BLOCK_CLOSE}" alt="{L_ARCADE_GAME_PLAY_INFO_BLOCK_CLOSE}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameBacklight(); return false;"><img class="arcade-icon" id="arcade_lightbulb" src="{LIGHTBULB_IMAGE}" title="{L_ARCADE_BACKLIGHT}" alt="{L_ARCADE_BACKLIGHT}" /></a>&nbsp;
						<!-- IF S_RESOLUTION_SELECT -->
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('reduce'); return false;"><img class="arcade-icon" src="{SMALL_IMAGE}" title="{L_ARCADE_RESOLUTION_REDUCE}" alt="{L_ARCADE_RESOLUTION_REDUCE}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('auto'); return false;"><img class="arcade-icon" src="{AUTO_IMAGE}" title="{L_ARCADE_RESOLUTION_AUTO}" alt="{L_ARCADE_RESOLUTION_AUTO}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('increase'); return false;"><img class="arcade-icon" src="{BIG_IMAGE}" title="{L_ARCADE_RESOLUTION_INCREASE}" alt="{L_ARCADE_RESOLUTION_INCREASE}" /></a>&nbsp;
						<a href="#{GAMETOP}" onclick="phpBBArcade.GameResize('original'); return false;"><img class="arcade-icon" src="{ORIGINAL_IMAGE}" title="{L_ARCADE_ORIGINAL_SIZE}" alt="{L_ARCADE_ORIGINAL_SIZE}" /></a>&nbsp;
							<a id="arcade_fullsceen" href="#{GAMETOP}" onclick="phpBBArcade.FullScreen('{GAMETOP}'); return false;"><img class="arcade-screen-icon" src="{FULL_SCREEN_IMAGE}" title="{L_ARCADE_FULLSCREEN}" alt="{L_ARCADE_FULLSCREEN}" /></a>&nbsp;&nbsp;&nbsp;&nbsp;
						<!-- ENDIF -->

					<!-- IF S_ARCADE_PLUGIN_GAME_SHARE -->{ARCADE_PLUGIN_FACEBOOK_GAME_SHARE}&nbsp;{ARCADE_PLUGIN_TWEET_GAME_SHARE}<!-- ENDIF -->
					</span>
				</div>
			<!-- ENDIF -->
		<span class="corners-bottom"><span></span></span></div>
	</div>

	<br />

	<div style="background:none; width: 100%;">
		<div id="arcade_turnoff" style="visibility: {ARCADE_TURNOFF};"></div>
		<div id="flash_game_window">
			<div id="phpbb_arcade_flash" style="border: none; width: 1px; height: 6px;">
				<div id="phpbb_arcade_flash_game" style="width: 700px; margin-left: -340px;">
					<h2>{L_ARCADE_FLASH_VERSION}</h2>
					<p><a href="http://www.adobe.com/go/getflashplayer/"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
					<script type="text/javascript">
						// <![CDATA[
							phpBBArcade.GameLoad();
						// ]]>
					</script>
				</div>
			</div>
		</div>
	</div>
</div>

<!-- IF S_ARCADE_POSITION_RIGHT -->
	<!-- INCLUDE arcade/play_info_box.html -->
<!-- ENDIF -->

<div style="clear:both;">&nbsp;</div>

<!-- INCLUDE arcade/footer_body.html -->

codes to define the block

Code: Select all

<span class="corners-top"><span></span></span>
	
			<span class="corners-bottom"><span></span></span></div>
{$A_BLOCK_START}   and   {$A_BLOCK_END}
thnk you
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am
Contact:

Re: [Release] Aero (phpBB 3.1.2)

Post by Clipto »

How much work is it to transfer the member info from the right to the left?
Can get used to it being on the right side, but prefer it being at the left hand side.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.2)

Post by jrolson »

Clipto wrote:How much work is it to transfer the member info from the right to the left?
Can get used to it being on the right side, but prefer it being at the left hand side.
It's just a couple of edits.

Find .postprofile in content.css
Change float: right to float: left
Change border-width: 0 0 0 1px; to border-width: 0 1px 0 0;

Find .postbody in content.css
Change float: left to float: right
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [Release] Aero (phpBB 3.1.2)

Post by MattF »

jrolson wrote:2. As for the untouched files, I kept them because I may decide to add code to these in a future date. (You may delete them but I can't guarantee you wont break the style in doing so...)
This does not sound like a good idea, mainly because you have to worry about keeping them up to date with phpBB. And at the rate template events are going to be coming in over the next several versions, you will invariably miss some, and all for no reason, really.

This'll make life difficult for users of this style, and for ext authors too. Ext authors will get hit with false support topics about their exts not working, when in reality it could just be a problem with this style accidentally missing template events.

The best practice is to only include the files you modified, and inherit everything from else from prosilver. Makes your life easier, your user's lives easier, and ext author's lives easier. It's also cleaner and much more fool proof that way too.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am
Contact:

Re: [Release] Aero (phpBB 3.1.2)

Post by Clipto »

jrolson wrote:
Clipto wrote:How much work is it to transfer the member info from the right to the left?
Can get used to it being on the right side, but prefer it being at the left hand side.
It's just a couple of edits.

Find .postprofile in content.css
Change float: right to float: left
Change border-width: 0 0 0 1px; to border-width: 0 1px 0 0;

Find .postbody in content.css
Change float: left to float: right
Thanks, works like a charm!
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am
Contact:

Re: [Release] Aero (phpBB 3.1.2)

Post by Clipto »

Another question my users came up with.
In the normal browser it looks great, but when opened with a smartphone or tablet the topicnames and pagenumbers are pushed together.
The space between replies and views is huge and after the name of the last user that has replied, there's a empty space too.
Is there a way to give the first column (topicname and page numbers) more space, so it doesn't look cropped together?

Will add some screenshots in a moment, but hope this explaination is helpfull
Attachments
1.png
2.jpg
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.2)

Post by jrolson »

I will look into fixing the spacing for mobile devices.
Locked

Return to “[3.1.x] Styles in Development”