Luca
Luca
Offline
0
Hi, how can I remove the number in parentheses appears to the right of the bars.
If you see the file enclosure I'd like to delete (6).
Thanks
Responses (5)
  • Accepted Answer

    Wednesday, October 26 2011, 01:56 PM - #Permalink
    0
    you can do it modifying the template directly (its not doable through parameters):

    /modules/mod_content_statistics/tmpl/bars.php

    are you familiar with PHP? if you are you will see where this is printed and you can crop it out...!
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Wednesday, October 26 2011, 03:43 PM - #Permalink
    0
    Hi,
    I found the file but I don't know modyfing it?
    Can you help me please. What have I crop out? Which line?
    Thank you.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, October 26 2011, 06:40 PM - #Permalink
    0
    it's on line 86
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Wednesday, October 26 2011, 06:47 PM - #Permalink
    0
    But what must I do? What I have cut? Could you rewrite me the correct line?
    Thank you so much.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 27 2011, 08:57 AM - #Permalink
    0
    just find this:

    (<? echo $params->get( 'symbol_before','' ).number_format($item->howmuch,$params->get( 'decimal',0 )).$params->get( 'symbol_after','' ); ?>;)


    and erase it.

    my friend, if you really don't know anything about PHP you shouldn't do it... :S!!
    The reply is currently minimized Show
Your Reply