drupal-nodes
Drupal filter is not working properly
I\'m not sure how to ask it, so if you need anymore additional information, please ask for it! Situation[详细]
2023-04-12 06:47 分类:问答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: Custom "Action" Button for nodes On a View
I have a view listing different \"task\" nodes called \"available tasks\" I wish to have a button for every listing that will enable the user to assign the \"task\" to themselves.[详细]
2023-04-01 13:59 分类:问答How to load Product from nid
开发者_如何学运维How Can I load a Product from the db based on the nid? $product = db_fetch_object(db_query(\"SELECT * FROM {uc_products} WHERE nid = \'%s\'\", *nid here*));[详细]
2023-03-05 16:58 分类:问答Sorting nodes visually in Drupal
I have created a photo gallery for several web sites using CCK.I created a new content type and added a numeric select list field that allows the client to change the order of the photos in the galler[详细]
2023-02-28 04:06 分类:问答extracting Drupal node and menu relationships with SQL
I am trying to untangle a complicated multi language Drupal site with custom SQ开发者_StackOverflow中文版L reports.[详细]
2023-01-28 19:10 分类:问答Drupal: How to Remove/Redirect node listing page
I recently launched a Drupal site and noticed, a开发者_开发知识库fter looking through my admin logs, that there existed a page in which a summary of every node on my page could be viewed. I found that[详细]
2023-01-25 20:22 分类:问答how to organize drupal content in next case
i need help how to orga开发者_Go百科nize nodes of drupal cms. i have three kind of users (three additional user groups).[详细]
2023-01-17 09:04 分类:问答Loading the previous revision of a node
When you get a node, how do you load the p开发者_开发问答revious version (revision)? I know how loading a revision but not how getting the previous revision number ($node->vid is the current revision[详细]
2023-01-09 07:03 分类:问答Drupal redirect user (also uid 1) to "page not found" for unpublished nodes. Cannot view, cannot edit
I\'m having some开发者_运维百科 strange behaviour on one of my Drupal sites. Usually when I\'m logged in as admin (uid 1) I can always see and edit nodes even if they are unpublished (makes sense). Ho[详细]
2023-01-04 05:55 分类:问答