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

j.mead’s picture

Version: 6.x-2.9 » 6.x-2.x-dev

yes 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