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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 3 Guests 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'];
    //}