- Bibtex import and export
- Bibtex publication types with required and optional input fields
- One to One association of a presentation to a publication. Requires presentation plugin.
View txtan's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hi,
I'm getting an js error when the publications plugin is active. The error points to line 9 of publications.js. Any ideas? I also had a problem deactivating the plugin. I deactivated it but it continued to show up even though I turned off caching.
Hi, what exactly is the error? Also which version of elgg are you running?
JS error in a fresh elgg 1.7.7, can't add authors then can't add any publication. :(
@topgunal, you happen to be using chrome? I know that the plugin has some issues with chrome especially in the author selection window.
@txtan, Thanks for your reply.
The js doesn't work in IE8/chrome but seems to work well in firefox 3.5. However, in firefox the "Journal/Year/Volume" forms don't display when creating a new publication. Then there is an error "You need to fill all required forms" (I don't remember exactly words) and still can't add a new publication.
@topgunal, check your browser's javascript error log. If it says something like wwwroot not defined. Try to add the line
var wwwroot = <?php echo $CONFIG->wwwroot;?>; to the beginning of javascript/publication.js
The javascript in this plugin is quite the mess and I apologize. A new version of publication is in the works and will be release shortly.
Hi, txtan, there is already a line "var wwwroot = <?php echo $vars['url'];?>;", I tried to replace it with "var wwwroot = <?php echo $CONFIG->wwwroot;?>;", but it still doesn't work. I also tried to put the new line before or under the original line, none of it works.
Wow, seems i should wait for your new version. And I hope that will be a perfect one. Thanks for your hard work on it. Regards.
@txtan, I'm still waiting for the update version...
@topgunal thanks for your interest in my plugin but the development of the plugin is currently put on hold and can't say when I can get the next release out. Sorry for causing you any inconvenience.
That's really a bad news, but i can totally understand it.
Hello, I have made some updates on the publication plugin in order to make it work for elggg 1.8.3.
Not perfect but no Deprecated fonctions.
Js is not working (in edit up() down(), .. are useless)
Maybe you have an idea.
Where can i upload the file to you ?
Laurent
That's a great news! Please sent a copy to topgunal@gmail.com, thanks.
does this work on 1.8.3?
Hi, how are you?
Do you know a way to put in ascending order (year) my publications?
Thank you very much for everybody.
Best
Interesting plugin, i need it for 1.8+
Thanks
Hi,
For bibtex import, is it possible to maintain the order of authors in the order it was entered in the file.
Alternatively, is it possible to change the author order in form edit?
Thanks