You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's me again! I haven't made any improvements to the package for a while, but I received a request from my people recently. They want to show some attractive images for publication entries on one page but no associated images on another page with the same bibtex file. I am thinking it might be necessary to call the localization files defined in two different files, say, bibtexbrowser.local.php and bibtexbrowser.local2.php for the two pages, respectively. Then within these two localization files, I can call different CSS files to display or not to display a new bibentry_image field, which includes an html code block to display images.
When I looked into the bibtexbrowser.php code, on lines 49 and 50, the bibtexbrowser.local.php file is hard-coded into the function. Since I am not sure how to make it flexible to accept customized *.local.php files and don't know if there is an easier way to implement the requested feature, I am resorting to you to give some pointers. I guess it's trivial to you to redefine the localization file calls in a couple of lines.
Let me know if you have time to implement this feature or just give me some guidelines.
Thanks!
Qi
The text was updated successfully, but these errors were encountered:
Hi Martin,
It's me again! I haven't made any improvements to the package for a while, but I received a request from my people recently. They want to show some attractive images for publication entries on one page but no associated images on another page with the same bibtex file. I am thinking it might be necessary to call the localization files defined in two different files, say,
bibtexbrowser.local.php
andbibtexbrowser.local2.php
for the two pages, respectively. Then within these two localization files, I can call different CSS files to display or not to display a newbibentry_image
field, which includes an html code block to display images.When I looked into the
bibtexbrowser.php
code, on lines 49 and 50, thebibtexbrowser.local.php
file is hard-coded into the function. Since I am not sure how to make it flexible to accept customized*.local.php
files and don't know if there is an easier way to implement the requested feature, I am resorting to you to give some pointers. I guess it's trivial to you to redefine the localization file calls in a couple of lines.Let me know if you have time to implement this feature or just give me some guidelines.
Thanks!
Qi
The text was updated successfully, but these errors were encountered: