To clean loading date, number of files, number of viewings of an album To clean loading date, number of files, number of viewings of an album
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

To clean loading date, number of files, number of viewings of an album

Started by Trianon, February 21, 2013, 10:57:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Trianon

How to make, that near to an album icon weren't reflected loading date, quantity of files, quantity of viewings. But thus how to make, that the album description took place on near to an icon, and on album page under all images (as it is made with the image description).

Αndré

Quote from: Trianon on February 21, 2013, 10:57:27 AM
How to make, that near to an album icon weren't reflected loading date, quantity of files, quantity of viewings.
Quote from: Αndré on December 05, 2012, 10:44:15 AM
Copy the sections $template_album_list and $template_album_list_cat to your theme's theme.php file if they don't exist. Then, find the line
<p class="album_stat">{ALB_INFOS}<br />{ALB_HITS}</p>
and remove it in both sections.


Quote from: Trianon on February 21, 2013, 10:57:27 AM
how to make, that the album description took place on near to an icon
Near to which icon? It's already next to the album thumbnail. Not sure where you want to display it.


Quote from: Trianon on February 21, 2013, 10:57:27 AM
how to make, that the album description took place [..] on album page under all images
Quote from: Αndré on February 13, 2013, 11:44:38 AM
Copy function theme_display_thumbnails to your themes theme.php file if it doesn't exists. Then, find
    CPGPluginAPI::action('theme_thumbnails_wrapper_end', null);
and replace with
    CPGPluginAPI::action('theme_thumbnails_wrapper_end', null);

    //if ($page == 1) {
        echo $CURRENT_ALBUM_DATA['description'];
    //}