[RC] Zeina - phpBB 3.3.14

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!
Leenoz
Registered User
Posts: 115
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

BestJack wrote: Fri Feb 07, 2025 3:57 am So the only option is to change it from the default ones to the custom ones? No way to shrink them?
If you mean the forum icons and you want to reduce their sizes, use this code:

Code: Select all

.forum_icon .iconify,
.forum_icon svg,
.stat-block svg,
.stat-block .iconify {
    height: 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
}
If you mean the misc icons and you want to remove them, use this code:

Code: Select all

.topic-icon {
    background-image: none !important;
}
User avatar
Maximilian444
Registered User
Posts: 1
Joined: Sat Feb 15, 2025 2:22 am
Name: Maximilian

Re: [RC] Zeina - phpBB 3.3.14

Post by Maximilian444 »

Hi! Great style! I see how much time and effort you put into it. About a year of development?!

One thing I noticed that will prevent the style from reaching the Style DB is that it doesn't have a license in GitHub or in the zip file, which means all rights belong to the author and no one can use it without legal risks.
Leenoz
Registered User
Posts: 115
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

Maximilian444 wrote: Sat Feb 15, 2025 2:43 am Hi! Great style! I see how much time and effort you put into it. About a year of development?!

One thing I noticed that will prevent the style from reaching the Style DB is that it doesn't have a license in GitHub or in the zip file, which means all rights belong to the author and no one can use it without legal risks.
Hi Maximilian,
Thank you for clarifying this issue. We forgot to add the file.
The free version is licensed under GPL v2.0, which allows you to use this theme for personal or commercial purposes, including on a revenue-generating website.
You may also modify or redistribute it, provided that the original copyrights are retained and that any distributed version is also open source and licensed under GPL v2.0, ensuring users have the same rights to modify and redistribute it.
BestJack
Registered User
Posts: 9
Joined: Thu Aug 29, 2024 11:10 pm

Re: [RC] Zeina - phpBB 3.3.14

Post by BestJack »

Marvelous work Leenoz, bought your theme, never been happier with a design, cleanliness and support your provide. Thank you very much.

May i give you one feedback, the extensions that you provide designs for are great, but is it possible to put a link to where to get them? Many i am able to find but there are some that i cannot find anywhere with google search.

Again, appreciate all you do.
Leenoz
Registered User
Posts: 115
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

BestJack wrote: Tue Feb 25, 2025 12:50 am Marvelous work Leenoz, bought your theme, never been happier with a design, cleanliness and support your provide. Thank you very much.

May i give you one feedback, the extensions that you provide designs for are great, but is it possible to put a link to where to get them? Many i am able to find but there are some that i cannot find anywhere with google search.

Again, appreciate all you do.
Thank you for your feedback! We always strive to meet your expectations. :D

Here are the extensions we made compatible.
Compatible Extensions

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