Skip to main content

Questions tagged [drupal]

Drupal is an open source CMS framework written in PHP.

Filter by
Sorted by
Tagged with
4 votes
1 answer
176 views

In Drupal 11 or greater, this code is used to change the node type of a node. How would you improve the code if at all? ...
the_humble_asker's user avatar
5 votes
1 answer
87 views

The following program is comprised of three files and is aimed to be used as a Debian-Apache-MySQL-PHP-HTTPS version-agnostic environment bootstrapper. It is aimed to be used on raw Debian systems (...
user avatar
3 votes
0 answers
109 views

I am implementing a way to import content into Drupal 8 via a CSV. This CSV contains various fields such as node ID, title, body, etc. It has been working great but I am very concerned about how long ...
Aaron's user avatar
  • 357
3 votes
1 answer
86 views

I have a custom module to import nodes from a .txt file. (Drupal 7). My problem is I have a lot of nodes to import and this function takes so much time. ...
Alvaro Arjona's user avatar
3 votes
1 answer
126 views

I have a Drupal site with roughly the following in my template.php hook_init block: ...
George's user avatar
  • 362
3 votes
1 answer
153 views

I have a node template that grabs fields from a content type. In the node--[contenttype].tpl.php file I have two sections (The second is html/php and grabs variables from the first section or from ...
SweetTomato's user avatar
0 votes
1 answer
910 views

I have a function that implements parts of reading iCal repetition rules, and returns a list of dates when a certain event takes place. Questions/Concerns of mine Any comments on the use of anonymous ...
Letharion's user avatar
  • 618