Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 30, 20204 yr Hi. I need to output one site in my app (some module) as blank page. How to do this? Currently an IPS renders of course a whole theme but i don't need that. This page would be viewed by some bot. Thanks Edited October 30, 20204 yr by Mac1
October 30, 20204 yr If you have IP Pages, just create an HTML page without the Suite HTML wrapper. Edited October 30, 20204 yr by xtech
October 30, 20204 yr Author @xtech thanks. Do you know solution to do this without IP Pages? Edited October 30, 20204 yr by Mac1
October 30, 20204 yr 1 hour ago, Mac1 said: @xtech thanks. Do you know solution to do this without IP Pages? To be honest, no i don't. I believe that in order to do that you need to create an app because you need to create an FURL.
October 30, 20204 yr 58 minutes ago, Morrigan said: Upload a .html or .php file to your server.... Good point!
November 2, 20204 yr Solution If you're trying to output a blank page from within the software, you can do \IPS\Output::i()->sendOutput( "Whatever HTML to output" ); Calling sendOutput() directly does not use any wrapper.