Jump to content

For making impressive home page


Recommended Posts

Start with creating a filename.php with something like this ...

<?php
require_once('init.php');
\IPS\Dispatcher\External::i();

$html = 'Lorem ipsum ...';

\IPS\Output::i()->sendOutput( \IPS\Theme::i()->getTemplate('global', 'core')->globalTemplate('Supertolle Seite', $html));

Then check out sites like w3schools and fill the file with your content.

For landingpages and so on you don't even need the pages application.

Link to comment
Share on other sites

Though I would personally just use the Pages app and make things easier for yourself.  🙂

You can keep your existing navigation menu management, edit and control your full site from a single area, and not have to deal with FTP'ing files around when you edit them, etc. 

Edited by Randy Calvert
Link to comment
Share on other sites

Single php file =>$0

Buying and always renewing the Pages app for ONLY ONE single page =>$$$

Your code/the content is the same and you can also use the IPS navigation and your theme.

A good and free editor has FTP build in too when you save your file.

I don't say Pages is a bad app, but totally overpowered and much too expensive for cases like this.

Link to comment
Share on other sites

  • 3 months later...
On 10/21/2022 at 11:22 PM, Randy Calvert said:

Though I would personally just use the Pages app and make things easier for yourself.  🙂

You can keep your existing navigation menu management, edit and control your full site from a single area, and not have to deal with FTP'ing files around when you edit them, etc. 

I have page app 

what are these different elements called 

https://invisioncommunity.com/

what should i add in html

 

how to make these classes 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...