Depends on what you want to do with that information.
Gist: Run a db query (ORM) on whatever tables/fields the module is using and you'll get back the 4* images listed in an array.
(Based on your question, I'm assuming that you might not know how to do that, but I can't fish through the module to check on this right now. Report back if you try to get this working.)
spags
Joined: 2010-03-26
Posts: 120
Posted: Sun, 2014-08-10 21:01
It might be helpful to look through the code of the dynamic module. It sounds like this might be one way you could implement the problem. Disclaimer: I've never looked at or used the module, but suspect it would help your cause.
Posts: 1857
Depends on what you want to do with that information.
Gist: Run a db query (ORM) on whatever tables/fields the module is using and you'll get back the 4* images listed in an array.
(Based on your question, I'm assuming that you might not know how to do that, but I can't fish through the module to check on this right now. Report back if you try to get this working.)
Posts: 120
It might be helpful to look through the code of the dynamic module. It sounds like this might be one way you could implement the problem. Disclaimer: I've never looked at or used the module, but suspect it would help your cause.