Mark
Forum Replies Created
-
Are the checkboxes needed at all in case of multiple files?
I’m thinking of an implementation in which I have posts for downloads, some of which have one and some of which have multiple downloads. It would be confusing for my users to get a nice inline link in case of one download, but to have to check the checkboxes in case of multiple downloads.
Forum: Plugins
In reply to: [Zotpress] [Plugin: Zotpress] Why not citations from Private groups?Yup, it does say public in the FAQ.
Private groups don’t work with the proper key for me. I have added the private account, but no collections, tags or items are displayed.
Forum: Plugins
In reply to: [Zotpress] [Plugin: Zotpress] Insert bibliography using item IDsI guess basically what I’m asking is to make it possible to input a list of items, just like the to-be-added functionality to input a list of collections.
Forum: Plugins
In reply to: [Zotpress] [Plugin: Zotpress] Why not citations from Private groups?From that thread, it is now clear that there is no problem in principle with getting access to items from private groups, given the right private key. So it seems to be a current limitation of ZotPress that should be relatively easy to fix. I hope 🙂
Forum: Plugins
In reply to: [Zotpress] [Plugin: Zotpress] Why not citations from Private groups?Just in case this is a Zotero issue, here’s a thread I started on the Zotero forums.
I still think the Top 5 is too sparse a view of the download stats. Would appreciate some simple additional options as suggested.
I trust that you fixed it, and prefer to wait until you update the WordPress listing; then I can autoupdate from 2.0.5.
Forum: Plugins
In reply to: [Theme My Login] Not Working RightIt works for most other users. So please try disabling other plugins to see whether it is a compatibility issue. Sounds like some other plugin may be interfering with the jquery used by TML.
(BTW I checked whether it was due to recent updates to TML, but that does not appear to be the case — I get a blank registration page in all combinations of CUEF 2.1.0 + TML 6.1.2, 6.1.3 and 6.1.4. CUEF 2.0.5 works fine with all three most recent versions of TML.)
Forum: Plugins
In reply to: [Dashboard Post-it] [Plugin: Dashboard Post-it] HTML injectionThank you. Since there is no way to edit the dashboard widget unless you can edit_options, I consider this low priority — with edit_options capabilities you can do much more dangerous stuff than an HTML injection in an obscure Dashboard plugin.
If anyone’s willing to take over the development on this one though I would consider it. I simply lack the time to write any code these days.
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] couldn't add categoryFixed in 3.3.5.2
It appears to me that this can happen when there is a memory overload on the server due to other processes running. Today it works again. It might also help that I have deleted a large table containing the logs of a stats program (Download Monitor).
However, I’m not marking this as resolved because I think the error message could be more helpful here. Neither the message nor the WP-DB Backup docs contain any mention of possible causes for this error. Searching Google for it only retrieves the source files of the plugin and its various translations.
Thanks for reminding me of that, and apologies that I forgot to mention it. The solution, for other people using the Theme My Login and CUEF combination, is to use the templating system of TML and make sure the register-form.php template includes tab indexes on the relevant input fields.
WP3.0.1, FF 3.5 and 3.6, CUEF 1.5.3.
Under “WordPress hidden fields”, only “Show first name” and “Show last name” are checked. Under “WordPress Fields”, these two fields are set to appear “in the registration”. Under “Extra Fields”, two fields are added: “Affiliation” and “Regulations”. Both of these are also included on the registration form.
On the registration form (sample), the Tab order starts with Username and E-mail, skips “First name”, “Last name”, “Affiliation”, and “Regulations” and goes straight to “Register”. In other words, it simply skips the fields that are added or modified by CUEF.
Aha, thanks!