bgunnink
Forum Replies Created
-
I don’t think it’s the plugin; I have no problem copying Hebrew characters and having them display correctly in the sidebar widget.
The likely culprit is a botched ANSI-UTF8 conversion somewhere; or, your font has no support for Hebrew characters.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Error Adding BookDid you turn on WP’s debug mode, or NR’s debug mode?
Try turning on whichever one you didn’t do and see what happens (add
define ('WP_DEBUG', true);
inwp-config.php
)Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Need helpYou need to alter the template files (or create local copies in your theme folder–see the README!) to match your current theme.
My suggestion is to look at your theme’s default page template, and try to use that same markup structure for the library template.
You’ve correctly entered in both your Access Key ID and your Secret Access Key? The corresponding values have to both be entered into the options screen.
The response from Amazon indicates that you have either misentered one of the two items, or they don’t go together.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Books disappearedDid you change anything? Themes? Change widget settings? Upgrade?
What’s your website?
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Getting Fatal errorI’m afraid you’ve posted this is the wrong place. You appear to be getting an error from Theme My Login, not from Now Reading Reloaded.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Save options in admin lead to a blank pageFor whatever reason, the WPlize class in Slimbox2 breaks Now Reading Reloaded. I think the Slimbox2 plugin is trampling over a particular variable name and NRR doesn’t like it.
This may very well be a non-issue come 6.0, but for the time being, may I suggest a different lightbox plugin? I like Shadowbox and Colorbox, personally.
Re: average. I don’t see that line on your blog anymore, and can’t reproduce it elsewhere…..
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Save options in admin lead to a blank pageTruth,
If you’re truly doing a fresh installation, it’s possibly a conflict with other plugins.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Save options in admin lead to a blank pageTruth,
Now Reading [Reloaded] makes three entries in the
wp_options
table. Look fornowReadingOptions
nowReadingVersions
nowReadingWidget
(possibly)
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Save options in admin lead to a blank pageTruth,
Short of getting into your servers myself, I can’t troubleshoot this problem.
At some point, perhaps this fall, I’ll be attempting a massive cleanup of the plugin to better integrate with WP’s plugin API, so that might fix the issue.
Unfortunately, I can’t give a timeline at this point.
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] How can I find the books I put on hold?Without writing new templates that specifically pull their status, you can only view books that are on hold through the management console (they are at the very end).
Ex. Your library template has several of these:
<?php if( have_books('status=unread&num=-1') ) : ?>
where status= unread, reading, or read.
If you add another block with
status=onhold
, you should be able to spit out books with that status.Glad to hear it’s working for you.
I just released v5.1.1.0, which is an attempt to give better compatibility with PHP4 for the new Amazon API change.
It also attempts to ignore starting/trailing whitespaces in C&P access keys.
This may sound like a dumb question, but are your Access ID and Secret Key correct and set in the options page?
Forum: Plugins
In reply to: [Plugin: Now Reading Reloaded] Small ImprovementsIn 5.1.0.0, I changed the
width="100"
to an inline CSS style for max-width. IE users won’t really get the benefit, but I’m not particularly concerned.Unfortunately, (2) can’t really be fixed without running a database update script, since image paths are saved to the DB.
Whoops, forgot to include the hashing library.
I uploaded a fixed version; go ahead and download it again.