View Single Post
  #8  
Old 03-03-2014, 07:10 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,382
IntoRain is on a distinguished road
Default

It doesn't break anything as long as you do this:

1) There are two files you need to change the name of. Let's take the /adopt link as an example. If you want to change /adopt to /capture you'll need to go to the main folder and change adopt.php to capture.php. Open the file edition and change AdoptController to CaptureController.
2) Then change adoptview.php to captureview.php. Edit the code and change AdoptView to CaptureView
3) Change the respective lang's file name (lang_adopt.php to lang_capture.php) if there is a need.
4) And of course change all previous links that had the old name (for example menu ones), which might be what takes more time depending on what you are changing. I guess this is what you meant and were trying to avoid, so sorry about that xD
__________________


asp.net stole my soul.
Reply With Quote