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.
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
Is it possible not to display a Views row if one of i开发者_StackOverflow中文版ts constituent fields is empty?
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
In my website, I have a node type called \"Project\". Node type \"Project\" has a field called Project Author, which is a user reference.
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
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
I have implemented a Nivo Slider in my Drupal site and I am not getting the control I want for styling it.
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
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