I feel really stupid asking this, and it's probably not even the right place to ask it, but here goes:
What is the best way to familiarize yourself with the phpBB code? I kinda sorta did some phpBB tweaking and stuff a long time ago, and what back in phpBB 2, and I no longer remember how to do anything. I was trying to figure something out on a copy I pulled off the SVN, but the code was just so complex, I didn't know where to begin. How should I go about figuring out the inner workings of phpBB?
Thanks,
Nick
Participating in Development
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
-
- Registered User
- Posts: 1
- Joined: Wed Feb 10, 2010 11:41 pm
- onehundredandtwo
- Registered User
- Posts: 33
- Joined: Mon Feb 02, 2009 6:55 am
Re: Participating in Development
"Modding" is probably the best way to familiarise yourself with the code. There are a number of sites that help out with 'Modding. I also recommend getting used to the phpBB 'Modding forums, where you can ask questions and post "modifications", and the phpBB Wiki which I have always found helpful.
Need help preventing spam? Read Preventing spam in phpBB 3.0.6 and above
- stickerboy
- Registered User
- Posts: 94
- Joined: Fri Jun 04, 2004 3:05 pm
- Location: Scotland
- Contact:
Re: Participating in Development
We have, and have had, AutoMOD for quite a while now
http://www.phpbb.com/community/viewforum.php?f=225
http://www.phpbb.com/community/viewforum.php?f=225
http://www.phpbb.com/community/viewforum.php?f=225
http://www.phpbb.com/community/viewforum.php?f=225
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: Participating in Development
As people have said, dive in. Also there are quite a few different sites around.
Most of the code is more self explanatory than I remember it being in 2.0, and it is easier to get the hang of, so it makes it easier to make MODs and changes.
And cherokee_red is correct. "EasyMOD" is now "AutoMOD".
Most of the code is more self explanatory than I remember it being in 2.0, and it is easier to get the hang of, so it makes it easier to make MODs and changes.
And cherokee_red is correct. "EasyMOD" is now "AutoMOD".
Re: Participating in Development
excellent!! I'm digging in myself! Thanks!!