drupal
Drupal defining node grid data
I need to define a 10*10 grid of nodes. Each cell in the grid has to contain exactly one node. A newly created node gets inserted into the next available cell and a new node can not be step to occupy[详细]
2023-04-10 15:31 分类:问答Drupal Module: PHP: Object Oriented: Galatranet Leave Management System
I have to tweak this module so that it will not deduct employee\'s leave when it comes to Saturday, Sunday and public holidays. I have my way around php but I have no idea when it comes to object orie[详细]
2023-04-10 12:36 分类:问答Drupal 7 Node inside of node in a form
I am trying to do something like this: Project: Name, Due Date Mileston开发者_JAVA百科e: Due Date, Project[详细]
2023-04-10 10:13 分类:问答Drupal displaying "region" instead of content everywhere?
My completely finished website started displaying \"region\" in all the regions instead of the content. This was shortly after I enabled \"Calendar Multiday\" so perhaps it was related (although I hav[详细]
2023-04-10 08:24 分类:问答Moving a Drupal 6.x site to MediaTemple and getting the WSOD
I\'m trying to move a Drupal site over to a MediaTemple (DV) account and keep getting the WSOD.If I move the site over, using the same procedures, to a MediaTemple (GS) account ev开发者_如何学运维eryt[详细]
2023-04-10 06:43 分类:问答Drupal 7: How to copy value of fields to another field
I would like to convert the fieldty开发者_如何学JAVApe of existing fields to another. A possible solution I thought of is to copy an existing field to a new field.[详细]
2023-04-10 05:36 分类:问答drupal 6 VIEWS - I'm stumped
I\'ve created a view (Drupal 6) that gets put on the users profile page. The view is supposed to list all the images that the user has uploaded.However, the view is showing every uploaded image by al[详细]
2023-04-10 02:20 分类:问答Modify the query that generates the exposed form element in Drupal
I would like to change the dropdown filter in a view, by modifying the query that generates it. I do not want to modify the form values after they got pouplated with data already, because it is huge l[详细]
2023-04-10 01:33 分类:问答How do I get PagerDefault queries to work correctly with Drupal 7?
I\'m running the following code: $query = db_select(\'taxonomy_index\', \'ti\') ->fields(\'ti\', array(\'nid\'))[详细]
2023-04-10 01:05 分类:问答The name of element in the #process callback (Drupal)
I\'m trying to create a new form element representing the bbcode editor, which is a compound object of the toolbar and native textarea 开发者_如何学Celement.[详细]
2023-04-09 23:11 分类:问答