Which version are you using? I added 'upload new song' and 'create new playlist' in genre view for the newest version. If you're using newest version, please give me ACP access so I can take a look.
MPEG4 is video, the music player can not play.
I know, but it shows 5 topics on a row for best view in horizontal (100% width) widget. Try to edit your theme > CSS > front > custom > tthumb.css
Find
@media only screen and (max-width: 1100px) {
.tthumb_gal_item { width: 20%; }
}
Relace by
@media only screen and (max-width: 1100px) {
.tthumb_gal_item { width: 33.33%; }
}
Find
.tthumb_gal_item {
display: inline-block;
background: #fff;
margin-bottom: 5px;
width: 20%;
}
Replace by
.tthumb_gal_item {
display: inline-block;
background: #fff;
margin-bottom: 5px;
width: 33.33%;
}
Save
The masonry layout in topicthumbnail shows 5 columns (items) on a row. It resizes or collapses based on the browser width, not container width. So currently it only supports the default widgets.
A song will be repeated after it has ended. Currently the repeat button is not remembered ON or OFF after you refresh page, I also update it in the next version. Let me know if you found any problems.
Hi,
There are widgets and breadcrumb in other applications (forums, blogs, downloads...), and a big problem is IPS does not allow loading widgets, breadcrumb... in ajax. So I only use ajax for my application.
The next version will support m4a files.
Yes, I will update in the next version.
I think title form is better for everybody. Example: https://www.twitch.tv/twitchplayspokemon has the title Twitch Plays Pokemon (Enter buttons via chat!!!). And I don't want to add (Enter buttons via chat!!!).
It will be updated in the next version.
You should enable Video must be approved for livestream category.
Sure.
Yes, I will update in the next version.
I think title form is better for everybody. Example: https://www.twitch.tv/twitchplayspokemon has the title Twitch Plays Pokemon (Enter buttons via chat!!!). And I don't want to add (Enter buttons via chat!!!).
It will be updated in the next version.
You should enable Video must be approved for livestream category.
Sure.