Jump to content

Featured Replies

Posted

I have been using Invision power services since 2006 but have been using as it is 

I want to make a simmilar home page as it is of https://invisioncommunity.com/

I am ready to invest time for it...

Which technologies should i learn so that I can design the same page on my community 

Regards 

Saurabh 

 

 

 

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.

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

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.

  • 3 months later...
  • Author
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 

 

Examine the source with rightclick 😉

Do you have any experience with html/CSS?

Recently Browsing 0

  • No registered users viewing this page.