[ABD] Group Template Variables

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][RC] Group Template Variables

Post by martti »

pataluc wrote: Wed Mar 20, 2019 6:05 pm i just issued a pull request ;)

https://github.com/marttiphpbb/phpbb-ex ... ars/pull/1
Ok, thanks for sorting this out. It's merged in the new version 0.3.0. Also the requirements got set to phpBB 3.2.5+ and PHP 7.1+
User avatar
teebling
Registered User
Posts: 113
Joined: Sat Apr 14, 2018 7:38 pm

Re: [3.2][RC] Group Template Variables

Post by teebling »

Hello!

Any chance of a download link to a version that supports 3.2.2? I see the requirements have now changed to 3.2.5.

Thanks
User avatar
</Solidjeuh>
Registered User
Posts: 1788
Joined: Tue Mar 29, 2016 3:45 am
Location: Aalst (Belgium)
Name: Andy Dm

Re: [3.2][RC] Group Template Variables

Post by </Solidjeuh> »

teebling wrote: Fri Mar 22, 2019 3:29 pm Any chance of a download link to a version that supports 3.2.2? I see the requirements have now changed to 3.2.5.
Just update your board... :D
User avatar
teebling
Registered User
Posts: 113
Joined: Sat Apr 14, 2018 7:38 pm

Re: [3.2][RC] Group Template Variables

Post by teebling »

</Solidjeuh> wrote: Fri Mar 22, 2019 3:46 pm
teebling wrote: Fri Mar 22, 2019 3:29 pm Any chance of a download link to a version that supports 3.2.2? I see the requirements have now changed to 3.2.5.
Just update your board... :D
Ehh not that simple, I’ve made a lot of changes to core files!

If there’s an older version of the ext I can use, obviously bearing in mind it will be unsupported, I’d appreciate it.
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][RC] Group Template Variables

Post by martti »

teebling wrote: Fri Mar 22, 2019 6:16 pm
</Solidjeuh> wrote: Fri Mar 22, 2019 3:46 pm
teebling wrote: Fri Mar 22, 2019 3:29 pm Any chance of a download link to a version that supports 3.2.2? I see the requirements have now changed to 3.2.5.
Just update your board... :D
Ehh not that simple, I’ve made a lot of changes to core files!

If there’s an older version of the ext I can use, obviously bearing in mind it will be unsupported, I’d appreciate it.
I've add the previous version 0.2.0 to the releases now:
https://github.com/marttiphpbb/phpbb-ex ... s/releases
User avatar
teebling
Registered User
Posts: 113
Joined: Sat Apr 14, 2018 7:38 pm

Re: [3.2][RC] Group Template Variables

Post by teebling »

Thank you very much martti! :)
bzozoo
Registered User
Posts: 40
Joined: Mon Feb 11, 2019 6:33 am

Re: [3.2][RC] Group Template Variables

Post by bzozoo »

Hi!

I use this extension.
I use it in template:

Code: Select all

Hello {CURRENT_USERNAME_SIMPLE}<!-- IF S_GROUP_5 --> ADMIN <!-- ENDIF -->!
It works on all pages except on FAQ page. Result is only Hello USER! not Hello USER ADMIN!
bzozoo
Registered User
Posts: 40
Joined: Mon Feb 11, 2019 6:33 am

Re: [3.2][RC] Group Template Variables

Post by bzozoo »

It is ok. Exstension update to 0.3.0 solved my problem 🙂
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.2][RC] Group Template Variables

Post by Galixte de EzCom »

Hi martti,

do you know if with one or more of yours extensions there is a way to make a condition where, for exemple: if the user A is in a group 11 he will see all the board with a certain style (like prosilver_se) and if the user B is in a group 14 he’ll see the board with prosilver?

Regards.
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
Neverlands
Registered User
Posts: 120
Joined: Thu Sep 05, 2002 12:06 am
Location: Vienna / Austria

Re: [3.2][RC] Group Template Variables

Post by Neverlands »

Hello,
I used this line in my navbar_header.html:

Code: Select all

<!-- IF  S_GROUP_5 || S_GROUP_8 || S_GROUP_9 || S_GROUP_10 -->
..
<!-- ENDIF -->
Would this be correct with the new syntax?:

Code: Select all

{%- if marttiphpbb_grouptempvars.5 || marttiphpbb_grouptempvars.8 || marttiphpbb_grouptempvars.9 || marttiphpbb_grouptempvars.10 -%}
...
{%- endif -%}
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.3][RC] Group Template Variables

Post by martti »

Update, version 1.1.0 is for phpBB 3.3+

The extension was already updated on March 8 but I forgot to post it here in ths topic.
User avatar
zetrader
Registered User
Posts: 22
Joined: Wed Oct 14, 2015 9:32 am
Location: zetrader.info
Name: Pierre Aribaut

Re: [3.3][RC] Group Template Variables

Post by zetrader »

Hi, does it work with php 8.1?
User avatar
martti
Registered User
Posts: 914
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.3][RC] Group Template Variables

Post by martti »

zetrader wrote: Thu Aug 25, 2022 1:55 pm Hi, does it work with php 8.1?
I have not tested it, but I think so.
User avatar
warmweer
Jr. Extension Validator
Posts: 12095
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: [3.3][RC] Group Template Variables

Post by warmweer »

It works with PHP 8.0.7 :thumbsup:
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.
Tread
Registered User
Posts: 109
Joined: Thu Nov 14, 2019 9:52 pm

Re: [3.3][RC] Group Template Variables

Post by Tread »

also 8.1.9

Return to “Abandoned Extensions”