One thing i did to help my members understand is inside the
ow_plugins/hotphoto/views/components/random_photo.html
find this code on the bottom
</div>
{/if}
</div>
{/block_decorator}
and just BEFORE that </div>
add this
<!-- added -->
<br />
You will be shown random images and you rate them accordingly or click next to skip it.
<!-- end add -->
so it should look like this now
<!-- added -->
<br />
You will be shown random images and you rate them accordingly or click next to skip it.
<!-- end add -->
</div>
{/if}
</div>
{/block_decorator}
then save the file and clear your cache and now at least your members will understand what they are suppose to do when they arrive on the page.
:)