Apologies in advance if this has already been explained elsewhere - I've tried researching this dozens of different ways, and while I've found posts that address some pieces of this situation, nothing addresses the whole thing. I'm pretty new to Drupal, and I'm afraid of corrupting my existing site, so any clear, step-by-step instructions would be much appreciated!
Is there a way to hook into drupals ajax system? I am using the managed_file module, and creating a managed_file in a module I am making. When doing so, after you upload a file, the id of the file field changes, but the <label> for the field does not. This creates an accessibility issue, as there is no a label with no field associated with it.
Hi! I have a Drupal 7 site and for some indistinguishable reason, some times it bogs down the MySQL system and creates a lot of stalling for my site and other sites on my server.
Here's an example of some of the processes which are running when the system is slow:
Not sure where else to post this. I am converting a large Drupal/Ubercart site from
D6 to D7, then eventually to D8 if able.
I am not a Drupal/PHP/MySql novice, but the question may seem novice. In D6 verson of Ubercart, what table makes the association between product nids and image fids?
Hi! I have a tricky situation. I'd like to list a bunch of articles on my site on a bunch of different pages, displaying a bit differently on each page.
My problem is that I want to choose different conditions for each page. On one page, I want to show the ten latest articles. On another, I may show all articles starting with A. On another, a list of ones with a certain category. On another handful of pages, I want to display ones containing a particular keyword.