tesliker's blog

Omega vs. Bootstrap

Submitted Wed, 06/25/2014 - 21:25 Tom Sliker

I have done a lot of Drupal theming with Omega 3, and I have been trying to figure out a way to have my themes look good after an install without much customization. Also, I want my features to come themed, such as some views, or slideshows, etc. Then I realized someone has already done this. Its called Bootstrap 3. I love the way the grid works, to me it is better then the Omega grid. I often had trouble trying to put grids inside of grids and so on, but with Bootstrap it is a peice of cake. Also, the documentation for Bootstrap is really good.

My first module - Admin Settings

Submitted Mon, 06/09/2014 - 11:16 Tom Sliker

So I'm not great at PHP. I don't really understand Drupal hooks all that well, but I have been wanting to work on a module for a while now. So I took on the project of making a module that connects drupal with TeamworkPM, which is our task management system we use.

My files are teamwork.info, teamwork.module, teamwork.rules.inc, and teamwork.install. I am going to show how I set up the admin settings in this blog

Subscribe to RSS - tesliker's blog