Multiple Functions [message #24778] |
Fri, 13 May 2005 19:18 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
impactdni
![United States United States](/forum/images/flags/us.png) Messages: 7 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
I'm working on editing a bit of the forum, but I've found the same function in multiple files, identical function. Is there a reason these functions are in multiple files and not in a common php include?
Whats the best way to go about editing a function that is in multiple places?
|
|
|
Re: Multiple Functions [message #24788 is a reply to message #24778] |
Sat, 14 May 2005 14:31 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Mexico Mexico](/forum/images/flags/mx.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You are looking @ the compiled ".php" files built by the forum's template compiler. What you should be editing are the *.t files inside the src/ directory.
FUDforum Core Developer
|
|
|
|
|
|