Removing some meta-data ("owner")
|
AndrewRH
![]()
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~ |
|


Posts: 2138
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;
Posts: 88
What part of the code needs to be deleted to remove 'owner' from the sidebar?
Posts: 88
Oops, apperently the Greydragon theme has it's own info_block.html.php
Fixed now