Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Being committed and enthusiastic members of the UK Drupal community, Cameron and Wilding are actively involved organising Drupalcamp London and participating with talks in all major Drupal events (Drupalcamps London, Brighton and Bristol). We also host two monthly Drupal meetups, London Drupal Pub Meet and Drupal Show and Tell London.
Hi everyone. I'm kinda new to Drupal and most things are still unclear to me. Currently I'm breaking my bead over the fact that I can't get my photo gallery and tags inline. This is the site I'm working on: http://altheercommunicatie.nl/node/74
I've made a custom content type which has, among others, the fields 'field_project_gallery' and 'field_project_type'. Now as you can see I can't get these two inline. Who can point me in the right direction to do so?
I am having a big problem with a newly created Drupal 8 site for a theater.
After going live we discovered that the cache_render table grews extremely big extremely fast. After one weekend, it was already over 30 GB (!) which makes a backup of the database impossible.
I think I'm misunderstanding how to get core optional js libraries to load on a page
I'm trying and failing to incorporate a JQuery UI slide effect
Inspecting my page source I can see that:
My hello_world.js is loading.
JQuery and JQuery.ui are loading
JQuery.effects.core and JQuery.effects.slide are not.
What am I doing wrong?
Maybe it seems a basic question but I fail adding an ajax callback via a form_alter hook.
The scope is the following:
I have a view displaying informations, with multiples exposed filters setting as "block". I put the block form in the sidebar and it work. The form contains country and department displayed as select and a list of taxonomy displayed with checkboxes.