Removing some meta-data ("owner")

AndrewRH
AndrewRH's picture

Joined: 2009-02-05
Posts: 52
Posted: Fri, 2009-10-23 22:06

Hi,

Is there a way to turn off the meta-data selectively?

i.e. I don't want to have the 'owner' information shown anywhere (sidebar, album info, photos) on the community art site that I administer (http://gallery.WhitchurchArts.org.uk)

Thanks,

~Andrew~

---
http://Reeves-Hall.net
http://WhitchurchForums.org.uk

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2138
Posted: Sat, 2009-10-24 01:56

Not with CSS.
You have a few options:

* create custom version of info_block.html.php and remove unnecessary stuff
* add a javascript and use jQuery to choose second element of the list and hide it with display: none;

 
GuyVerschuere
GuyVerschuere's picture

Joined: 2007-09-16
Posts: 88
Posted: Sun, 2010-09-05 18:38

What part of the code needs to be deleted to remove 'owner' from the sidebar?

 
GuyVerschuere
GuyVerschuere's picture

Joined: 2007-09-16
Posts: 88
Posted: Sun, 2010-09-05 18:51

Oops, apperently the Greydragon theme has it's own info_block.html.php
Fixed now :)