Allan Style - SUBSILVER

3.3.0 support ? - Allan Style - SUBSILVER

3.3.0 support ?

by rautamiekka » Tue Jan 07, 2020 12:36 am

With phpBB 3.3.0, the style is no longer functional.
rautamiekka
Registered User
Posts: 125
Joined: Wed Jul 18, 2007 10:47 pm

Re: 3.3.0 support ?

by rautamiekka » Tue Jan 07, 2020 12:42 am

Hmm, I think I spoke too early.
rautamiekka
Registered User
Posts: 125
Joined: Wed Jul 18, 2007 10:47 pm

Re: 3.3.0 support ?

by megaaxel » Wed Jan 15, 2020 7:37 am

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

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 -->
with

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 -->
Enjoy!
megaaxel
Registered User
Posts: 5
Joined: Fri May 24, 2019 12:51 pm

Re: 3.3.0 support ?

by Linda.V » Thu Jan 16, 2020 7:18 am

Oké, thank you because I like this style very much.
Linda.V
Registered User
Posts: 21
Joined: Sat Jan 20, 2018 10:15 am
Location: België

Re: 3.3.0 support ?

by Galixte de EzCom » Sun Feb 16, 2020 5:26 pm

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.
Communau 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.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: 3.3.0 support ?

by PawelStroinski » Tue Mar 03, 2020 12:53 am

Do you happen to have a timetable for that? :)
PawelStroinski
Registered User
Posts: 21
Joined: Sat Jan 07, 2017 9:36 pm

Re: 3.3.0 support ?

by vito777 » Sat Mar 07, 2020 8:27 am

The best and most beautiful style.
vito777
Registered User
Posts: 8
Joined: Thu Feb 20, 2020 11:58 am

Re: 3.3.0 support ?

by Toxyy » Sat Jul 11, 2020 3:01 am

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 see 2.0.11 has been released and says it is for 3.2.9 - is this compatible with 3.3.x?
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
User avatar
Toxyy
Registered User
Posts: 966
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek

Re: 3.3.0 support ?

by Siguza » Sat Aug 01, 2020 5:55 am

Thank you.
User avatar
Siguza
Registered User
Posts: 316
Joined: Wed Apr 22, 2020 10:59 am

Re: 3.3.0 support ?

by Galixte de EzCom » Sun Aug 02, 2020 12:41 pm

Toxyy wrote:
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 see 2.0.11 has been released and says it is for 3.2.9 - is this compatible with 3.3.x?
No.
Communau 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.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: 3.3.0 support ?

by Turaiel » Sat Aug 08, 2020 1:17 am

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
Turaiel
Registered User
Posts: 23
Joined: Sun Jul 16, 2017 10:00 pm

Re: 3.3.0 support ?

by Turaiel » Thu Aug 20, 2020 11:53 pm

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.
Turaiel
Registered User
Posts: 23
Joined: Sun Jul 16, 2017 10:00 pm

Re: 3.3.0 support ?

by Turaiel » Sun Aug 23, 2020 6:28 pm

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.
Turaiel
Registered User
Posts: 23
Joined: Sun Jul 16, 2017 10:00 pm

Re: 3.3.0 support ?

by MacadamiaO » Mon Sep 28, 2020 6:27 am

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!
MacadamiaO
Registered User
Posts: 2
Joined: Mon Sep 28, 2020 6:24 am

Re: 3.3.0 support ?

by Turaiel » Tue Oct 27, 2020 8:24 pm

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
Turaiel
Registered User
Posts: 23
Joined: Sun Jul 16, 2017 10:00 pm