Closed (fixed)
Project:
Frequently Asked Questions
Version:
5.x-2.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Oct 2007 at 23:06 UTC
Updated:
29 Mar 2018 at 17:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stella commentedPostponed - waiting for feedback on #188543.
Images added in the normal way (i.e. <img> tags) should appear without any changes I believe.
Cheers,
Stella
Comment #2
StephanieM commentedHi Stella:
As a workaround this is great, but it requires the user to use (and know how to use!) Full HTML input format, plus the complete path to the image involved. If those have been uploaded with the Image module they're usually buried in the files directory.
If you find a way to get it working I'd love to see it.
Cheers!
Stephanie
Comment #3
nancydruActually no it doesn't. You can add the IMG tag to your list of allowed tags in the Filtered HTML settings.
Comment #4
nancydruHmm, if I select a teaser display, such as "node/type/faq", that FAQ doesn't intercept, the image shows up.
@Stephanie: do you want it showing on the questions list page, or only if the question is selected for viewing?
Comment #5
nancydruThis patch is based on the March 2nd 5.x-2.x-dev version. It turns out it was harder finding all the different formats than fixing the problem. It would have happened automatically if we could have used node_view, but we couldn't, so fooled image_attach into thinking we had. Please give it a try and report the results.
I will leave this to Stella, probably, to actually commit and port to 6.x.
Comment #6
nancydruHave you tried this yet?
Comment #7
stella commentedHi Nancy,
I've committed your patch to the 5.x branch. However, it's not going to be easy to port to 6.x as the theming stuff has changed in D6 - most of it is now done in template files. I should have something similar (functionality wise at least) later in the week for D6. Then we can look at what would be involved in using node_view() instead as you mentioned in #214284: Display FAQ node links on the main FAQ page, will continue that discussion there.
Stephanie - this feature show now be implemented in D5 and will be available in the next release.
Cheers,
Stella
Comment #8
nancydruI understand - that's one reason why I didn't do a 6.x version.
Comment #9
stella commentedI've now committed this to the 6.x branch and will be included in the next release.
Cheers,
Stella
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
stella commentedReleased in faq versions 5.x-2.10 and 6.x-1.6.
Cheers,
Stella
Comment #12
markusd1984 commentedWhen loading many FAQs on the same page that contain images it slows down the loading dramatically.
Any advice or best practice you can share to avoid or improve that?
I know image sizes should be compressed at file level beforehand to avoid unnecessary large resolution and file sizes.
Also thinking of if there is a way to implement placeholders to load first and possibly caching?