chrisarusso / Tilthy-Rich-Compost-Website

Website and CRMS for Tilthy Rich Compost in Durham, NC
http://tilthyrichcompost.com
0 stars 0 forks source link

Switch number to new Google Voice number #75

Closed chrisarusso closed 10 years ago

chrisarusso commented 10 years ago

Wherever the phone number exists on the website (and facebook, and wherever else), we should update it to my new Google Voice number I scored today: (919) 937-2962

chrisarusso commented 10 years ago

Email signature

chrisarusso commented 10 years ago

@AnneTee

Let's start with this one.

Please comment in this issue if anything is unclear about the request. You will only be responsible for where it appears on the website. Hint: it should be in our custom theme.

Search for the old string (860) 987 - 9887 within the codebase. This will be a tactic you'll use ongoing as things can live in lots of different places in a Drupal website, and finding what file the string exists in is a huge first step.

I often use grep to search from the command line. Something like: grep -rnH "9887" sites/all/ will probably do the trick.

Once you've made the change locally, and can see the updated phone number on your site, you'll want to commit that change (commits happen locally), and then push up that commit to github (this is how you'll share your update).

Bonus points: Fork this repository to your local github account, make the commit, and then submit a pull request on master for this feature. This means you'll actually push the commit up to YOUR version of TRC, not mine, and from YOUR version you can "request" that your code be merged into the main repository. Yeah, it's a lot. One thing at a time.

Holler when you're stuck!

AnneTee commented 10 years ago

There was only one instance of the number on the actual site, but it's also listed on your TRC profile, just FYI.

chrisarusso commented 10 years ago

@AnneTee your code is live! And I updated it everywhere else. This is closed!