3.3.0 support ? - Allan Style - SUBSILVER
3.3.0 support ?
With phpBB 3.3.0, the style is no longer functional.
-
- Registered User
- Posts: 125
- Joined: Wed Jul 18, 2007 10:47 pm
Re: 3.3.0 support ?
Hmm, I think I spoke too early.
-
- Registered User
- Posts: 125
- Joined: Wed Jul 18, 2007 10:47 pm
Re: 3.3.0 support ?
Allan Style - SUBSILVER v. 2.0.10 works with phpBB 3.3.0, but needs a small fix.
In the AllanStyle-SUBSILVER/template/navbar_header.html file replace the code
with
Enjoy!
In the AllanStyle-SUBSILVER/template/navbar_header.html file replace the code
Code: Select all
<!-- BEGIN navlinks -->
<!-- EVENT overall_header_navlink_prepend -->
<span class="crumb" {$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{navlinks.U_VIEW_FORUM}" itemtype="https://schema.org/Thing" itemprop="item"><span itemprop="name">{navlinks.FORUM_NAME}</span></a><meta itemprop="position" content="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %}" /></span>
<!-- EVENT overall_header_navlink_append -->
<!-- END navlinks -->
Code: Select all
<!-- BEGIN navlinks -->
{% set NAVLINK_NAME = navlinks.BREADCRUMB_NAME | default(navlinks.FORUM_NAME) %}
{% set NAVLINK_LINK = navlinks.U_BREADCRUMB | default(navlinks.U_VIEW_FORUM) %}
<!-- EVENT overall_header_navlink_prepend -->
<span class="crumb" {$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{{ NAVLINK_LINK }}" itemtype="https://schema.org/Thing" itemscope itemprop="item"><span itemprop="name">{{ NAVLINK_NAME }}</span></a><meta itemprop="position" content="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %}" /></span>
<!-- EVENT overall_header_navlink_append -->
<!-- END navlinks -->
-
- Registered User
- Posts: 5
- Joined: Fri May 24, 2019 12:51 pm
Re: 3.3.0 support ?
Oké, thank you because I like this style very much.
-
- Registered User
- Posts: 21
- Joined: Sat Jan 20, 2018 10:15 am
- Location: België
Re: 3.3.0 support ?
There is more than one file to modify, delete to make this style compliant with phpBB 3.3.x.
I’ll upgrade this style to phpBB 3.2.9 and after to 3.3.x branch.
I’ll upgrade this style to phpBB 3.2.9 and after to 3.3.x branch.
Communauté EzCom
« Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Tu as un forum et tu veux aussi un site web ? Regarde par ici.

-
- Registered User
- Posts: 1106
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
Re: 3.3.0 support ?
Do you happen to have a timetable for that? 

-
- Registered User
- Posts: 21
- Joined: Sat Jan 07, 2017 9:36 pm
Re: 3.3.0 support ?
The best and most beautiful style.
-
- Registered User
- Posts: 8
- Joined: Thu Feb 20, 2020 11:58 am
Re: 3.3.0 support ?
I see 2.0.11 has been released and says it is for 3.2.9 - is this compatible with 3.3.x?Galixte de EzCom wrote:There is more than one file to modify, delete to make this style compliant with phpBB 3.3.x.
I’ll upgrade this style to phpBB 3.2.9 and after to 3.3.x branch.
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!
Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
-
- Registered User
- Posts: 966
- Joined: Mon Oct 24, 2016 3:22 pm
- Location: Namek
Re: 3.3.0 support ?
Thank you.
-
- Registered User
- Posts: 316
- Joined: Wed Apr 22, 2020 10:59 am
Re: 3.3.0 support ?
No.Toxyy wrote:I see 2.0.11 has been released and says it is for 3.2.9 - is this compatible with 3.3.x?Galixte de EzCom wrote:There is more than one file to modify, delete to make this style compliant with phpBB 3.3.x.
I’ll upgrade this style to phpBB 3.2.9 and after to 3.3.x branch.
Communauté EzCom
« Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Tu as un forum et tu veux aussi un site web ? Regarde par ici.

-
- Registered User
- Posts: 1106
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
Re: 3.3.0 support ?
I've been holding off on upgrading to 3.3 since our style is forked from this one. Unfortunately 3.2 is losing support in November. I'm certainly not complaining that a 3.3 version of the style isn't ready because I know it's a lot of work and it's done for free. However, I'm hoping you have an estimate on when the 3.3 version will be ready?
Thanks
Thanks
-
- Registered User
- Posts: 23
- Joined: Sun Jul 16, 2017 10:00 pm
Re: 3.3.0 support ?
The diffs look pretty straightforward between 3.2.9 and 3.3.x, so I may take a crack at updating this style soon. Maybe next week if I have time.
-
- Registered User
- Posts: 23
- Joined: Sun Jul 16, 2017 10:00 pm
Re: 3.3.0 support ?
I've updated the style to 3.3.x and published the patches here:
https://gist.github.com/BrandonDusseau/ ... 35e018ac00
Feel free to do as you want with these. They're already in use on my forum and seem to be working properly, but I don't know the style as well as prior authors might so more testing is recommended.
https://gist.github.com/BrandonDusseau/ ... 35e018ac00
Feel free to do as you want with these. They're already in use on my forum and seem to be working properly, but I don't know the style as well as prior authors might so more testing is recommended.
-
- Registered User
- Posts: 23
- Joined: Sun Jul 16, 2017 10:00 pm
Re: 3.3.0 support ?
Is it maybe possible to make a new/full release for Version 3.3.1? I am not familiar with patches and have problems to apply them. Thank you!
-
- Registered User
- Posts: 2
- Joined: Mon Sep 28, 2020 6:24 am
Re: 3.3.0 support ?
I realize now I didn't specify those files use the git patch format. You'd use the "git apply <file>" command in that directory on each patch file to apply them.
Here's a link to the already-patched theme for phpBB 3.3.1: AllanStyle - SUBSILVER v3.0.1 Unofficial
UPDATE: see https://www.phpbb.com/customise/db/styl ... 31#p781331 for new files
Here's a link to the already-patched theme for phpBB 3.3.1: AllanStyle - SUBSILVER v3.0.1 Unofficial
UPDATE: see https://www.phpbb.com/customise/db/styl ... 31#p781331 for new files
-
- Registered User
- Posts: 23
- Joined: Sun Jul 16, 2017 10:00 pm