Closed (outdated)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 May 2008 at 14:48 UTC
Updated:
20 Dec 2018 at 17:13 UTC
Jump to comment: Most recent
Comments
Comment #1
rjerome commentedSo basically you want to eliminate all the publications related options on the "user/xxx/edit" page and only allow the admin to control these items? Is that correct?
Ron.
Comment #2
gracearoha commentedyes, that's correct. Is it possible?
Comment #3
rjerome commentedCurrently, no. But anything is possible. I will put an option on the admin page to turn the user settings on or off.
Ron.
Comment #4
gracearoha commentedThat would be great!
Merci :)
Comment #5
mlncn commentedThe relevant variable to disable the form is actually commented out in the biblio code:
Should the variable option just be re-added here and added to the admin form?
Currently using a form_alter to remove it all. [Side note-- 'profile' doesn't seem to be the best top-level name for the (sub)form returned by _biblio_get_user_profile_form due to the chance of a namespace conflict.]
benjamin, Agaric Design Collective
Comment #6
rjerome commentedHi Ben,
Could you clarify your objective for me... I'm not sure if you want to get rid of everything or just the one select box, if you just want to remove the DrupalID -> Biblio AuthorID linking, then that would require another option. Also note that the behavior differs for regular users and users with the "administer biblio" privilege.
Ron.
Comment #7
mlncn commentedIn my case I wanted an option in admin to get rid of *everything*
Comment #8
rjerome commentedOk, well uncommenting the line you mention above would achieve that. I guess the reason it was changed was so that even if the users were not allowed to make changes, they could see what the site defaults were set to. But then again, sometimes too much knowledge is a dangerous thing :-)
I'll fix this up in the next release which will probably be later this week.
Also coming in the next release are direct DOI look ups, meaning that by supplying the DOI, a query will be made to dx.doi.org to get the metadata available for this entry and the input form will be populated with what ever is found.
Similarly, you will be able to paste bibTex snippets into a text area and they will be parsed into the input form.
Ron.
Comment #9
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.