How can insert some plugins in user page?
Thanks
How can insert some plugins in user page?
Thanks
I dont understand the second question, do you want to know how to code plugins or do you have plugins you want to add to the user profile?
From last I read, the index.php simply just calls different pre-defined class-objects and that's it. There wouldn't be any real good reason to "clone" it.
As for your other question, if you mean adding widgets and features to user profiles, you need to make plugins that make use of Oxwall's widget system.
https://wiki.oxwall.com/
-Jake
Thanks for the help.
There is a free skeleton plugin in the store you can download and install that will show you some stuff, but it is very old and out of date. But it does give you some basic understanding.
However, unless you understand php and basic class concepts youll be lost. So im thinking your probably not yet ready to code your own plugins. I would suggest you try to learn some php and even some server management concepts which will help you put it all together.
This is what I need in the users page: a plugin like Image SlideShow, but with a single image, and as this plugin that can be placed as many times in the same user page. But each image with its own link.
I would like that the users can sell advertising.
I have been looking and waiting this plugin, and I asked for it to many developers, but nothing.
This is the plugin what Im talkin about, it just the base and the example that what I want: https://developers.oxwall.com/store/item/416#
Is it possible to make some changes in this plugin to make it as I need?
Thanks a lot.