Closed (won't fix)
Project:
Insert View
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 May 2009 at 21:45 UTC
Updated:
13 Jul 2011 at 19:43 UTC
Hello my friends
I try to use insert_views that presented as block
but them title did not appear- just the content get appear.
please help me to get display the views_block title.
thnx and best regards
Comments
Comment #1
bdwelle commentedI ran into the same problem myself. I solved it by patching insert_view.module
...but I'm wondering why the module wouldn't output the title by default? Seems like a good idea to me.
Comment #2
math_1048 commentedyes for me too :) seems not inserting but embed , and thank you very much for your patch
best regards
Comment #3
pasqualleThe view title is not printed by the views module. It is the block title which you see when you put a view block into region.
If I would include this patch then someone would create a bug report because the view title is printed. If you need the view title printed you should override the theme template file of your view, and put this code snippet there.
Comment #4
j0nathan commentedHi,
Do you think it could be a good idea to print the title only if we need it?
Something like this:
[view:my_view=my_display=1,2,3=print_title]
Comment #5
pasqualleadding any more settings to insert_view does not seem right to me
Comment #6
pasquallehttp://drupal.org/node/299454