Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 15, 20168 yr Hello! I try to create some simple plugin and wonder where I could get info about IPS classes, description about how system works? Some time ago i was using framework CI for developer purposes, and it has pretty well docs For example - class Email, then goes description what class does, then description of classes methods, then examples of it usage and so on All this in beauty view with good styling where i can easy find information i am looking for. How I can get here some kind of same information about classes IPS Framework? About how some legacy application works (for example - forums) Or I need to debug every request to find where login, where follow action and so on by ,module name, controller name... looking where some actions held and find out by myself where I could inject my hooks I'm at a loss Help me pls, thanks
November 15, 20168 yr CSS framework https://invisionpower.com/4guides/themes-and-customizations/css-framework/ Or use your browser inspector to check on other css classes, id's, page modules, controllers...etc
November 16, 20168 yr Hello, https://invisionpower.com/4guides/ https://invisionpower.com/developers/ Some articles has been converted from old articles. https://invisionpower.com/4docs/ Some information is outdated. Use forum to ask your questions.
November 16, 20168 yr Author Thank u very much guys,but I am already had read all this staff. Thats why I am asking u here cause I didnt find any really useful and clear information. So there is no other options to learn IPS and any other good tutorials?
November 16, 20168 yr You can find the current app, module and controller name in the html sourcecode inside the bode element. E.g. if you view the html sourcecode of this page, you'll find following: <body class="ipsApp ipsCommunity ipsApp_front ipsJS_has ipsClearfix" data-controller="core.front.core.app,core.front.widgets.manager" data-message="" data-pageapp="forums" data-pagelocation="front" data-pagemodule="forums" data-pagecontroller="topic" itemscope itemtype="http://schema.org/WebSite"> app = forums module = forums controller=topic disabling friendly urls on your devboard will also help you to find the current page because this data will then be part of the URL Quote index.php?app=forums&module=forums&controller=topic&id=3
November 16, 20168 yr 1 hour ago, Dima Turchenko said: Thats why I am asking u here cause I didnt find any really useful and clear information. Maybe it would be better ask here https://invisionpower.com/forums/forum/238-development-assistance/ Provide more info what you want to know. 1 hour ago, Dima Turchenko said: So there is no other options to learn IPS and any other good tutorials? - Ask on forum - Download plugin/app similar to the one that you want to see how it works - Read IPS files
Archived
This topic is now archived and is closed to further replies.