[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!
Suggested Hosts
Chimitox
Registered User
Posts: 7
Joined: Thu Nov 20, 2014 10:07 am
Location: España - Barcelona

Re: [Release] Aero (phpBB 3.1.6)

Post by Chimitox »

Thanks, I'll pass ..

This is my forum, sorry:
http://www.mundopiranha.com/foro_nuevo
User avatar
Spaldo
Registered User
Posts: 53
Joined: Sun Nov 07, 2004 9:28 pm

Re: [Release] Aero (phpBB 3.1.6)

Post by Spaldo »

Just testing this theme out. Anyone know how to add "Active Topics" to the top bar near quick links, FAQ, etc?

Also, one suggestion is the unread topic indicator being more obvious, in particular when you are in the forum itself.
Image
User avatar
jrolson
Registered User
Posts: 977
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.6)

Post by jrolson »

Chimitox wrote:Thanks, I'll pass ..

This is my forum, sorry:
http://www.mundopiranha.com/foro_nuevo
Whats the link to the new banner logo image?
Chimitox
Registered User
Posts: 7
Joined: Thu Nov 20, 2014 10:07 am
Location: España - Barcelona

Re: [Release] Aero (phpBB 3.1.6)

Post by Chimitox »

jrolson wrote:
Chimitox wrote:Thanks, I'll pass ..

This is my forum, sorry:
http://www.mundopiranha.com/foro_nuevo
Whats the link to the new banner logo image?
I want to put this banner logo:
http://www.mundopiranha.com/foro_nuevo/ ... ret988.jpg
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [Release] Aero (phpBB 3.1.6)

Post by Clipto »

Not sure if it's a style issue, maybe a phpBB thing, but hopefully someone has the solution.

The option to click to the last unread reply doesn't work good al the time.
Sometimes we get dropped in the middle of a topic, instead of at the last unread reply.
How can I fix this?
Is this a style issue, or is there a cache I have to clear to reset this option?
User avatar
jrolson
Registered User
Posts: 977
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.6)

Post by jrolson »

Chimitox wrote:
jrolson wrote:
Chimitox wrote:Thanks, I'll pass ..

This is my forum, sorry:
http://www.mundopiranha.com/foro_nuevo
Whats the link to the new banner logo image?
I want to put this banner logo:
http://www.mundopiranha.com/foro_nuevo/ ... ret988.jpg
In imageset.css
find,

Code: Select all

.imageset.site_logo {
	background-image: url("./images/site_logo.gif");
	padding-left: 149px;
	padding-top: 52px;
}
replace with,

Code: Select all

.imageset.site_logo {
    background-image: url("./images/logokret988.jpg");
    padding-left: 974px;
    padding-top: 148px;
}
In common.css
find,

Code: Select all

.logo {
    float: left;
    padding: 10px 13px 0 10px;
    width: auto;
}
remove,

Code: Select all

padding: 10px 13px 0 10px;
find,

Code: Select all

.headerbar {
	background: transparent none no-repeat top right;
	padding: 5px;
	min-height: 75px;
}
remove,

Code: Select all

padding: 5px;
User avatar
jrolson
Registered User
Posts: 977
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.6)

Post by jrolson »

Clipto wrote:Not sure if it's a style issue, maybe a phpBB thing, but hopefully someone has the solution.

The option to click to the last unread reply doesn't work good al the time.
Sometimes we get dropped in the middle of a topic, instead of at the last unread reply.
How can I fix this?
Is this a style issue, or is there a cache I have to clear to reset this option?
So it only happens some of the time?
Have you tried using a different style for a while and see if it still does it?

Clearing the cache couldn't hurt.
Chimitox
Registered User
Posts: 7
Joined: Thu Nov 20, 2014 10:07 am
Location: España - Barcelona

Re: [Release] Aero (phpBB 3.1.6)

Post by Chimitox »

jrolson wrote:
Chimitox wrote:
jrolson wrote:
Chimitox wrote:Thanks, I'll pass ..

This is my forum, sorry:
http://www.mundopiranha.com/foro_nuevo
Whats the link to the new banner logo image?
I want to put this banner logo:
http://www.mundopiranha.com/foro_nuevo/ ... ret988.jpg
In imageset.css
find,

Code: Select all

.imageset.site_logo {
	background-image: url("./images/site_logo.gif");
	padding-left: 149px;
	padding-top: 52px;
}
replace with,

Code: Select all

.imageset.site_logo {
    background-image: url("./images/logokret988.jpg");
    padding-left: 974px;
    padding-top: 148px;
}
In common.css
find,

Code: Select all

.logo {
    float: left;
    padding: 10px 13px 0 10px;
    width: auto;
}
remove,

Code: Select all

padding: 10px 13px 0 10px;
find,

Code: Select all

.headerbar {
	background: transparent none no-repeat top right;
	padding: 5px;
	min-height: 75px;
}
remove,

Code: Select all

padding: 5px;
Thanks Jrolson!!!

to do the same in the smartphone version ?

There any way to disable the smartphone version ?

thanks!
User avatar
Spaldo
Registered User
Posts: 53
Joined: Sun Nov 07, 2004 9:28 pm

Re: [Release] Aero (phpBB 3.1.6)

Post by Spaldo »

Spaldo wrote:Just testing this theme out. Anyone know how to add "Active Topics" to the top bar near quick links, FAQ, etc?
Any ideas on poor Spaldo's issue jrolson?
Image
User avatar
jrolson
Registered User
Posts: 977
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.6)

Post by jrolson »

Chimitox wrote:There any way to disable the smartphone version ?
In overall_header.html

Find and remove,

Code: Select all

<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">
User avatar
jrolson
Registered User
Posts: 977
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.1.6)

Post by jrolson »

Spaldo wrote:
Spaldo wrote:Just testing this theme out. Anyone know how to add "Active Topics" to the top bar near quick links, FAQ, etc?
Any ideas on poor Spaldo's issue jrolson?
In navbar_header.html
Find and remove,

Code: Select all

<li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li>
Find,

Code: Select all

<li class="small-icon icon-faq" <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->><a href="{U_FAQ}" rel="help" title="{L_FAQ_EXPLAIN}" role="menuitem">{L_FAQ}</a></li>
After add,

Code: Select all

<!-- IF S_DISPLAY_SEARCH -->
<li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
User avatar
Spaldo
Registered User
Posts: 53
Joined: Sun Nov 07, 2004 9:28 pm

Re: [Release] Aero (phpBB 3.1.6)

Post by Spaldo »

Thank you for the info jrolson
Image
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [Release] Aero (phpBB 3.1.6)

Post by 2600 »

Just remember to all that are making code changes. If you update the theme you will have to write the code change back. I have to do this all the time.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: [Release] Aero (phpBB 3.1.6)

Post by Lumpy Burgertushie »

in most cases if you are updating a custom style ( not theme ) then you are already doing it manually anyway so the chances are that it will not bother your custom changes.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [Release] Aero (phpBB 3.1.6)

Post by 2600 »

What's the difference?

Every time I have to upload this style I lose all my modified code I made in the previous version. The code is overwritten.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:

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