Is there any way to manipulate the source code directly for your own drupal site? or do you have to create a module for each thing that you want to change?

Trevor

Comments

bonobo’s picture

While you can do whatever you like with the source code, hacking core code is a bad idea for live sites. When you alter core code, you effectively shut your site out from a simple upgrade path. In the long term (and possibly in the short term) this can translate into an insecure site.

As is covered here, the road to difficulties in Drupal starts with being "liberal in hacking the core" --

Cheers,

Bill

-------
http://www.funnymonkey.com
Tools for Teachers

twc’s picture

Thanks, I'll stay away from the core code then.
-Trevor