forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Walkinman on March 20, 2011, 11:56:04 pm

Title: Before I mess up functions.inc.php
Post by: Walkinman on March 20, 2011, 11:56:04 pm
Hey Folks

I've been reading over the forum for some information, and find conflicting advice. Mostly, I find comments saying never to tweak the include/functions.inc.php file .. yet for some of the edits I need to make, I have found a few times solutions require this. here, for example (http://forum.coppermine-gallery.net/index.php/topic,67571.msg335464.html#msg335464)/

I don't particularly mind either way, I just want to make sure if I do follow those solutions, I'm not messing up something I shouldn't mess up. What is the best approach here, given I don't know much about this php stuff at all.

Thank you.

Cheers

Carl
Title: Re: Before I mess up functions.inc.php
Post by: Αndré on March 21, 2011, 11:05:42 am
If you need to modify it, do it. But you have to apply those modifications after each update, that's why we suggest to alter only your theme or use the plugin engine if possible.
Title: Re: Before I mess up functions.inc.php
Post by: Walkinman on March 21, 2011, 09:20:12 pm
Hey André

Ahh, OK .. so it's OK to edit it, just make sure to include those edits in future upgrades. Cool.

Thank you again.

Cheers

Carl