Never tried the module but looking at the code you should be able to remove : <a href="<?= url::site("favourites/save") ?>" title="<?= t("Save Favourites") ?>" class="g-dialog-link"></a>
From favorites/views/save_favorites.html.php
OK. That works out. It took away the button that says "Save" on the page listing the "favorites." I wish I could add a "Play All" button and have them load up as a playlist in the Flowplayer.
That goes back to the customizing the Flowplayer thread I had in another part of these forums... Are there any guides on Flowplayer code? I'm a coding idiot and know next to nothing about PHP.
Posts: 27300
Never tried the module but looking at the code you should be able to remove :
<a href="<?= url::site("favourites/save") ?>" title="<?= t("Save Favourites") ?>" class="g-dialog-link"></a>
From favorites/views/save_favorites.html.php
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 20
OK. That works out. It took away the button that says "Save" on the page listing the "favorites." I wish I could add a "Play All" button and have them load up as a playlist in the Flowplayer.
That goes back to the customizing the Flowplayer thread I had in another part of these forums... Are there any guides on Flowplayer code? I'm a coding idiot and know next to nothing about PHP.
Any help would be appreciated.
Dave, you're so helpful, I could kiss you.