Newest Questions
88,154 questions
2
votes
1
answer
767
views
How should I create a main page with a mix of dynamic and static content?
I apologize for the terribly basic question but I'm not even a particularly adept web dev. I've read that Drupal is great if you know exactly what you want to do (then the API is handy) but I don't ...
3
votes
2
answers
419
views
Which drupal hook to implement to react on module installation?
I have module A installed that defines some custom hooks. Module A wants to be notified when another module B is installed, so that it can inspect and see if module B implements its hooks (for ...
6
votes
2
answers
2k
views
Drupal 7 and MongoDB module howto
Just installed 7.x-1.0-beta1 to Drupal 7rc1.
Should I see some new option in the configuration? Where should I set the connection settings? I have no idea how to use this module...
5
votes
4
answers
209
views
What are the limitations of the theming system?
Can every theme function in include/theme.inc be overridden by a template (*.tpl) file?
Can preprocess functions be used to add variables to any theme function?
6
votes
4
answers
5k
views
How to access data from external MS SQL database tables in a Drupal site running on MySQL
I am currently working a academic medical department that uses a lot of MS SQL databases because faculty set them up - making us the maintainers :(
We also recently launched Drupal 6 site on LAMP, ...
4
votes
1
answer
196
views
How can I access profile fields with a % variable in Drupal Actions?
I have an action setup in drupal to e-mail me when a new user registers for the site. Right now it is only telling me their user name (%username). Is there a variable that can access added fields so I ...
7
votes
1
answer
177
views
In Open Atrium is there a way to assign a user to a case that user is not in?
I would like to be able to have an admin be assigned to a case that is in a group that user is not a part of. In Open Atrium. Is this possible?
6
votes
5
answers
2k
views
How to display cck node fields' values at the search result page?
I need to display some specific cck fields such as Telephone Number, Address, etc. at the search result page.
As I see the search-result.tpl.php, there is no $node->... So how can I get the node ...
3
votes
2
answers
3k
views
How do I create my own tokens?
I use the Rules module. I want to add 1 to a CCK integer field on an action. Someone told me to create a custom token doing this addition.
So, I installed the tokenSTARTER module.
Now, how do I ...
7
votes
4
answers
4k
views
Sending a value to JavaScript
I have set theme handler for a form in Drupal and this handler has a template file.
What is the easiest way to send a value from PHP to JavaScript in that include file?
13
votes
3
answers
14k
views
What does vid mean
I have designed a view and I see this query in the preview section:
SELECT node.nid AS nid,
node_data_field_crm_history_brokerid.field_crm_history_brokerid_value AS ...
52
votes
9
answers
63k
views
Where is the content of a node's body stored?
In the node table, you'll find everything except the actual body. Where can I find this body text? I'm assuming it's being stored as a blob somewhere.
23
votes
6
answers
32k
views
User Registration Module for Drupal
Drupal uses email for user registration purpose. Instead of the out-of-box Drupal user registration that requires user to specify a username and email address, I want a full-fledged user registration ...
6
votes
6
answers
13k
views
How do I enable the WYSIWYG editor on fields?
I added couple of Text fields on a content type in Drupal; however, only the in-built "body" fields is WYSIWYG editor enabled. I am using FCKEditor as the WYSIWYG editor (installed under the Wysiwyg ...