solved add "Empty Playlist" help text to the profile tab.

PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
This would probably be categorized as an improvement for all skins and I hope it will help out new users on all Jamroom sites.

Could an {if} statement be added to the Photo Album and Playlist item_list.tpl files that would explain (when the list is empty) that the user has not added any pictures or songs yet and then give a link to the site-wide gallery and audio page so they can begin to explore and add media they like?

This would also offer an easy way for Jamroom admins to create and link custom "discovery" pages for their users.

I am finding that "getting started" is the hardest part for new users, once they navigate around a bit they are impressed, which is good.

Thanks for considering this :)


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

updated by @the-patria-company: 06/09/16 09:17:48PM
Strumelia
Strumelia
@strumelia
8 years ago
3,603 posts
I think that's a terrific idea! I do notice that members (especially new members) are sometimes confused as to why they are lacking various content tabs on their profile page...while seeing those tabs present on other members' profile pages.


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
michael
@michael
8 years ago
7,715 posts
It can be done by changing the
/modules/jrPlaylist/templates/item_list.tpl

from the end:
{/if}
to
{else}
    (Add items to a playlist by browsing the site media)
{/if}

But whether it should be there by default or not, im not sure about. We dont have a "click the + button to add an audio file" for the audio module or any of the other ones.

So the question becomes a "should documentation of how the modules work be included in the modules themselves".

Not sure it should. mmmm....
PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
That worked great! Thank you so very much. This is what I used for the playlist module.

{else}
<center><br>
OH NO!  You have not selected any audio to add your playlist yet.<br><br>Browse some audio <a href="{$jamroom_url}/audio">here</a> and click on the &#9835; to add it your playlist.
</center>
{/if}



--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3
boplive
@boplive
8 years ago
345 posts
This is a good idea
@the-patria-company...it looks to be very helpful all around for everyone..:)

Tags