Module: Favorites

magicka

Joined: 2007-11-19
Posts: 20
Posted: Tue, 2013-06-04 17:53

How can I get rid of the email dialogue box? I don't want the module to send any emails when the user saves their favorite list.

Thanks in advance.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2013-06-04 20:50

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

 
magicka

Joined: 2007-11-19
Posts: 20
Posted: Tue, 2013-06-04 21:26

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.