• Resolved antonyvk

    (@antonyvk)


    Hi !

    I’m looking how to display a title for my album, including the total number of pics inside it (something like “Today we have XXXXX photos uploaded by users ! Who’s next ?”). Is there any shortcode for this ? (like [wppa type=count album=”id”][/wppa])

    In the same way, I need to display photo count near each sub-album title (like “Album of Toto (27)”, I didn’t find how to display it ??

    Thanks for your help !

    https://www.ads-software.com/plugins/wp-photo-album-plus/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Both suggestions make sense. Stay tuned…

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Its all in the current dev version 6-5-06-003

    From the readme:

    = 6.5.06 =
    
    = Bug Fixes =
    
    * Sorting albums by clicking the new up/down arrows rpeatedly now skips useless updates and therefor no longer takes more time than needed.
    * Importing videofiles larger than 64MB now work correctly.
    The files are no longer truncated due to a php copy bug.
    The files will be removed from the depot regardless of the remove checkbox setting because rename() is used insted of copy().
    * Fixed source image permalinks for photos in albums with spaces in the name.
    * If Fotomoto is in use and switched off for the page, you will no longer see a link to the checkout page.
    
    = New Features =
    
    * You can now catch the ajax rendered content in a modal box. An easy way to get back to the original display by quitting the modal box.
    Related settings: Table IV-A1.2 to switch the feature on; Table III-B13 to set the background color;
    * Table II-E8. Display photocount along with album title. You can use css class .wppa-cover-pcount to change style.
    * New shortcodes: [wppa type="pcount" album="13"][/wppa] and [wppa type="acount" album="13"][/wppa] print photo count and subalbum count of the given album.
    
    = Other Changes =
    
    * Sharing form type="mphoto" or type="xphoto" will now always share the single image, regardless of the setting of Table II-C99.

    Thread Starter antonyvk

    (@antonyvk)

    Not including sub-albums in pcount ? Possible with use_treecounts param ?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I will add the shortcode:

    [wppa type="pcount" parent="13"][/wppa]

    to get the treecount.

    The use_treecounts param only says: get quick saved treecount value (cached), or calculate new count.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Pls try the new dev verson 6.5.06.006.
    Updated readme:

    = 6.5.06 =
    
    = Bug Fixes =
    
    * Sorting albums by clicking the new up/down arrows rpeatedly now skips useless updates and therefor no longer takes more time than needed.
    * Importing videofiles larger than 64MB now work correctly.
    The files are no longer truncated due to a php copy bug.
    The files will be removed from the depot regardless of the remove checkbox setting because rename() is used insted of copy().
    * Fixed source image permalinks for photos in albums with spaces in the name.
    * If Fotomoto is in use and switched off for the page, you will no longer see a link to the checkout page.
    * Fixed a spurious bad ratio issue on type="photo" and type="sphoto".
    * Fixed a possible 'album does not exist' log message caused by fe upload selection box when the last album used non longer exists.
    
    = New Features =
    
    * You can now catch the ajax rendered content in a modal box. An easy way to get back to the original display by quitting the modal box.
    Related settings: Table IV-A1.2 to switch the feature on; Table III-B13 to set the background color;
    * Table II-E8. Display photocount along with album title. You can use css class .wppa-cover-pcount to change style.
    * New shortcodes: [wppa type="pcount" album="13"][/wppa] and [wppa type="acount" album="13"][/wppa] print photo count and subalbum count of the given album.
    * New shortcodes: [wppa type="pcount" parent="13"][/wppa] and [wppa type="acount" parent="13"][/wppa] print photo count and subalbum count of the given album including sub-albums.
    Note: these shortcodes only accept positive integers for album="" and parent="" attributes.
    
    = Other Changes =
    
    * Sharing form type="mphoto" or type="xphoto" will now always share the single image, regardless of the setting of Table II-C99.
    * Moved loading js files from action 'init' to action 'wp_print_scripts'.
    * Upload edit new style is now done in a modal dialog rather than a pop-up browser window.
    * Table VIII-C listings are now displayed in a modal dialog box rather than a pop-up browser window.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You need 6.5.06.007. The previous did not contain updated .min.js files

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed 6.5.06

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shortcode for photo counter’ is closed to new replies.