1
upsadaz
xcGal :: how/where to remove text on index block for albums
  • 2005/10/17 19:26

  • upsadaz

  • Friend of XOOPS

  • Posts: 174

  • Since: 2004/2/26


I've tried for days to find where to remove the text that says "# pictures in # albums with # comments viewed # times" at the top of the albums block and the bottom that says "# albums on # page(s)".

I thought for sure I could do it. But I'm finally conceding defeat.

Can some kind soul help me?
~*~*~*~*~
The fragrance always stays in the hand that gives the rose.

Hada Bejar
......

2
highlander
Re: xcGal :: how/where to remove text on index block for albums
  • 2005/10/17 19:42

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi upsadaz,

you need toedit this bit in index.php
if (count($cat_data)) {
            
$statistics strtr(_MD_INDEX_STAT1, array(
                
'[pictures]' => $picture_count,
                
'[albums]' => $album_count,
                
'[cat]' => $cat_count,
                
'[comments]' => $comment_count,
                
'[views]' => $hit_count));
        } else {
            
$STATS_IN_ALB_LIST true;
            
$statistics strtr(_MD_INDEX_STAT3, array(
                
'[pictures]' => $picture_count,
                
'[albums]' => $album_count,
                
'[comments]' => $comment_count,
                
'[views]' => $hit_count));
        }


You will fid _MD_INDEX_STAT1 and _MD_INDEX_STAT3 defined in your language file.
goodluck !!
So, I'm in the park wondering why frisbees get larger as they get closer when suddenly, it hits me...
www.AnimalPedigree.com

3
upsadaz
Re: xcGal :: how/where to remove text on index block for albums
  • 2005/12/7 15:58

  • upsadaz

  • Friend of XOOPS

  • Posts: 174

  • Since: 2004/2/26


How rude of me not to thank you!
Your reply was very much appreciated!
Thanks for the reply, highlander. It worked.
~*~*~*~*~
The fragrance always stays in the hand that gives the rose.

Hada Bejar
......

Login

Who's Online

236 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits