Arpito
Failed to Resolve Dispute
- Jan 8, 2024
- 824
- 504
I want to share some of my knowledge here.
If you are doing things on MyBB , phpBB3 , SMF or even FluxBB you must before start creating something, understand the functions and logic .
This way is not to hard to learn , because the whole code works as the same thing, only change some functions.
Download a phpbb3 extension , read the code , use the logic and re - read the code again, if you can do in your ACP the same thing the plugin does , then you are in the right way.
That’s it , the extension allows you to do something that it’s already built , but everyone doesn’t know how to do it.
Personally I’m not a fan to use addons or extensions in my websites , I prefer create everything from the code , it’s more safe and convenient because you avoid updates and compatibility issues.
If you are doing things on MyBB , phpBB3 , SMF or even FluxBB you must before start creating something, understand the functions and logic .
This way is not to hard to learn , because the whole code works as the same thing, only change some functions.
Download a phpbb3 extension , read the code , use the logic and re - read the code again, if you can do in your ACP the same thing the plugin does , then you are in the right way.
That’s it , the extension allows you to do something that it’s already built , but everyone doesn’t know how to do it.
Personally I’m not a fan to use addons or extensions in my websites , I prefer create everything from the code , it’s more safe and convenient because you avoid updates and compatibility issues.