Closed (fixed)
Project:
Websnapr Field
Version:
6.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 21:37 UTC
Updated:
19 Jan 2012 at 21:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Donaldd commentedSame issue here.
Subscribing!
Comment #2
emdalton commentedI have this problem, too. I'll try to take a look at the code later today and see if I can figure out what needs to be changed, but I'm not one of the official maintainers, so the best I'll be able to offer is a patch.
Comment #3
Anonymous (not verified) commentedSubscribing. I am not a coder, but patches for testing are welcome.
Comment #4
miro_dietikerI have a working version here.
Providing a new version that works as a patch.
Note this patch contains an additional theme function since we implemented it due to the need of direct theme() calls in our custom .tpl.php files.
Comment #5
Anonymous (not verified) commentedThe patch is working with Version 1.3. Latest published version is 1.2. Nothing new in repository. I'm missing something.......?
Comment #6
miro_dietikerIt is a common process that a review is being done before committing anything to the repository.
Comment #7
Anonymous (not verified) commentedPatch again current V1.2: patch error:
Comment #8
miro_dietikerA patch is always against -dev.
Comment #9
Donaldd commentedThe patch works for me.
Thanks Miro!!!
Comment #10
wolinho commentedThanks for the patch Miro! It works perfectly for me with one exception. I use the Websnapr field inside a Views table (Screenshot 1). With the new Websnapr code/patch it does not display the page anymore as soon as a websnapr image is shown in the table. It just shows the thumbnails that should be shown within the table (Screenshot 2). Any ideas? Help would be very much appreciated. Thanks!
Comment #11
miro_dietikerCommitted to repo.
#10 Screenshots are broken. Can you please provide them again or provide a description with more detail?
Comment #12
wolinho commentedI have uploaded the pictures again. If you need further descriptions please let me know. Thank you for having a look at it.
Comment #13
modctek commentedsubscribing
Comment #15
danepowell commentedHate to re-open old issues, but a couple of items:
- I notice that we are now loading the code using hook_init()- I think this is pretty bad, as it's going to slow down page loads throughout sites, not just on pages where websnapr is actually used.
- Someone has now solved this in a different way - see #1243902: New Websnapr code. I think their approach in #7 is probably better as it doesn't use hook_init(), but I'm not sure. Thoughts?
Comment #16
danepowell commentedI'll close this since a commit has already been made. However, I have posted at patch at #1243902: New Websnapr code that inserts the code in a more sensible way. I would appreciate if you could review and commit this.