Home town - module or base engine?
Home town - module or base engine?
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.
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: Home town - module or base engine?
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.
The locations module is maybe what you are actually looking for. Check it out.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: Home town - module or base engine?
BTW basically nothing is part of the "base" or core code. Most is one or more modules and can be changed / replaced or modified.
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
Re: Home town - module or base engine?
*edit* Oh my derp, the text I've been wanting to change is in the database. Now I can move forward.