remove 0000

pascal
pascal
Offline
0
0000 appears next to recently added albums and top rated albums not sure if it appears anywhere else but i want to remove it http://www.joomlamusicsolutions.com/images/fbfiles/images/Screen_Shot_2012_01_04_at_6.png
Attachments:
Responses (11)
  • Accepted Answer

    Thursday, January 05 2012, 05:08 PM - #Permalink
    0
    it's the YEAR, it will show 0000 if it's empty...

    you can remove this on the /components/com_muscol/views/artist/tmpl/grid.php... are you familiar with PHP code?
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Thursday, January 05 2012, 11:13 PM - #Permalink
    0
    no not really
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 09 2012, 11:43 PM - #Permalink
    0
    well, have you tried simply going into Music Collection config parameters and set "show only if not empty" on the "year" parameter for the album view? do you know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Tuesday, January 10 2012, 01:23 AM - #Permalink
    0
    Yes i put hide always on Show addition date on album details but it still shows.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 10 2012, 11:35 AM - #Permalink
    0
    well if you edit the file /components/com_muscol/views/album/tmpl/default.php
    on line
    179

    you can delete this:

    echo $this->album->year;

    but do it only if you're confident with editing it...!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Friday, January 13 2012, 12:01 AM - #Permalink
    0
    strange i removed it but i still see it showing in the modules top rated album and recently added albums
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2012, 04:04 PM - #Permalink
    0
    yes, of course... because these modules have their own layout files.
    but, have you disabled the option to show year on the modules?

    the files are located on /modules/mod_muscol_[whatever]/tmpl/default.php

    (default.php or whatever layout you're using...)
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Friday, January 13 2012, 11:56 PM - #Permalink
    0
    From the preference i set to hide always under the albums page.

    I went to the /modules/mod_muscol_[whatever]/tmpl/default.php files and when i touch any code i get blank page afterwards. I am removing what i don't want.
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Sunday, January 22 2012, 06:21 PM - #Permalink
    0
    i decided to make year Year / Month in add album form required i tried but no success.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 24 2012, 06:38 PM - #Permalink
    0
    have you followed the instructions (adding "required" on the field CLASS) ?
    The reply is currently minimized Show
  • Accepted Answer

    pascal
    pascal
    Offline
    Thursday, January 26 2012, 11:31 PM - #Permalink
    0
    where can i find that. I have looked.
    The reply is currently minimized Show
Your Reply