Active
Project:
Embed widgets
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 05:44 UTC
Updated:
15 Aug 2010 at 01:32 UTC
i'm trying to embed VIEWS.
1. create views page.
2. add embed-widgets block on this page.
3. copy paste the code on another website.
4. as results: You do not have permission to view this content.
what i'm doing wrong?
Comments
Comment #1
davidzz commentedI have the same problem... very frustrating
Comment #2
queryblitz commentedSame here I'm having to use Web Widgets instead which is a bummer.
Comment #3
queryblitz commentedOk, I got it to work, but it's really weird.
I had a Views Block I wanted to get as a widget.
On a hunch, I added a Page display in Views, then told my block to only display on that path. Then in the Embed Widgets settings, under Widget Types, I selected "Block" and under Block Widgets I selected "Append widget link to blocks."
It's not perfect, but it's the only way I could get it to work.
Now I've got to figure out how to hide the link on all the other pages. Probably just with PHP.
Comment #4
rak commentedIf you want to comment it out, the link is in the widget.tpl.php template file.
Comment #5
queryblitz commentedOh, ok. So what I could do is just use PHP to tell it to only display on that page. Cool.