warning: Cannot modify header information - headers already sent by (output started at C:\apache2triad\htdocs\drupal52\themes\testdiavloi\template.php:127) in C:\apache2triad\htdocs\drupal52\includes\common.inc on line 309.
I wonder, is there any ready solution or approaches on how to build a view from several content types which are connected together by node reference fields?
In details, I have 2 node types: Entity1 (with fields: X1, X2, X3), Entity2 (with fields: Y1, Y2, Y3) and accordingly their tables are content_type_entity1 and content_type_entity2. Entity1 node type has a node reference field to Entity2. What I need is to be able to display Entity1 nodes and filter them by Entity2 fields (Y1, Y2, Y3).
I have created a panel with items in it which are basically 'block views'.
Each block-view is of a forum topic, where I list the names of 10 posts in that topic. For the rest of the items I want them to be displayed on a page sequentially (the way forum module does it by default). Basically I would like to link the 'more' option present for the block-view to the page where the forum module lists them in a default manner.
Hello
I want to change the figure of the administrator page (account information’s) for a registered user ?
Also I want to change the figure of the forum module?
Is it possible to come up with a menu having menu items (tabs) which are associated to blocks? What I mean here is that when a user chooses a menu item, it will display a block ( could be a list/tree of nodes ).