Audio Module Update Wiped Out Custom Code, How Can I Create A Different Page?

alt=
Ekwe
@ekwe
10 years ago
212 posts
Audio Module Update Wiped Out my Custom Code, How Can I Create A Different item detail page, so when the updates happen, they don't wipe out my custom codes.

Thanks
updated by @ekwe: 05/15/14 06:48:59AM
brian
@brian
10 years ago
10,148 posts
First up, your code is not wiped out - it's just been unlinked. If you log into your site via FTP, you will see there is an individual jrAudio directory in your modules directory for each release - just CD into the right one, and your code will be inside.

However, you do not ever want to customize modules directly or you will "de-activate" your changes whenever a module is updated.

What exactly are you trying to do with your change?

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
Ekwe
@ekwe
10 years ago
212 posts
I customized the html player and the whole look of the song focus page and was about too start with the album page
michael
@michael
10 years ago
7,714 posts
you want to do that with template over-rides:


check out these two documentation pages:

"Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

"How to change the way a list item looks in a skin"
https://www.jamroom.net/the-jamroom-network/documentation/howto/1551/howto-change-the-way-a-list-item-looks-in-a-skin

Tags