Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Dima Turchenko Posted November 15, 2016 Posted November 15, 2016 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
TAMAN Posted November 15, 2016 Posted November 15, 2016 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
newbie LAC Posted November 16, 2016 Posted November 16, 2016 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.
Dima Turchenko Posted November 16, 2016 Author Posted November 16, 2016 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?
Daniel F Posted November 16, 2016 Posted November 16, 2016 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
newbie LAC Posted November 16, 2016 Posted November 16, 2016 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
Dima Turchenko Posted November 16, 2016 Author Posted November 16, 2016 Thanks guys, i am gonna hands dirty
Recommended Posts
Archived
This topic is now archived and is closed to further replies.