Render a page as a guest

Permalink
I have an interesting dilemma and have no idea how to approach it. I need to be able to render a concrete5 page as a guest, while logged in as an editor. Sort of like a "View what the public sees" setting on facebook.

I'm trying to build an add-on that would create a static HTML override of a concrete5 page - grabbing the html that is generated when a non-signed in guest views the page.

Is there anyway of using the API to render a view from a different user? or a guest?

glockops
 
Mnkras replied on at Permalink Reply
Mnkras
Check out the 5.5.3-devel branch on github as this functionality is built in.

Mike