What are you working on?
What are you working on?
What extensions are you currently working on for phpBB? The community could use this topic as a means of sharing what they're currently developing, share ideas and moral support in cases of tricky bug fixes perhaps! :thumbup:
Re: What are you working on?
A lot of stuff. Most of it updating some of the phpBB Modders extensions to 3.3. Also working on a new style for the site. I like Revolution, but flip-flopping back and forth between it, the style I use here, or a completely custom one based on a old 3.0 style.
Re: What are you working on?
Hmm.. Currently I'm migrating everything from 3.3.x to pre-Triton (in other words master branch).
At the same time I'm working on my core extension (base for every addition). And there are a lot of additions for the core extension that need work as well.
+ I'm testing ITCSS and Chameleon style (Even though it seems to be collecting dust).
At the same time I'm working on my core extension (base for every addition). And there are a lot of additions for the core extension that need work as well.
+ I'm testing ITCSS and Chameleon style (Even though it seems to be collecting dust).
Usus est magister optimus! phpBB Triton & latest php environment.
When answer lies in the question, question becomes redundant!
When answer lies in the question, question becomes redundant!
Re: What are you working on?
How are you getting on with Chameleon? Have you get any kind of working demo?GanstaZ wrote: Wed Jun 19, 2024 9:53 am [...]
+ I'm testing ITCSS and Chameleon style (Even though it seems to be collecting dust).
I'm working on a payment / shop extension for phpBB. Starting to think that I've not properly considered how big a project it is!
Re: What are you working on?
No demo yet, because I'm still working on improving the code. I haven't updated github in ages.
I'm working on a style for my core extension that is based on Chameleon (some of its components and core).
I decided to switch from scss to pure css, because it is improving fast and doesn't require any compiling (extra tasks).
+ Chameleon itself needs updating. It still has
To put it short, everything that is related to prosilver is no good for 2020+.
But everything that is submitted to CDB has to work with prosilver. + There are so many styles that either inherit from prosilver or are standalone.
What a dilemma. So many issues. "So why not use Chameleon and forget about everything else?" was my thought
About future of Chameleon itself.. Only team knows. I'm surprised that all those style designers are staying away from that project and are still hugging prosilver.
When I'm done with style, I can focus on components that need my attention. For example Legend system or in other words Achievements system.
I prefer to have one core and everything else will inherit from it.
I have seen some shop extensions.. Yeah, those projects are big.
I'm working on a style for my core extension that is based on Chameleon (some of its components and core).
I decided to switch from scss to pure css, because it is improving fast and doesn't require any compiling (extra tasks).
+ Chameleon itself needs updating. It still has
import
instead of use
and itcss seems to be over complicated system (not saying it's bad).To put it short, everything that is related to prosilver is no good for 2020+.
But everything that is submitted to CDB has to work with prosilver. + There are so many styles that either inherit from prosilver or are standalone.
What a dilemma. So many issues. "So why not use Chameleon and forget about everything else?" was my thought
About future of Chameleon itself.. Only team knows. I'm surprised that all those style designers are staying away from that project and are still hugging prosilver.
When I'm done with style, I can focus on components that need my attention. For example Legend system or in other words Achievements system.
I prefer to have one core and everything else will inherit from it.
I have seen some shop extensions.. Yeah, those projects are big.
Usus est magister optimus! phpBB Triton & latest php environment.
When answer lies in the question, question becomes redundant!
When answer lies in the question, question becomes redundant!
Re: What are you working on?
After long consideration I decided to not use ITCSS style (scss) and just convert/modify Chameleon into modern css that would fit into my coding style.
Even when new style (Neptune) will be released, it will not affect me much, because of component based logic.
I'll post some newer test screens soon.
Even when new style (Neptune) will be released, it will not affect me much, because of component based logic.
I'll post some newer test screens soon.
Usus est magister optimus! phpBB Triton & latest php environment.
When answer lies in the question, question becomes redundant!
When answer lies in the question, question becomes redundant!
Re: What are you working on?
Some test screens (design is based on modified Chameleon):
- Attachments
-
- dev-front-4.png (217.28 KiB) Viewed 19632 times
-
- dev-front-2.png (228.81 KiB) Viewed 19632 times
-
- dev-front-1.png (212.75 KiB) Viewed 19632 times
-
- dev-admin-3.png (139.09 KiB) Viewed 19632 times
-
- dev-admin-2.png (189.25 KiB) Viewed 19632 times
Usus est magister optimus! phpBB Triton & latest php environment.
When answer lies in the question, question becomes redundant!
When answer lies in the question, question becomes redundant!
- wintstar
- Posts: 2
- Joined: Tue Feb 11, 2025 4:55 pm
- GitHub: https://github.com/wintstar
Re: What are you working on?
I am currently working on the following extensions.
Extension "Hide user profile link". This is part of an extension of "Board offline". Info to this extension look on phpbb.com => https://www.phpbb.com/community/viewtopic.php?t=2659801.
Extension "Board offline". A heart project as it was my first modification for phpbb.
Demo => https://sf-atelier.stephan-frank.de/
Board offline is another option to disable the board. In contrast to the phpbb standard function “Disable board”, where the forum overview is hidden, the forums are visible with “Board offline”. Depending on the permissions set, the forums are displayed for guests, with the “New topic”, “Reply”, ‘Locked’ and “Quote” buttons disabled. Profile links and profile view are also disabled.
The phpbb standard login links are also disabled. The login link can be found in the ACP in the settings options. Depending on the settings, only the founder or only users who are in the Administrators group can log in. For founders or administrators the board is somewhat restricted, but still fully functional.
The extension can close the board for a few hours, use it seasonally or close it as a board to leave it online as an archive.
History
Board offline was a modification from 2013. This modification is based on an idea by redbull254 from phpbb.de.
more info
Extension "Hide user profile link". This is part of an extension of "Board offline". Info to this extension look on phpbb.com => https://www.phpbb.com/community/viewtopic.php?t=2659801.
Extension "Board offline". A heart project as it was my first modification for phpbb.
Demo => https://sf-atelier.stephan-frank.de/
Board offline is another option to disable the board. In contrast to the phpbb standard function “Disable board”, where the forum overview is hidden, the forums are visible with “Board offline”. Depending on the permissions set, the forums are displayed for guests, with the “New topic”, “Reply”, ‘Locked’ and “Quote” buttons disabled. Profile links and profile view are also disabled.
The phpbb standard login links are also disabled. The login link can be found in the ACP in the settings options. Depending on the settings, only the founder or only users who are in the Administrators group can log in. For founders or administrators the board is somewhat restricted, but still fully functional.
The extension can close the board for a few hours, use it seasonally or close it as a board to leave it online as an archive.
History
Board offline was a modification from 2013. This modification is based on an idea by redbull254 from phpbb.de.
more info