When you create a custom post type and a new taxonomy for that post type, you will notice that the URLs for the taxonomy values do not follow the same format as the blog category taxonomy value URLs. For example, if one of the category values for your blog post is “mobile”, the URL would be: http://www.seongbae.com/blog/category/mobile Now, if you […]
Category Archives: Technical How-to
Syncing a Fork
At work, we work with an agency who provides website development services. They own and maintain the repository on github and we only have read access to it. So in order for us to make changes, we have to fork the repository, make changes, and send pull requests. However, because developers at the agency work […]
Enable Distance Filtering in Drupal Services
When developing mobile apps, location is one of core components that nearly all mobile apps are developed with. However, when it comes to building mobile apps with Drupal, working with location can be challenging. There are number of geo-related modules and discussions on enabling location by working with Views. But in our case, we decided not to use Views, but just with the Services modules, to provide the maximum performance to mobile apps.