drupal-views
Drupal 7 pagination in custom view
I\'ve created a custom view for a page called views-view--projects-landing-page.tpl.php and I want to include pagination within the page.[详细]
2023-02-23 10:02 分类:问答Can't display block in panel
I\'m new to drupal, and very new to panels. I have a custom module which displays rss feed items based on user taxonomy. It displays the correct info as a block, but it needs to be on the users\' dash[详细]
2023-02-23 04:43 分类:问答Drupal 6 Views - Don't display a row if one field is empty
Is it possible not to display a Views row if one of i开发者_StackOverflow中文版ts constituent fields is empty?[详细]
2023-02-22 15:13 分类:问答how to display Node Terms in block with tree structure in Drupal?
I just enabled multiple terms for node creation and i just wanna display those mulitple terms as a tree sturctured in a block i tried with the following code[详细]
2023-02-22 14:51 分类:问答Display link to nodes who reference a user in a custom usertype view
In my website, I have a node type called \"Project\". Node type \"Project\" has a field called Project Author, which is a user reference.[详细]
2023-02-22 00:41 分类:问答Drupal Linking changing menu paths based on page parameter
I have a number of views that accept node Ids as arguments and have registered page paths, e.g. someview/%nodeId开发者_开发百科, anotherview/%nodeId, etc.I want to have a menu which displays on the no[详细]
2023-02-21 16:52 分类:问答Drupal 6 - Disable Views cache for specific View
I have lots of views which don\'t change very often, and enjoy the ben开发者_开发技巧efit of caching. But I have 1 view which is used to display a random quote in a block in my sidebar, which I do not[详细]
2023-02-20 15:06 分类:问答Complete control over Nivo Slider
I have implemented a Nivo Slider in my Drupal site and I am not getting the control I want for styling it.[详细]
2023-02-20 11:16 分类:问答Transform content type to query view into database
I have retrieved the content type Student from my database in my module开发者_JAVA百科 with PHP. How can I save this content type, like a view, and store it into my database? I use drupal 6.You can ex[详细]
2023-02-20 10:18 分类:问答Create a standard page and table in drupal module with PHP
I made a module with a simple menu structure. I am able to programmatically retrieve开发者_Python百科 a view of all my students in PHP. Now, I want to return all the students on a page in a simple tab[详细]
2023-02-20 06:08 分类:问答