sitebuilder ez add slider and slideshow
Suggestions
All that's possible right now, its just not drag'n'drop. The list functionality is the same as jrCore_list and will get anything it can get.
The returned results are limited to Profiles and Gallery because that was all I could think of for default settings.
If you use the TEMPLATE field of the form, you can make the slider do anything you want it to do.
If you give me some screenshots of what your after (made in photoshop or similar) i can show you how to structure the code.
Its not possible to create a one-size-fits-all for this situation because every module has different keys in the database. eg: profile module has a profile_name, but no profile_title. blog has a blog_
title but no blog_
name. Then linking to that blog requires a URL formed differently for each module. So it need to be handled on a case-by-case setup.
The default item row template is:
/modules/jrConstructionKit/templates/default_rotator_row.tpl
You can copy that to your skin and call it:
/skins/YOUR SKIN/jrConstructionKit_default_rotator_row.tpl
and change it all you like if you want.
-- edit --
order by random is
updated by @michael: 01/14/15 01:34:33AM