Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted October 21, 2022 Posted October 21, 2022 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
opentype Posted October 21, 2022 Posted October 21, 2022 Just HTML and CSS in general. Saurabh Jain 1
WP V0RT3X Posted October 21, 2022 Posted October 21, 2022 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. Saurabh Jain 1
Randy Calvert Posted October 21, 2022 Posted October 21, 2022 (edited) 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, 2022 by Randy Calvert
WP V0RT3X Posted October 21, 2022 Posted October 21, 2022 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. kmk 1
Saurabh Jain Posted February 19, 2023 Author Posted February 19, 2023 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
WP V0RT3X Posted February 19, 2023 Posted February 19, 2023 Examine the source with rightclick 😉 Do you have any experience with html/CSS?
Recommended Posts