fcheslack
About
- Username
- fcheslack
- Joined
- Roles
- Member, Administrator
Comments
-
The website is a secondary interface. Zotero is a firefox extension that needs to be installed in your browser. While running firefox, go to www.zotero.org and click on the large download button at the top right.
-
Emptying your trash and syncing might help. This is almost definitely the web server timing out getting your library data from the data server. The worst culprit is generally collections because it has to get all of them to build a proper tree …
-
adamsmith's first link was right. You need to log in (top right of the page). By default your library is only visible to you and the website and client require you to log in separately (though you use a single account). Edit: You're logged into th…
-
http://www.zotero.org/support/zotero_data
-
I believe this is controlled by extensions.zotero.firstRun2 in about:config. http://kb.mozillazine.org/User.js_file may be what you need to stop it from happening on a default profile.
-
Right-click (command-click on mac?) on the collection. Zotero makes heavy use of these contextual menus.
-
Does the sync icon still indicate that you are not syncing? It looks like at least your metadata went through at some point as I see almost 6k items. There is something going on with your library that is causing the api requests for the list of your…
-
If they accepted the invitation it would show them as a member.
-
Accessing it before accepting the invitation? If you send an invitation using an email address but that email address does not have an account associated with it, they will not be able to preview the group. If you look under the group settings > …
-
Those functions are in this file: https://www.zotero.org/svn/extension/trunk/chrome/content/zotero/xpcom/utilities.js But mostly what you need is the guide by adam crymble (the last couple of chapters that show the actual translator, plus whatev…
-
http://www.zotero.org/support/troubleshooting_translator_issues sample urls that are not working?
-
you didn't trim the asin when there is only one (I think thats what that part is) var params = "AWSAccessKeyId=AKIAIPYIWJ24AGZJ64AA&ItemId=" + asin +
-
It looks like the AWSAccessKeyId is the same for working and non-working requests. It seems to work if you trim the whitespace from asin before it is placed in params. Anyone care to confirm?
-
Okay, there does seem to be something wrong with the amazon translator. There was a report earlier today http://forums.zotero.org/discussion/13003/using-zotero-with-amazon/ of it not working with http://www.amazon.com/Approaches-Cambridge…
-
that url works for me. Make sure you have everything up to date: see first 5 steps of http://www.zotero.org/support/troubleshooting_translator_issues
-
provide the URLs that you are trying to save that don't work on this forum thread so we can confirm the problem and know where to look to fix it.
-
try here http://www.zotero.org/support/zotero_data
-
ah, I misunderstood what you were talking about. Now it makes sense to me and that does seem like reasonable UI behaviour. Do you need to see the metadata on the right when you browse your items? The tags tab sticks open and seems like it would cove…
-
Is there a reason the tags section on the left pane (below the collections, it may be hidden so you have to click the 3 dots at the bottom) isn't good enough for this?
-
see also http://groups.google.com/group/zotero-dev/browse_thread/thread/88400b0d67b40580/0bf6d45e5c8263cf?#0bf6d45e5c8263cf The best practices and usage of the new functions (as well as the required translator functions and what they do as desc…
-
All online file access is limited to members, and only available for Private or Public Closed groups (so some action by group owner/admins is necessary for someone to join).
-
After you delete something, empty the zotero trash (trash icon at the bottom of your list of collections) and then sync.
-
There is a distinction between a Zotero attachment item, and the actual file. Even if you don't have file syncing on, the attachment item will be synced (which is just information about the attachment, rather than the actual file). That would result…
-
You only get access to attached files in a personal library if you are the owner of that library and are logged in. For groups, you can only have file syncing on private or "public closed" groups (so only groups that have owner controlled membership…
-
fixed. thanks.
-
If you are an admin for the group, you can remove them under the "Members" tab of the group settings.
-
Okay. Note that it should work even blocking analytics. The required code is the Google AJAX search API. This may in fact have privacy implications I'm not aware of, but not obvious and explicit ones like analytics does. I don't see anything about t…
-
forums.zotero.org/search is the forum search, which is useful if you know what you're looking for but is not good for random new users trying to find stuff. The search bar on the top is a google search which has better general search results. T…
-
Do those still show up if you reload without the cache (ctrl-shift-r in firefox, maybe command-shift-r on macs)
-
hmmm, what platform is this? is javascript enabled? If you see 3 search boxes on the search page then either javascript is disabled or something is seriously wrong with the javascript which I haven't seen before. I can reproduce the behaviour o…