[Release] Aero (phpBB 3.0.12)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Locked
User avatar
tony359
Registered User
Posts: 29
Joined: Sun Nov 20, 2005 11:43 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by tony359 »

hi,

"View unanswered posts • View unread posts • View active topics • View new posts • View your posts"

There are instructions on how to display it on all pages, but - unless I am doing it wrong - it didn't work with this version.

Any help?
Cheers
Tony
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

tony359 wrote:hi,

"View unanswered posts • View unread posts • View active topics • View new posts • View your posts"

There are instructions on how to display it on all pages, but - unless I am doing it wrong - it didn't work with this version.

Any help?
Cheers
Tony
Find and remove in index_body.html

Code: Select all

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
    <!-- IF S_LOAD_UNREADS -->
    &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a>
    <!-- ENDIF -->
    &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
    <!-- IF S_USER_LOGGED_IN -->
    &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
    &bull; <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
    <!-- ENDIF -->
    <!-- IF U_RESTORE_PERMISSIONS -->
    &bull; <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
	<!-- ENDIF -->
        </li>
	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
Add at the bottom of overall_header.html

Code: Select all

<div class="tbspace">
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
    <!-- IF S_LOAD_UNREADS -->
    &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a>
    <!-- ENDIF -->
    &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
    <!-- IF S_USER_LOGGED_IN -->
    &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
    &bull; <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
    <!-- ENDIF -->
    <!-- IF U_RESTORE_PERMISSIONS -->
    &bull; <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
	<!-- ENDIF -->
        </li>
	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
</div>
Flush cache after...
User avatar
tony359
Registered User
Posts: 29
Joined: Sun Nov 20, 2005 11:43 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by tony359 »

you're a star, as usual.

Thanks a lot.
Sandra95
Registered User
Posts: 12
Joined: Tue Jul 10, 2012 6:56 am

Re: [Release] Aero (phpBB 3.0.11)

Post by Sandra95 »

Sandra95 wrote:
jrolson wrote:Ok everyone,

1.4.9 released,
Still not sure what went wrong with 1.4.8 (missing buttons, non working features, ect.) but after re-doing the code edits and alot of testing, all is working again...
Hi jrolson, so the version 1.4.7 is the same like the version 1.4.9? Or what is changed?
Hi, please answer me, you say after re-doing the the code edits all works again, so is the Version 1.4.7. same as Version 1.4.9? or what changes we have to do?
User avatar
tony359
Registered User
Posts: 29
Joined: Sun Nov 20, 2005 11:43 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by tony359 »

I did answer! Ok, I'm not the author but...

1.4.9 is for forum version 3.0.11! When a new version is released, a new release of the style is needed to cope with all the code changes of the forum.
Sandra95
Registered User
Posts: 12
Joined: Tue Jul 10, 2012 6:56 am

Re: [Release] Aero (phpBB 3.0.11)

Post by Sandra95 »

tony359 wrote:I did answer! Ok, I'm not the author but...

1.4.9 is for forum version 3.0.11! When a new version is released, a new release of the style is needed to cope with all the code changes of the forum.
I didnt ask you! I ask the style author...
Version 1.4.8 (1.4.7 to 1.4.8 was the update for 3.0.11) had many changes, in the quote post jrolson said he re-doing the code edits. So my question, is the v. 1.4.7 the same like 1.4.9 or what is changed? We have many changed in our Aerostyle and cant easy install new Version, we need to do the changes self.
User avatar
tony359
Registered User
Posts: 29
Joined: Sun Nov 20, 2005 11:43 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by tony359 »

I didnt ask you! I ask the style author...
How rude.
This is a forum, you have to expect everybody to reply. If you want to ask the author, you send a PM.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

Versions 1.4.8 and 1.4.9 are the same but 1.4.8 wasn't zipped right or something and had gotten corrupted files.

The file changes from 1.4.7 to 1.4.9 are still the same as seen in the link below, (except jquery 1.8.1 was used instead.)
viewtopic.php?f=185&t=639995&start=720#p13177106
tanveer2k12
Registered User
Posts: 102
Joined: Thu May 03, 2012 2:32 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by tanveer2k12 »

jrolson wrote:
tanveer2k12 wrote:Author, your style switcher theme does not work I have tried it twice, downloaded, extracted, re-uploaded etc
What browser are you using?

It may not be supported...
I was using chrome, can I use both themes installed side by side?

Image
i added google translate to the style
also dont worry if its not possible, but is google adsense insertable by anychance?
pptol
Registered User
Posts: 9
Joined: Sat Jan 30, 2010 3:39 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by pptol »

Hi jrolson, crack!

i have had some problems with phpbb 3.0.11 like:

- The letters size buttom doesn't work ( ^A^)
- The palette of colours doesn't show.

Do you know where is the problem?

Thanks in advanced!
e314
Registered User
Posts: 9
Joined: Sat Oct 13, 2012 11:57 am

Re: [Release] Aero (phpBB 3.0.11)

Post by e314 »

Greetings,

I have a couple problems that may be correlated (sorry I am unable to post a screenshot now): I am unable to set a fixed width for the theme, whatever modification I do to the common.css file (wrap section), nothing changes. Cache emptied. Browser cache emptied too. At the same time, posts are stretched to a fixed size that's around 1920 pixels, with the borders overflooding both on the left and right side (even if I don't touch common.css at all)

Finally, I couldn't find where the "blue" property is specified so that I can default it to "teal"

Hints?
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

pptol wrote:Hi jrolson, crack!

i have had some problems with phpbb 3.0.11 like:

- The letters size buttom doesn't work ( ^A^)
- The palette of colours doesn't show.

Do you know where is the problem?

Thanks in advanced!
What browser and version are you using?
Do you have any mods installed?
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

tanveer2k12 wrote: i added google translate to the style
also dont worry if its not possible, but is google adsense insertable by anychance?
Dont see why not..
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

e314 wrote:Greetings,

I have a couple problems that may be correlated (sorry I am unable to post a screenshot now): I am unable to set a fixed width for the theme, whatever modification I do to the common.css file (wrap section), nothing changes. Cache emptied. Browser cache emptied too. At the same time, posts are stretched to a fixed size that's around 1920 pixels, with the borders overflooding both on the left and right side (even if I don't touch common.css at all)

Finally, I couldn't find where the "blue" property is specified so that I can default it to "teal"

Hints?
What size are you trying to change it to?
What's the code are you using for #wrap?
pptol
Registered User
Posts: 9
Joined: Sat Jan 30, 2010 3:39 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by pptol »

jrolson wrote:
pptol wrote:Hi jrolson, crack!

i have had some problems with phpbb 3.0.11 like:

- The letters size buttom doesn't work ( ^A^)
- The palette of colours doesn't show.

Do you know where is the problem?

Thanks in advanced!
What browser and version are you using?
Do you have any mods installed?
Chrome Version 22.0.1229.94 m
and I have installed SEO mods
Locked

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