Facebook share images
Every site today uses social buttons. It's become part of the basic functionality. And yet most have trouble dealing with and integral part of the whole sharing part -- choosing an image to accompayny the shared article.
Every site today uses social buttons. It's become part of the basic functionality. And yet most have trouble dealing with and integral part of the whole sharing part -- choosing an image to accompayny the shared article.
If you're using Drupal without Views... you're probably doing it wrong (sic). Views really are almost a the only way to have full control over any content listing, with minimal effort. You can even customize things on a per-field basis via template overrides. But how do you add particular classes to individual rows?
You've created a form through the forms API, and because you want some custom behavior, you need it to post back to you... so why does you get a 302 redirect when trying to process it?!
Drupal has built-in search functionality, and for the most part? It works just fine out of the box. The pain starts when clients ask for customization in the results page -- and a lot of it. After reading a nuber of posts on the net, I finally found a bit that others seem to ignore: you get a whole lot of info in the search result template.
In most cases, when building a Drupal site I prefer to have a single content type, with nodes distributed in sections via a vocabulary. It then makes sense to use the term in the node aliased path -- unless you have multiple vocabularies.
Or why the heck is Google bot refusing to look at my site, when everyone else browses through it just fine
It has become quite the norm for clients to ask things that are not ready "out of the box". One of the most common is asking if a banner (usually an OpenX zone) can be displayed only in a site area, plus all nodes of a specific term / content type. To accomodate this, you need to delve into PHP visibility rules.
This is the second part of the Skroutz.gr pricing integration. It provides integration between the Skroutz API class and Drupal, so that it now becomes a simple matter of installing & configuring the module in order to use Skroutz.
Galleria is a popular image gallery module for Drupal 6, which leverages the jQuery Galleria module. It also integrates nicely with Lightbox, Imagecache, and jCarousel. Unfortunately, the publicly available version allows for only global settings, not allowing you to have, for example, a vertical jCarousel for one content type and an horizontal one for another. Hence, this hacked version.
Building a new site today assumes that everything social should come with the box -- not even in it. Within the first question a client asks is how this whole twitter-thing works, and how he can use it. Of course Drupal provides modules to integrate with these, but what if you're stuck on a host "playing it safe" and sticking with PHP 5.1.6 ( that is, all RedHat, CentOS providers that won't use custom compiled packages )?