Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 21, 20222 yr 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
October 21, 20222 yr 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.
October 21, 20222 yr 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 October 21, 20222 yr by Randy Calvert
October 21, 20222 yr 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.
February 19, 20231 yr 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