So forgive me, I've only recently started using 'include' to load TPL files from my theme folder. What I was wondering was if there was a way to load a TPL file from an external server? I'm managing a base/sub theme combo for a large university, and I'd like to be able to load TPLs for the header, main menu, footer, etc. It would be really awesome if I could externalize the TPL files for loading into page.tpl.php (I'm using Zurb Foundation 5).
We have web sites (Drupal 7.59) that are also behind a proxy, and no longer receive updates from drupal.org.
Tried all the solutions mentioned by others (example: emptying cash tables etc.) and and couldn't find a fix.
Our sys admins have done the below changes and still can't get it to work.
Can someone please let us know what we are missing? What we have found out was, every time we run Drupal updates it goes to new IP addresses as mentioned below.
I'm working on a site made by somebody else with lots of modules that do lots of things. At the moment I have to do a little work on the edit profile form. My problem is that the password fields have disappeared from the form.
If I print the form in a alter_form hook, they aren't there. I've just checked on a fresh installation and they are supposed to be there, so I think they've been removed by some modules.
My question is, given a renderable array, how do I know which hooks it's been through ? if that is even possible.