Announcement

  •  » Requests
  •  » Remove / Hide album / subalbum / imagecount

#1 2013-06-19 14:00:52

fahad
Member
2013-06-19
1

Remove / Hide album / subalbum / imagecount

I want to remove or hide images count after Home/Album Name/Sub AlbumName/ Image Count. Kindly guide me where is the code to do it. see the attachment. Thanks

Offline

 

#2 2013-06-19 14:48:54

flop25
Piwigo Team
2006-07-06
7037

Re: Remove / Hide album / subalbum / imagecount

Hi
try this code in a personal plugin using LocalFiles editor

Code:

/************************************ index.tpl ************************************/
  add_event_handler('loc_end_index', 'MY_index');
  function MY_index()
  {
    global $template;
    $template->set_prefilter('index', 'MY_index_pre');
  }
  function MY_index_pre($content, &$smarty)
  {
    $search="{$TITLE}"
    $replace="{assign var=MY_TITLE value="[ "|explode:$TITLE} {$MY_TITLE[0]}"
    $content = str_replace($search, $replace, $content);
    return $content;
  }

To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2016-09-16 09:17:12

kow2000
Guest

Re: Remove / Hide album / subalbum / imagecount

Thank you for your code.
But, the variables $place and $content are error. I don't know why?

 
  •  » Requests
  •  » Remove / Hide album / subalbum / imagecount

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact