Menu

#198 How to remove [## Pictures] behind gallery caption

open
nobody
None
5
2009-03-22
2009-03-22
Anonymous
No

Hello,

I would like to know if it is possible to remove the [## Pictures] behind my gallery captions. I don't think it is necessary to see how many pictures there are in my gallery. Is there any trick to remove this?

Thank you in advance,
Frank.

Discussion

  • Nobody/Anonymous

     
  • kevio

    kevio - 2010-01-27

    Use the folloing code in spmg.php:-

    line
    157 $spgm_cfg['conf']['PictureNumbers'] = true;
    1238 if ($spgm_cfg['conf']['PictureNumbers'] == false)
    $strHtmlPictureNumber = '';
    1239 else {
    1262 }

    and in spmg.conf add the following

    # toggle to display the number of pictures in a gallery.
    # value must be true or false
    # if commented out, default value is true
    #
    #$spgm_cfg['conf']['PictureNumbers'] = false;

    regards

    Kevio

     

Log in to post a comment.