drupal
Error after upgrading to Drupal 7
After upgrading to Drupal 7, I\'m getting the following error: The specified file temporary://fileM5GTNG could not be copied, because[详细]
2023-04-13 01:45 分类:问答Remove or Filter Options on Exposed Filter in Drupal 7
I\'m working on a website that uses Domain Access and for a view I expose a filter that lists all domains. I want to list only some domains but not all. I know that it is posible to do with the filter[详细]
2023-04-13 00:42 分类:问答Drupal 7 Get Comments Of Node
Is there an easy way to get the comment开发者_StackOverflows of a node programmatically in Drupal 7?Check out the function comment_get_thread(), it may be of use to you.If you don\'t want to write a c[详细]
2023-04-13 00:28 分类:问答Drupal 7 Orphaned Node Reference When Deleting Node
I have 2 nodes: 开发者_C百科 Project Bug A project has node references to Bugs When I delete a Bug, those node references remain as orphaned. What is the best way to clean this up?[详细]
2023-04-12 23:26 分类:问答My Form Submit Function Is Not Working
I\'m developing a custom module for Drupal 6, that creates a simple form. My problem is that the submit function is notbeing called/processed!!! Here\'s my code:[详细]
2023-04-12 23:08 分类:问答Drupal 6 - how to set up a VIEWS block?
I can\'t figure out how to set up a block view for this in Drupal 6: Users submit a picture.If it is approved, I upload it to the site.[详细]
2023-04-12 22:53 分类:问答sort by relevance does nothing apachesolr drupal facet
In my dupal solr facet, when i do sort by title its working and it append ?solrsort=sort_title asc in url but sort by relevance does nothing with the results and does not append any parameter 开发者_S[详细]
2023-04-12 22:40 分类:问答Log in Drupal site in Phonegap
I am trying to allow my users to log in from their mobile app to a Drupal site in order to retrieve some of their profile information. Anybody knows how to do it? I have the Services module on the sit[详细]
2023-04-12 22:20 分类:问答Add radiobutton to hook_form
I want to add radiobuttons to my module. How can I add using Add radiobutton to hoo开发者_如何学运维k_form?function mymodule_some_form($form_state) {[详细]
2023-04-12 20:28 分类:问答Drupal 7 - 'Text on Image' Conversion
How can we convert the contents of the article into image/pdf format in drupal 7. Suppose, we are viewing a article in some textformat (ie default format of drupal) and if we want to see the contents[详细]
2023-04-12 20:06 分类:问答