Jump to content

Where I can get information about IPS classes and so on


Dima Turchenko

Recommended Posts

Posted

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

Posted

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? :cry:

Posted

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

 

Posted
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? :cry:

- 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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...