Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianOK, the wooCommerce plugin usurps the ‘normal’ WP wp-admin with its ‘my-account’ page. It does allow the admin bar, but only for aministrators, which gives admins a hook back to the WP dashboard. This is a *serious* incompatibility. I am going to ask on the wooCommerce support forum if there is any work around for this.
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianThere is some basic incompatibility between wooCommerce and WebLibrarian. They don’t play nice with each other. I guess I need to research this at some point.
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianOr maybe there is a setting in woo-commerce that can allow *selected* users access to the ‘real’ dashboard, since it *seems* to let your admin user have access to the WP dashboard.
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianWhat happens when you replace the ‘my-account’ phrase in the location field to ‘wp-admin’, eg go to the url ‘http://www.gamefe.co.uk/wp-admin/’ once you have logged in as the wptester user?
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianWhat is this ‘My Account’ page? This is NOT standard WordPress. I am guessing you have some plugin installed that implements the ‘My Account’ page. Neither of these is the standard WordPress Dashboard either (even the admin one), at least from what I can tell from the thumbnails (the image is too big for me to download right now with my dialup connection — I will look at it tomorrow when I am somewhere with high speed internet access).
Forum: Plugins
In reply to: [WebLibrarian] 403 Error on UpdateThis sounds like a security weirdness. Check with your system admin. You really should not set file perms to 777!
Forum: Plugins
In reply to: [WebLibrarian] No dashboard for user with role librarianWhen you say you get no dashboard, what do you get instead? The front end? A blank screen? Something else? Can you post a screen shot somewhere?
Also: what version of WordPress? What webserver software (Apache, IIS, something else?) and its version? What version of PHP? What is the operating system of the *server* (Linux [what distro/version], MS-Windows, MacOSX, *BSD).
Forum: Plugins
In reply to: [WebLibrarian] French translation for this pluginYes, it is translation ready. There is already an Italian translation. You should talk to the guy who did the Italian translation. His WP profile is here: https://profiles.ww.wp.xz.cn/novalore
Forum: Plugins
In reply to: [WebLibrarian] Can't check out itemThe sequence is:
find and select book
find and select patron
checkoutDid you do *all* of that?
*Alternitively*
find and select patron
scan book barcode (or *manually* enter it)
checkoutDoes the item (book) have a valid type with an associated loan period?
Forum: Plugins
In reply to: [WebLibrarian] Can't check out itemYou need to find/select the book first, then select the patron. It is a bit of a quirk.
OR if you know the book’s bar code or have a bar code scanner, you can type or scan the book’s bar code in the entry next to the checkout button.
The system *presumes* items have barcodes and the cirulation desk has a bar code scanner available. By pre-selecting the book, the bar code field is pre-loaded with the book’s bar code — finding and looking up a patron does not affect that.
Forum: Plugins
In reply to: [WebLibrarian] how to insert different search shortcodeIt would require modification of the code.
Forum: Plugins
In reply to: [WebLibrarian] circulation type2. Or is it possible to set the loan period to be zero?
3. How can i increase the number of characters allowed in the circulation type?
This would require modification of the code, mostly in database_code.php in the includes folder.
4. Is there anyway I can set an notification to the librarian when
– someone has overdue books
– someone has held a bookThis would also require modification of the code.
Forum: Reviews
In reply to: [WebLibrarian] Thank you, very muchDocumentaion is available here: http://plugins.svn.ww.wp.xz.cn/weblibrarian/assets/user_manual/user_manual.pdf.
There is a ‘test site’ up at http://library.deepsoft.com/.
The plugin is available from the Word Press plugin repository. I am still fixing bugs, but not developing new features at this time. It is Open Source.
Forum: Plugins
In reply to: [WebLibrarian] Automatic CheckoutNo there is no code for ‘self checkout’.
Forum: Plugins
In reply to: [WebLibrarian] Automatically Add (New) Users as PatronsThere isn’t an automated way to create a patron record. Since you are not using the front-end features, you are pretty much stuck with having your state manualy create patrons. This can be done as part of the first-time checkout process on an as needed basis.