Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importThe 50/100 problem should not occur with all auto-generated barcodes. *But* if you are uploading duplicate items, it is possible that the search results but not list duplicate entries (or not *obviously* list them), so it is possibly a weirdness with the listing somehow.
You *probably* should have tested things with a *small* CSV file (say 10-20 items) and cleared out the database before each new attempt. That would have avoided your current ‘mess’. Once you got the CSV file formatted figured out and the procedures for correctly creating it, you would be able to move on to production mode and started uploading your 150K items.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importAbout the 100 items showing up as 50 items — there might be duplicate barcodes and the later elements are *replacing* the earlier elements. That is, your 100 items have only 50 *unique* barcodes, so only 50 new items are added.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importHmmm.. Barcodes should not need to be quoted, since they should only be ASCII letters and digits. If they are being quoted, that suggests that they have ‘strange’ characters in them, which is an error. Try the ‘Fix Broken Barcodes’ button on the collection page.
Forum: Plugins
In reply to: [WebLibrarian] Deleting whole collectionYou will need to manually enter the SQL commands. If you are not confortable with that, you could go to the collection page, set the items per page to a high value (using the Screen Options tab) and then click on the checkbox next to the barcode heading and use the ‘Delete’ bulk action, deleting a screen full at a time.
There isn’t an *easy* way to delete the whole collection. I figured it was probably too ‘dangerious’ to do that, since *most* of the time nobody would want to (inadvertently) delete a whole collection my mistake.
Forum: Plugins
In reply to: [WebLibrarian] special charactersAll I see at the URL you have given is a large blank area in the main content area. There are a bunch of things in the side bar and there is some heading stuff. Can you send a link to the actual image and not to the image sharing site? I’m guessing the image sharing site only really works if one is logged in or something. Also, it might be that because I have a slow Internet access (I’m on dialup) it might not work. Also, I am doing this from a Linux system with Firefox 24 (no I don’t have a MS-Windows maching available, so don’t even suggest that).
Forum: Plugins
In reply to: [WebLibrarian] Display barcodeYeah, the manual is a little out of date.
Forum: Plugins
In reply to: [WebLibrarian] special charactersI don’t see anything in the screenshot.
Forum: Plugins
In reply to: [WebLibrarian] plugin doesn't show up in WP menuFrom the FAQ:
Where are the admin menus?
You’ve successfully installed the Web Librarian, but none of the admin menus (Patrons, Collection, Circulation Types, Circulation Desk, or Circulation Stats) show up. Why is this? This is because you are probably logged in as the web site administrator (your user role is Administrator). You need to create at least a user with a user role of Librarian and then log in as this user. Optionally, you can also create users with roles of Senior Aid or Volunteer, who have lesser privileges — these latter users make sense if you are a large enough library that has additional staff (“Senior Aid”) or uses additional workers (“Volunteer”) who man the circulation desk(s). It is important to read the subsection titled “User Role Setup” in the “Installation and basic setup” section carefully and to be sure you understand it fully.
Forum: Plugins
In reply to: [WebLibrarian] plugin doesn't show up in WP menuDid you read the FAQ? Please read the FAQ *AND* the user manual. *Carefully!*
Forum: Plugins
In reply to: [WebLibrarian] Display barcodeBooks are supposed to be arranged by *call number* (for non-fiction, this is generally either the Library Of Congress or the Dewey Decimal number, for fiction, commonly the author’s name+title). Barcodes are not generally useful for shelf ordering. The *call number* (if not empty) is displayed.
Forum: Plugins
In reply to: [WebLibrarian] special charactersWhere are you adding the special characters? Some fields (partitularly the barcode) cannot have special characters.
Forum: Plugins
In reply to: [WebLibrarian] Display barcodeThe barcode is not displayed. You would have to change the short codes (edit the PHP code) to display the barcode.
Forum: Plugins
In reply to: [WebLibrarian] Display barcodeThe barcard is not supposed to be displayed.
Forum: Plugins
In reply to: [WebLibrarian] Non-logged in "Hold" request button?I’m guessing that even though you have ‘hacked’ the button to have the patron id, the PHP code that the AJAX code calls discovers that no one is actually logged in and crashes.
Unless you make a somewhat non-trivial change to the code (at various levels: the JavaScript, the PHP, and the database structure, modifying just the short codes is not going to be enough by itself), you are probably stuck with requiring your club members to really log in as either your Web Request user or as themselves.
It might be *easiest* to just provide a way for your club members to register themselves and then map their WP user id to their patron ID — this is doable as a self-serve feature. Providing a register option is a matter of either enabling the ‘allow anyone to register’ option in the WP settings and/or providing the proper meta widget (with the login/register buttons). There is a plugin that provides a simplified set of meta buttons/links that might be better than the builtin WP widget.
Forum: Plugins
In reply to: [wp-admin classic] Fixing multiple dashboard widget columns@sardisson: I put in a feature request in Trac: https://core.trac.wordpress.org/ticket/26780, in case anyone else wants to add ideas or thoughts.