remove added date (& yes i have rtfm) remove added date (& yes i have rtfm)
 

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

remove added date (& yes i have rtfm)

Started by adeibiza, February 28, 2011, 04:15:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adeibiza

all ive found on a search is an old post in 1.3 support which talked about changing 4 lines in the functions.inc and another which just suggested rtfm - which didnt say anything relevant or help  (btw not sure whether RTFM is the proper acronym - maybe FTM would be more appropriate and less abusive - #justsayin)

that didnt work (i'm on latest 1.5)

i searched functions.inc and found 2 instances of

$lang_display_thumbnails['date_added'] . localised_date($row['ctime'], $lang_date['album']);

(at 2976 & 3248) and commented them both out but the date added still shows - ive also double checked the theme.php file to make sure that didnt override it and there's nothing in there

ive looked at the docs and looked in album list props

ive unchecked "Display file caption (in addition to title) below the thumbnail" in config

if i've missed this somewhere i apologise

(link: http://gig-ticket.com/index.php)

Αndré

The answer is quite easy, but as you (or the theme author, I don't know) have removed the Coppermine footer, I doubt you'll get support, sorry. That's also part of the docs:


Quote<!--Coppermine Photo Gallery 1.5.10 (stable)-->
You also should upgrade your gallery to the latest stable release (cpg1.5.12) immediately.


Moving to themes board.

adeibiza

sorry i didnt realise i had removed the coppermine link - i thought i had left in the footer as there was a bunch of copyright lines - hadnt thought that there wasnt an actual cp link - i did remove my hosters link since it was a div under </html> which is probably where it was (unless it wasnt in the theme i used ?)

re: removing the added date - if its easy then instead of saying its easy why doesnt anyone actually point it out ?

thats all ive seen on here

i have searched for it in the forums and in the docs and the faq but i couldnt see anything - which is why i asked the question in the first place ???

i will now upgrade to latest version (i only installed it 3 days ago so assumed i had the latest one) and add the powered by coppermine in the footer - (ps the theme download came from these boards and is part of one of the themes actually in the cp demo section)

:)

kisses

Αndré

Feel happy with the following solution while you haven't restored the original footer nor updated your gallery to the latest version. Open include/functions.inc.php and comment out/delete
        if (in_array('ctime', $must_have)) {
            $caption .= '<span class="thumb_caption">' . localised_date($row['ctime'], $lang_date['lastup']) . '</span>';
        }

adeibiza

will do so after i update and i'll leave a note in my theme folder - thank you :)