Trying to calculate a (new) computed field on over 200 existing nodes. I\'ve tried bulk saving them using VBO\'s
may be someone encountered a similar issue.开发者_如何学Python I output a view on the front page of my D6 site using this code:
I know that we can\'t modify a cck fied in hook alter like a standard field o开发者_运维技巧f a standard drupal form.You can alter it, just like any other form. You must just make sure your hook is ra
I have a views page that contains a listing of one of my content type. I used views-view-list--<name of my view>开发者_JS百科;.tpl to theme the page. However, the region/blocks that I defined are
I am using views to show some nodes data. currently I am showing 4 nodes at 开发者_如何学JAVAone time in a view... but customer need a toggle to view 1 node or 4 nodes... I need it Ajax based.
I want to capture the current view and change the number of items it displays using hook_views_query_alter()
I have a set of Drupal magazine-related content types predefined in the following relationships: Story: Has a title, body, author, required node reference to an Issue, optional node reference to an
I am newbie in Drupal 6. I am looking for customizing User registration form. Apparently found that while adding user using Admin login allows registration form to have fields like email address, us
i am working on a project by Drupal. i created a view with exposed filters on it.the display type for it is page and i set \'exposed form in block\' option of it to yes to put this page in a block on
I created a view which has three exposed filters. Everything works fine except the fact that I can neither translate or change the default string (-Any-) for the dropdowns. Is there a way to change th