Advanced search  

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]

Pages: [1]   Go Down

Author Topic: how can we hide the search stuff?  (Read 2430 times)

0 Members and 1 Guest are viewing this topic.

julieanne

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
how can we hide the search stuff?
« on: June 02, 2004, 04:02:03 am »

hey i was in my search page and i want to know how i can hide that text that appears above the thumbnails in the search thingy. it says like:

Search Results - "2001"

have any suggestions?
 
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: how can we hide the search stuff?
« Reply #1 on: June 02, 2004, 06:40:19 am »

in include/functions.inc.php find
Code: [Select]
               if ($ALBUM_SET && $CURRENT_CAT_NAME) {
                        $album_name = $lang_meta_album_names['search'].' - '. $CURRENT_CAT_NAME;
                } else {
                        $album_name = $lang_meta_album_names['search'].' - "'. strtr($search_string, $HTML_SUBST) . '"';
                }
and edit accordingly.

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 14 queries.