Your comments

The files on the shared drives are the Comics/Books.

I had the same error message, but it went away once I entered / setup the Admin Password.

I thought these settings were all kept in the preferences.xml file that is in the root with the DB.

I am on Holiday next week, and will be doing work on my Books theme then.

Will post after this.

Also I have had no success in getting the Pagebuilder running, I have installed Cygwin under windows 10 and all modules are working OK. Anybody get this working under WIndows?

I love the work being done in this space. Keep up the good work.

I had major issue getting the Arcs working. The only way I could get it to work (Show issues) was to change the line in Theme.js

$('<div>').load("/ubooquity/comics/"+pageID+"/ .cellcontainer:has(.label:contains("+searchString+"))", function() {

to

$('<div>').load("/../comics/"+pageID+"/ .cellcontainer:has(.label:contains("+searchString+"))", function() {


Works for me now.


Also I have adapted this theme for my own use to be used with Books. I have pages displaying similar to Fantasticfiction.com. by Authors. No change to actual theme, just a custom folder.html and .css in each authors folder. Actually I added my .css to your theme and call from there to cut down the amount of exta files lying around.

Once I tweek this a bit more, I will think about releasing if any interest in it.