⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to load different images in the Flexigrid view?



MarkC
  • profile picture
  • Member

Posted 09 December 2012 - 11:23 AM

I'm using the Flexigrid theme and as the number of articles is increasing, the page becomes more and more slow for loading because I have a field that displays the main image for the article which is with big size. After the upload, I generate small thumbnails, so I have also small images which are 10-20 times smaller than the original. How can I load different image in that column? I just have to change instead of one folder, other folder to be loaded.

Any help is appreciated.

victor
  • profile picture
  • Member

Posted 10 December 2012 - 06:15 AM

You can use the calback_column as solution.

MarkC
  • profile picture
  • Member

Posted 12 December 2012 - 15:35 PM

[quote name='victor' timestamp='1355120140' post='4632']
You can use the calback_column as solution.
[/quote]

Thank you very much. I get exactly what I need with that function.