monperrus
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-publications] Plugin does not display bibtex inside WordPressThanks for the report. Could you share the error you see in the server logs?
Forum: Plugins
In reply to: [wp-publications] Update redundancy errorThanks for the bug report.
Seems due to “Stable tag: trunk”
Documentation: https://wp-info.org/pa-qrg/
> The readme.txt in /trunk should point to the correct ‘Stable tag‘. If you only work in trunk, add ‘Stable tag: trunk‘ (see https://www.ads-software.com/plugins/about/readme.txt). If you have set a stable tag in the readme.txt from /trunk, all other needed information is taken from the readme.txt in that stable tag (see https://developer.www.ads-software.com/plugins/wordpress-org/how-your-readme-txt-works/#how-the-readme-is-parsed)
Changed to “Stable tag: 1.1”, I hope it solves the issue.
Forum: Plugins
In reply to: [wp-publications] Formatting using reference styleGood question.
What about creating
bibtexbrowser.local.php
(in the same folder asbibtexbrowser.php
) with something like:<?php function MyFancyBibliographyStyle(&$bibentry) { return $bibentry->getTitle().' ('.$bibentry->formattedAuthors(.')'; } define('BIBLIOGRAPHYSTYLE','MyFancyBibliographyStyle'); ?>
Forum: Reviews
In reply to: [wp-publications] How to override the CSSWhat property are you trying to override?
Forum: Developing with WordPress
In reply to: Render a post with shortcode in wp-cliForum: Plugins
In reply to: [wp-publications] Publication without yearFixed in latest version. After plugin update, could you confirm that it works?
Forum: Plugins
In reply to: [wp-publications] Publication without yearFor the record: https://github.com/monperrus/bibtexbrowser/issues/80
Forum: Plugins
In reply to: [wp-publications] Publication without yearThanks for the suggestion, I’ll look at this.
Forum: Plugins
In reply to: [wp-publications] Academic View[wp-publications bib=”sample.bib” all=true acaddemic=true]?
Forum: Plugins
In reply to: [wp-publications] File size limit?See my answer on https://www.monperrus.net/martin/bibtexbrowser/.
Best regards, –MartinForum: Plugins
In reply to: [wp-publications] plugin affects permalink structure?I may have found a solution. I commented out the line
flush_rewrite_rules();Thanks a lot for the workaround.
–Martin
Forum: Reviews
In reply to: [wp-publications] Works well – needs finishingGreat!
In order to improve the documentation, which part was hard to grasp in your opinion?
–MartinForum: Reviews
In reply to: [wp-publications] Works well – needs finishingWhat’s the content of /wp-content/plugins/wp-publications?
Which version of bibtexbrowser is it? (see the first lines, should be v20120703)
–MartinForum: Reviews
In reply to: [wp-publications] Works well – needs finishingHi Keith
Thanks for the feedback.
> Would be good if plugin versions were implemented properly
Fixed in SVN. Should be soon visible in Dashboard -> plugins.–Martin
Forum: Reviews
In reply to: [wp-publications] So little documentation, so many questionsWhat error did you get?
–Martin