Hands down, I'm not here because I know anything about Drupal. I found this while looking for a website over Google. It looks like a full patch for something concerning Drupal, if it's nothing I'm sorry. Thanks for reading.
Hi,
During my speed being throttled to 64kbps after exceeding the broadband quota, I browse all sites very slow like a snail. Surprisingly, I can still access Drupal.org very fast (cleared all caches / histories) and download the Drupal Core Package (7 & 8) at the speed of 3G/ 4G.
I tested it many times with IE, Edge, Chrome, Firefox & Opera, all access and download files like 3G/4G from Drupal.org after my speed was already throttled.
I have Drupal 8 site and 4 Drupal 7 sites. I wrote D8 module to retrieve the list of all files in 4 D7 sites. I have done it by creating custom module that switch db connections and retrieve data and generate CSV. i am able to to get data from files_managed table like : public://RFP SA 0417.pdf. But I need to get public file path of these Drupal 7 sites by using mysql query so that I can list out file path in csv.
For example if public file path in D7 site is : '/sites/files/uploads/2016', I have to generate file path as /sites/files/uploads/2016/RFP SA 0417.pdf.
I need to customize my core search module to show result based on the "Tags" of the article. I installed "Custom Search" module and added . But when I search i got an "Access denied" message. Why this ? Please advise
Entity reference field retrieve only for content title only, but i need other fields also dependent to retrive their values in one content type to another content type.
Content type A get values for textbox
Content type B retrive the values for dropdown. This function is only for i needed in drupal 8.Can anyone suggest me.