Closed (works as designed)
Project:
Insert Block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2011 at 07:49 UTC
Updated:
5 Mar 2018 at 01:04 UTC
Jump to comment: Most recent
Comments
Comment #1
kingfisher64 commentedCould you give an example of the following statement.
views_embed_view("events", "block",arguments))I'm looking to embed a custom view into the content. On hover of the configure link of the block I wish to embed I get:
?q=admin/structure/block/manage/views/cloud_carousel-block_1/configureWhat would that syntax look like in your
views_embed_view("events", "block",arguments))format?Thank you
Comment #2
mlsamuelson commentedIf Insert Block tags aren't working, I'd wager you haven't enabled the Insert Block filter on your input format. See INSTALLATION in the README.txt for the specifics on that.
Comment #3
guodskrap commentedPost removed
Comment #4
guodskrap commentedThe Insert Block format would be:
[block:views=cloud_carousel-block_1]Comment #5
liembo commentedHow do you pass arguments to the views block?
Comment #6
markosaurus commentedI have the same issue with version 7.x-1.x-dev.
I have a block which is generated by views and from what I can see in the INSTALL section of the README.txt, all I need to do is the following;
1.) Install and enable the module (done)
2.) Enable the "Insert block filter" for the inputs you want to use (enable for all for testing purposes)
3.) Find the module and delta of your block from the blocks overview page, in this case it's this (admin/structure/block/manage/views/bites_block-block/configure)
4.) Call the block you want from within your content in this format - [block:views=bites_block-block]
I have read and followed the instructions, so as far as I can see, it may actually be a bug? I am assuming that we can still call views blocks in for the D7 dev version?
Any help appreciated.
Thanks,
Mark
Comment #7
tfranz commentedYou should use another module for that: https://www.drupal.org/project/insert_view
Comment #8
Alexandre360 commented+1 to this. The problem with insert block is that it does not support arguments.
And the problem with insert views is that it doesn't respect the block markup (even if the views is a block views), it does not display contextual links neigher block title.
I didn't find any viable solution yet.
Comment #9
berenddeboer commented