Im very new at drupal. My problem is that the block is consistent and not changing. It seems to be based on the user signed in as opposed to the page being visited (ie, in the multi-user blog, each bl
i\'m developing my first Drupal project and i\'m wondering how should alter the breadcrumbs and active menu item. part of my site setup is as follows:
I\'m trying to get the id of a view by supplying its name. Right now I have to insert t开发者_开发知识库he view into a node, then inspect it with dsm to see its ID, which I then hardcode where I need
I\'m using the Drupal views module to create an overview of nodes. In the view i created i configured the Title. But now when the page is rendered the title isn\'t shown. It is shown in the breadcrumb
I\'m new to drupal, and having a tough time getting a view to work (see this question开发者_Python百科).
i\'ve a Drupal theory/strategy related question. First i want to say that i\'m very new to the drupalling world, so this question can be quiet stupid. I\'m trying to develop/make a part of a site that
I am aiming to produce a individual top 5 list for each user of my drupal site. now trying to work this one out has become quite difficult and hence why i am here.
I am in a situation where I need my end user to be able to organ开发者_开发百科ise a list of nodes using drag and drop. To do this I would normally be able to use Draggable Views. I also need the user
I\'ve created a couple views showing e.g. the latest news and events. However, when the username contains \"special characters\" (but still common in Finland), for example \'ä\' or \'ö\', the view s
I\'m using content access module to restrict c开发者_StackOverflow社区ertain nodes and node types for un-registered users.