| 1. |
Solve : problem with creating a forum? |
|
Answer» hello guys, coz there are no mods that fulfill my requirements for these forumsCreate your own. Quote could you please tell me how can i learn from these forums? like examples and allJust look at the different functions and the file structure, install a few mods manually without using the package manager and get used to the code.If you want to do it yourself, this would be my recommended learning path: Learn PHP first, to a reasonable standard. Then read about MVC. Then learn to program in PHP using the DEVELOPMENT framework CodeIgniter. Having done that, you can use something like FuelCMS to do anything you can imagine. I would differ from kpac: if I were learning PHP, I would find SMF or phpBB a very INTIMIDATING place to start. I would recommend building up the complexity gradually and learning some good programming techniques. If you try to build it from scratch without these disciplines, you will more likely than not end up with a system that is EXTREMELY difficult to maintain in the future. That's just the voice of painful experience speaking... :-/ |
|