Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Anybody ever write an app for vanilla that interacts with the vanilla db.

I would be forever grateful if you could pm me or post here or point me to a well written one that is available (preferably one that hits the database). I've got a few questions relating to which file would I use to make calls to load css files and js scripts. Also what class do you implement if any. e.g. General layout questions.

E.g.I was hoping to find an application that was well written as an example to write some things that did some db access and css customization and maybe some js. I was playing with the skeleton app but I don't understand what you should do for some things.

e.g. there is a stub for bootstrap in the skeleton (or for your custom app). I assumed that was where I could load my css and it took over when I went to the dashboard (e.g. moved the left dashboard panel to the right), so obviously that wasn't the place to put it.

in plugins you extend the Gdn_Plugin

class MyPlugin extends Gdn_Plugin {

what do you extend when you do an app?

I've looked at the sample in the doc, but I need more pointers so to speak.

Or if there is uploaded app in the addons directory you can point me to.

TIA and forever after.


factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

Comments

Sign In or Register to comment.