Jump to content

Featured Replies

Posted

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 by Mac1

Solved by bfarber

Go to solution

If you have IP Pages, just create an HTML page without the Suite HTML wrapper.

 

image.png.3f10fb0a61e87fcd78503ef39da4bef9.png

Edited by xtech

  • Author

@xtech thanks. Do you know solution to do this without IP Pages?

Edited by Mac1

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.

Do it the ye-olde way?

Upload a .html or .php file to your server....

58 minutes ago, Morrigan said:

Upload a .html or .php file to your server....

Good point!

  • 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.

Recently Browsing 0

  • No registered users viewing this page.