Active
Project:
Media RSS
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2009 at 12:07 UTC
Updated:
17 Jun 2010 at 23:58 UTC
Thanks for this great plugin - it works great.
I set it up and chose "Fulltext plus single image".
I then noticed that it shows the last uploaded image as the foreach loop overwrites the results before. This is not so great as my first image is the most important.
To show the first image only I added a simple if ($count == 0) { on line 246 and so on.
I think the feature to be able to choose the first image or the last or any other would not be so hard to implement, however I dont know if there are any other issues involved with this.
thanks
Comments
Comment #1
j.mead commentedyes I'm replying to an old post, but I just tried the fix as noted above.
It limited the display to only 1 image but it was the last image, not the first.
I did only add it to line 246, so maybe i need to do some more?
any help much appreciated