This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

Hi, Lets see where this get us.

In New to UserSpice? · Started by Artafact on 2016-11-29 9:24 am · 5563 views · 1 replies

Hello, My nickname is Artafact for various reasons of course ;)

I am a web developer (mostly design at the moment) and I am going to take a look at this system, I like the simplicity of it.
Maybe making a plug-in or two just for the sake of it.

I am looking forward to it.

Kind regards
Artafact
I hope you like it! Note that there are a few hook type things for building your own stuff that integrates with the system.

Any time you put a file in the usersc folder that has the same filename as one in the users folder, yours will be loaded instead of ours (just make sure you point the to the init at ../users/init.php Doing this allows our updates to not break your modification. There's (almost) no reason to edit core userspice code.

There are hooks in the admin panel for adding your own panels without modifying our code. They just autoload.

usersc/includes includes a place to put your own custom functions that are auto included.

Note that you don't need to use any of our design elements. Userspice can do its thing with only 3 requirements

Include the init
Run the secure page function
Give the page a .php extension

I hope you have fun with it.