The default admin theme Seven is really great… clean, direct and simple. However, I do find it a bit bland. I mean, yeah… its supposed to be sort of “boring” because its just a clean admin theme. But the light grey header really washes out the page. I’ve made a few tweaks to the theme over time in order to make it a bit “better” (imho).
Drupal 7 comes with a “Tags” taxonomy by default (if you do the regular install). This views export will create a block that lists the “Tags” with the number of content instances for each one. You can see it in action right here =>
Drupal Commerce is a whole pile of awesome. Once you wrap your head around the whole product vs. product display issue, that is… but thats a topic for another blog post. I will say that the separation does make sense, even if it does cause some confusion
I got a message from a client that some admin portions of their site were failing to come up. This is a Drupal 7 multi-site install, with a pseudo-sandbox for playing/testing (different database but same codebase). This client was in China, so his daytime is literally my night! He spent several hours trying to figure out the problem… and it was such a little thing.
One of the problems with sharing links and “stuff” via social networks is that it all gets clumped together. If I sit down to go through my RSS reader, I may end up with 3 or 4 links I want to share. By sharing them all now, I not only spam my friends, I also reduce the chances of them even seeing the good stuff I am sharing if they happen to come on later.
So I ran across this nifty function, and I was once again blown away by how little things like this in the Drupal API can really make your life easier… if you know about them
Disclaimer - yes, this has been available since D6… I’m late to the party…
One of the nifty widgets that Facebook offers is the ability to use their auth service to leave comments on your website. The integration into your site is relatively simple.
Currently, I just have a handful of features and some views, but this is built upon years of work with small businesses and seeing what works. I’ve also got some basic integration for Buffer to allow time release of posts into your social streams.
Setting up file attachments in D6 for content types required a core module to be activated. You could sill add a CCK field for files or images or whatever, but the default attachment system (“Upload” module) was the place to go and often one of the easiest.
Description: This video shows how to add dev and staging subdomains (in Cpanel), and set up multisite code sharing in Drupal. Each of the sites uses a different database, but they are all sharing the same codebase (files) on the server. You can use the same steps to set up any multisite functionality you like.