[RC] Aero for phpBB 3.3.13

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.5

Post by jrolson »

Traction wrote: Tue Dec 21, 2021 8:35 pm Edit: I have no idea what I did last night, but somehow I must have mixed up the contents of the .zip. I redownloaded and reinstalled. It looks amazing! This is the Aero that I know and remember. Thanks for keeping it up to date!
Good to hear you got it sorted out. ;)
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York

Re: [RC] Aero for phpBB 3.3.5

Post by Traction »

I'd like to ad a link to my blog on the top, to the right of FAQ. I seem to remember editing the overall_header.html, but can't remember much else since it's been years.
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.5

Post by jrolson »

FAQ link would be in navbar_header
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York

Re: [RC] Aero for phpBB 3.3.5

Post by Traction »

jrolson wrote: Wed Jan 05, 2022 8:41 am FAQ link would be in navbar_header
I searched for "faq" in navbar_header and it came up empty. Just in case, I included a pic of where I want it. Right next to mChat would be fine. Since I'm no expert, please let me know what text I'll be looking for so I can put the link under or above it.
You do not have the required permissions to view the files attached to this post.
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
warmweer
Jr. Extension Validator
Posts: 11640
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [RC] Aero for phpBB 3.3.5

Post by warmweer »

Traction wrote: Wed Jan 05, 2022 9:13 am I searched for "faq" in navbar_header and it came up empty.
Your search was probably case-sensitive.

Have a look at line 83 ;)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.5

Post by jrolson »

The pages mod would add the link for you.
https://www.phpbb.com/customise/db/extension/pages/

Although im not sure if it would allow a redirect to the blog...
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York

Re: [RC] Aero for phpBB 3.3.5

Post by Traction »

warmweer wrote: Wed Jan 05, 2022 10:06 am
Traction wrote: Wed Jan 05, 2022 9:13 am I searched for "faq" in navbar_header and it came up empty.
Your search was probably case-sensitive.

Have a look at line 83 ;)
Found it, but I still don't know what to write and where to put it. All I want it to say is Blogs, and clicking it goes to a link.
jrolson wrote: Wed Jan 05, 2022 4:54 pm The pages mod would add the link for you.
https://www.phpbb.com/customise/db/extension/pages/

Although im not sure if it would allow a redirect to the blog...
That would have been awesome if it allowed you to use any specific link, but it doesn't. Wonder why there's no option?
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.5

Post by jrolson »

Find,

Code: Select all

<li <!-- 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">
				<i class="icon fa-question-circle fa-fw" aria-hidden="true"></i><span>{L_FAQ}</span>
			</a>
		</li>
After add,

Code: Select all

<li>
			<a href="URL" title="Blogs" role="menuitem">
				<i class="icon fa-share-square fa-fw" aria-hidden="true"></i><span>Blogs</span>
			</a>
		</li>
Change URL to your blogs URL address.

You could also use an iframe to display your blog on a new page with the mod but it's not ideal...
You should suggest allowing custom URL's to the mods author... I can't imagine it would be that difficult to add.
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York

Re: [RC] Aero for phpBB 3.3.5

Post by Traction »

Thanks, that did the trick. Great idea, I'll message him. I don't think it'll be hard either.
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.5

Post by jrolson »

Aero 1.1.7 released
*moved jquery back to footer
*added version numbers for css cache
*various other fixes
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.6

Post by jrolson »

Aero 1.1.8 released
*updated for phpBB 3.3.6
User avatar
Mike-on-Tour
Registered User
Posts: 525
Joined: Wed Jan 15, 2020 3:51 pm
Location: Germany
Name: Michael

Re: [RC] Aero for phpBB 3.3.7

Post by Mike-on-Tour »

Today I detected something weird just by chance. If you look at the attached screenshot you will see an element just underneath the forum list box which seems to be empty.
Screenshot 2022-04-12 at 16-55-26 Mike-on-Tour.com - Userreminder for phpBB.png
It appears to be just this code:

Code: Select all

<div class="custombg"><div class="customborder"></div></div>
but I can't find it anywhere in the template files.

First I thought it came from an extension because it is displayed right underneath of something one of my extensions displays via the forumlist_body_last_row_after event but after disabling all extensions one by one it is still there (I made the screenshot while all extensions were disabled).

I am not sure whether it is only in the latest version 1.1.8 for phpBB 3.3.7 (which is running on my board) or whether it was there before and I just didn't notice it.
And it can not have its source within prosilver because after switching to prosilver this element wasn't there.

Would you please look into that issue?
You do not have the required permissions to view the files attached to this post.
Watz fo lunch?
If you like my extensions or my support please consider a donation: Image
User avatar
warmweer
Jr. Extension Validator
Posts: 11640
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [RC] Aero for phpBB 3.3.7

Post by warmweer »

Just something I noticed
style.cfg from Aero 1.1.8
style_version = 1.1.8
phpbb_version = 3.3.6

added: no style changes between 3.3.6 and 3.3.7 (as with Element)
Last edited by warmweer on Tue Apr 12, 2022 4:41 pm, edited 1 time in total.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
warmweer
Jr. Extension Validator
Posts: 11640
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [RC] Aero for phpBB 3.3.7

Post by warmweer »

Mike-on-Tour wrote: Tue Apr 12, 2022 3:12 pm ..
It appears to be just this code:

Code: Select all

<div class="custombg"><div class="customborder"></div></div>
but I can't find it anywhere in the template files.
You won't find it because of the ending </div></div>

searching for

Code: Select all

<div class="custombg"><div class="customborder">
returns 26 results

tested removing 1 instance >>> the element is gone
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
Mike-on-Tour
Registered User
Posts: 525
Joined: Wed Jan 15, 2020 3:51 pm
Location: Germany
Name: Michael

Re: [RC] Aero for phpBB 3.3.7

Post by Mike-on-Tour »

In which of the 26 files did you remove this element?
Watz fo lunch?
If you like my extensions or my support please consider a donation: Image

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