by mShred on Tue Jun 14, 2016 7:10 pm
([msg=92468]see Re: Web Servers[/msg])
Nice. What are you using for all of that? Most CMS's allow for themes. That would make it a million times easier for you. Rather than having to edit core files and whatnot, you'll probably be able to just create a theme and load it in. Generally, if you can avoid editing core files, then I would refrain from it. HTS forums are a perfect example. During the rebuild in 2008, the forums (using phpBB) were edited to work with the main portion of the site. This has made it very difficult to update the forums as updates will essentially remove the changes that were made. If you can achieve your goals through extensions within the CMS, then you'll be a lot better off in the long run. This is essentially the reason I'm overhauling my own site. I'd rather code things to my own standard than try to force some other framework/CMS/whatever to work with my needs.