The codebase in which I’m working currently has a User Profile extension of which a basic profile view is included. I need to modify this basic pofile to include an image rotator that displays one or more profile photos of the given user.
Should I use plain ole JQuery for this? Or, is there an estension, plugin or another widget that would meet this use case? Since the existing exension is derived from the widget base class, will there be any issues including other widgets such as the AJAX tab view and the image rotator?
I’m giving Nivo Slider a try this time around. Only issue is that my images folder is outside of document root. How would I refeence this external directory so that Nivo can read it? Also, since I’m new to Yii, how do I setup a DIV within a view and assign it to my NivoSlider class?