Closed (outdated)
Project:
Bibliography Module
Version:
6.x-1.0-beta8
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2008 at 09:09 UTC
Updated:
21 Dec 2018 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Frank Steiner commentedJust a blind shot because I don't have hovertips installed. Could you please test the patch?
Comment #2
setack commentedHmmm no, it doesn't. But maybe here is the problem. At arround line 299 (after the patch) in biblio_theme.inc there is something like:
'data' => $tagged_link .' '. l(t("XML"
), "$base/export/xml/$node->nid") .' '. l(t("BibTex"), "$base/export/bibtex/$node->nid")));
Here, $tagged_link was produced earlier with theme_biblio_tagged_link but the other two are simple links. Maybe you should call theme_biblio_xml_link and theme_biblio_bibtex_link as well.
Comment #3
rjerome commentedI guess I forgot to mention when I pointed you to hovertips that it wasn't fully implemented on all the links yet, so what you are seeing is a known problem.
Ron.
Comment #4
setack commentedok thanks!
Comment #5
Frank Steiner commentedMy patch did change to theme functions for bibtex and xml links, but I forgot to apply them. I might be fully misunderstanding how this hover stuff works, but with the new version of the patch I don't see any difference anymore between the links. Could you try the new patch?
Comment #6
setack commentedright, this second version works. I tag the status of this patch to reviewed in case ron want to get it although it seems it is an already identified issue. Regards
Comment #7
rjerome commentedHi Guys,
I've taken a completely different (and what I think is a cleaner and more efficient) approach to the "popup" issue.
There is another module called "popups" which I've tested and it has a number of advantages over the hovertips module. One of the main ones is that each node doesn't have to be run through 3 export filters on every page load, it only goes through the export filter when the link is clicked. Also in my opinion, it looks considerably cooler :-) Lastly, I can see many other potential uses for this module, since you can popup virtually any form, make modifications and save it without reloading the current page.
Ron.
Comment #8
setack commentedniceee, much better :-) Just one thing, the size of the popup should be adjusted to the text included in it. Anyway, much cooler than hovering.
Comment #9
rjerome commentedBy size, I assume you mean width? The problem there is that it could be much wider than the browser window. There is a scroll bar at the bottom which allows you to scroll to the right if needed. Ideally, I guess the content could be reformatted to fit with the size of the popup but that might cause other problems given some of the limitations of the export formats.
Comment #10
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.