I\'m not sure how to ask it, so if you need anymore additional information, please ask for it! Situation
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
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.
开发者_如何学运维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*));
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
I am trying to untangle a complicated multi language Drupal site with custom SQ开发者_StackOverflow中文版L reports.
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
i need help how to orga开发者_Go百科nize nodes of drupal cms. i have three kind of users (three additional user groups).
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
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