I am using drupal 6.X I am creating an api through views and views data开发者_运维技巧source module
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
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.
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) {
I\'m currently creating an ecommerce site using Drupal and the Ubercart module,for each product I need to have the option to display an article (blo开发者_C百科g/story) that relates to that specific p
I\'ve 2 content type First content type name is content_type_sales and second content type name is content_type_product.
I would like to create a custom views, because some database fields are not accessible by drupal views UI. I just exported an existing view into a file called my_module_views_default.inc that contains
I\'m running D6.22 with Views 2.12.I use Views to create a \"search / manage content\" page for my site editors.
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
I\'m using \"views\" to customize the output of every single blog page. I know I need some kind of wildcard. I am also using clean URLS but am unsure if a wildcard can be used on an alias. 开发者_Stac