Topics pertaining to sources for documentation and tutorials for understanding Drupal core and extension modules, using its UI (user interface), and the available code API (application programming interface) features.
2
votes
1answer
27 views
How do I enable the “extra” stuff in the OpenPublic distribution?
OpenPublic is a Drupal distribution that is supposed to be for NGOs (and government). I've downloaded and installed the distribution as a tarball from their site using the big download button.
The ...
-1
votes
1answer
18 views
Examples of help material on a Drupal platform? [closed]
I'm a tech writer using Drupal as a platform for help content. I'm trying to find some inspiration -- do you have examples of great looking documentation that is housed on Drupal?
4
votes
1answer
65 views
How were api.drupal.org and drupalcontrib.org built?
I have always found them useful and I may be looking to build something similar from another code base.
I am guessing that there is something like a migrate from doxygen. But I would assume that ...
-1
votes
2answers
73 views
working example of node_save [closed]
Is there any resource where drupal begginers can find out the working example of hooks for eg, hook_node_presave, hook_node_save, hook_node_insert etc.
1
vote
1answer
137 views
Documenting development process
I want to document development process, so people who will later support the site would be able to easily understand, for example, why this particular view is made in this particular way, how it works ...
4
votes
3answers
132 views
Where can I find complete documentation of hook_field_info?
When I looked into the API documentation page of hook_field_info, it seems to be quite complete. But I could not see the complete details of the return array ingredients.
Where can I find allowed ...
0
votes
1answer
431 views
How to Style the OM Maximenu using an AT Base Theme in Drupal 7
I am trying to install the Om Maximenu while keeping the AT Base Theme's menu styling. I have followed the following instruction:
Main Menu - You have the option to make this as your main menu.
...
1
vote
3answers
696 views
Feeds: use custom field as unique field for mapping
I am using D7, Feeds, XPath Parser.
For mapping, I need to use a custom field as the unique field. I am retreiving data from booking.com and the unique value their is the hotel id, so i need to save ...
1
vote
1answer
78 views
What module is used to create the table of contents in Drupal documentation?
I want to create a table of contents for sections of my site like Drupal.org has for their documentation. For example on this page, there is the "Table of Contents" block on the right hand side. What ...
2
votes
3answers
256 views
List of all active modules used in a site
Is there a way of having a list of all the used (active) modules on a site ?
I am in the process of documenting a site and would like to list all the active modules, I know I can take them from ...
5
votes
3answers
421 views
Is drupal safe against brute force login attacks?
A brute-force attack is an attempt to gain unauthorized access to a website by continually generating and inputting various combinations of a password. This task is usually done by automation software ...
0
votes
1answer
32 views
Where else can I look for info on missing feature between versions?
I needed to find which tables my installed version of the module draggableviews was installing, because the draggableviews Issue queue says so. I find this post on the command drush schema-describe ...
1
vote
2answers
120 views
Taking over an existing Drupal site
On ServerFault, this question "Ending company IT Admin relationship" has a pretty good general checklist for taking over an existing IT system, but I'm wondering as it relates to Drupal:
What system ...
2
votes
1answer
35 views
How do I update the documentation on someone elses module?
I want to update the documentation on the Agenda module on Drupal to provide a bit more clarity on how to get it set up.
I have contacted the author and he said great!
How do I do this on ...
2
votes
3answers
607 views
A module for generating a report on Drupal 7 website structure and more
I would like to generate a report (website, pdf, etc.) which contains all structural information concerning my Drupal website. This would be very useful for many things: site documentation, site ...