Recently Added Album "stars"

marcap
marcap
Offline
0
Hello,
How can I get rid off of those rating stars?
(the so called "points" in the Admin area).
I would like them not appear.

Thanks.
Responses (7)
  • Accepted Answer

    Monday, July 04 2011, 05:49 PM - #Permalink
    0
    on the module.. you can't. not byt parameters, at least.

    you can do it cropping some code out. not difficult.

    on the file /modules/mod_recently_added/tmpl/defaul.php

    you will find the place where stars are printed. you must crop out this code (but be careful!! :) only if you're PHP familiar!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    marcap
    marcap
    Offline
    Monday, July 04 2011, 05:56 PM - #Permalink
    0
    I don't feed myself of PHP everyday but I will try.

    I will let you know.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    marcap
    marcap
    Offline
    Monday, July 04 2011, 06:14 PM - #Permalink
    0
    I erased this on line 31

    MusColHelper::show_stars($album->points,false,false,false,true)

    but "stars" are still there.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, July 04 2011, 06:16 PM - #Permalink
    0
    oh, then you must be using "grid" layout :lol:

    you erased the correct line.. but on the wrong file (MY bad!)

    do the same on file grid.php, instead of default.php
    The reply is currently minimized Show
  • Accepted Answer

    marcap
    marcap
    Offline
    Monday, July 04 2011, 06:36 PM - #Permalink
    0
    Parse error: syntax error, unexpected ';' in /homepages/***/******/htdocs/mymusic/modules/mod_muscol_recently_added/tmpl/grid.php on line 27

    I erased the same thing but got this error.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, July 04 2011, 06:38 PM - #Permalink
    0
    well, you probably forgot to erase a DOT "." or somethign like that.. .:)
    The reply is currently minimized Show
  • Accepted Answer

    marcap
    marcap
    Offline
    Monday, July 04 2011, 08:00 PM - #Permalink
    0
    Right, it was the DOT.

    Thanks a lot.
    The reply is currently minimized Show
Your Reply