Quote:
Originally Posted by Sooner95
would be cool to get this updated and /or a new RLS? this was a great start, but so much more can be done with it.
|
Agreed. Not sure exactly how I'm going to post this. I'm thinking of just attaching the files to this thread, unless you think the changes will warrant setting up a new thread?
I guess it might need a new thread. Keeping track of bugs might be easier that way. It also would mean we can confirm it works with 3.5.4 and list it that way. Bubble #5 suggested I try to get it working with 3.6.x, which I might do when it's finished. It would only save time later on when we have to upgrade to the new version.
At the moment I'm just trying to clean up all the code. I've made some SQL and template changes, including:
-Renaming the db tables to infernoquiz_* (eg vb_infernoquiz_submissions)
-Renaming the templates to infernoquiz_* (eg infernoquiz_leaderboard_end)
-Grouped the templates under "Inferno Quiz Templates", for neatness
I was finding it very hard to work with the other way:
Custom Templates
-QUIZ
-quiz_cat_end
-quiz_cat_row
etc...
Now it looks like this:
Attachment 49538
And I always prefer to keep the name of the product in the db tables. The actual table structure is the same as before, and I'm hoping too many changes won't be required.