Prepping for launch of web API on production site. Getting all the modules up to date and in place.
Updates from Elmer Masters Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Threw in the link to the Lesson page on http://www.cali.org and the completion time. Looking in to styling.
-
Elmer Masters
Now it’s all about the styling. I need to lookup how styling for plugins is handled. I know that I’ve seen plugins with CSS files, so I suppose it is a thing to do.
-
Elmer Masters
Back to work on the WordPress plugin for viewing the Lessons API. It works in a nice closed environment. Needs to be tweaked specifically for use on ECR plus (or probably first) needs some styling of the info being returned. I get all of the Lesson node object and all of the authors’ user object, so I have plenty of data to work with.
-
Elmer Masters
Now wondering why I hadn’t started using the FAQ module in Drupal before? It may be one of those things where it wasn’t doing what I needed a few years ago, but it works great now.
-
Elmer Masters
Everything updated on COD for CALIcon13 site. Looking at a couple of different themes to get a new look for this year’s con.
-
Elmer Masters
Pounding out updates to the CALIcon multisite. Trying to get the latest and greatest COD going.
-
Elmer Masters
Note on Drupal best practices: when using db_set_active() to use another database, make sure to reset back to the default db as soon as you get the results from the other database. You can never be sure just when Drupal is gong to try another query that may need the default db.
-
Elmer Masters
Tweaked NS Cloner plugin to copy media library files to the newly cloned site. Also reduced the privileges needed to create a clone so that anyone with the right role could do it. Puts me on the path for that big red “Clone Me!” button that we need.
-
Elmer Masters
Working on cloning for Classcaster and ECR sites. Goal is to allow privileged members the ability to make a complete clone of a site.
A new plugin, NS Cloner, was released today that promises to make this process easier. It gives the network admin the ability to clone any site. It does an excellent job, but it ignores media files. To copy existing media files from parent to clone is straight forward. The plugin already handles all of the reference to the media files.