Questions tagged [drupal]
Drupal is an open source CMS framework written in PHP.
13 questions
4
votes
1
answer
176
views
Replace node type in Drupal
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?
...
5
votes
1
answer
87
views
Debian-Apache-MySQL-PHP-HTTPS version-agnostic environment bootstrapper
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 (...
3
votes
0
answers
109
views
Drupal 8 Content Import via CSV Implementation
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 ...
3
votes
1
answer
86
views
Import data module
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.
...
3
votes
1
answer
126
views
Dumping output from template_init()
I have a Drupal site with roughly the following in my template.php hook_init block:
...
3
votes
1
answer
153
views
Drupal: Placing Code (PHP) within the Drupal System (as well as css)
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 ...
0
votes
1
answer
910
views
Basic function to output repeating dates from iCal format
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 ...