Page 1 of 1

Home town - module or base engine?

Posted: Mon Jan 20, 2014 8:32 am
by Kesstryl
I've been digging through the code to try to find where the home town box which appears on the home page is located. I wanted to add more towns, edit the hometown, etc, basically put my own ideas into that spot, but I can't locate the code for it anywhere. I could use a point in the right location, and that would also make a great module to be able to edit, add pictures, etc.

Re: Home town - module or base engine?

Posted: Mon Jan 20, 2014 8:57 am
by a_bertrand
The home module is the one which displays those boxes and runs too hooks: home.php and home_special.php

The locations module is maybe what you are actually looking for. Check it out.

Re: Home town - module or base engine?

Posted: Mon Jan 20, 2014 9:06 am
by a_bertrand
BTW basically nothing is part of the "base" or core code. Most is one or more modules and can be changed / replaced or modified.

Re: Home town - module or base engine?

Posted: Mon Jan 20, 2014 7:28 pm
by Kesstryl
*edit* Oh my derp, the text I've been wanting to change is in the database. Now I can move forward.