Removing "By" and "Views" under albums and images in Gallery 3
westdakota
Joined: 2012-06-23
Posts: 2 |
Posted: Sat, 2012-06-23 15:43 |
I am running gallery 3.0.4 with the wide, dark, clean canvas theme, and want to remove the "By" and "View" tags under the albums and photos. I have also tried other themes and configurations, and those tags are there in those as well. The reason I want to remove the "By" tag is that this album was imported from a Gallery 2 album, and albums that belong to others now show they are "By" me after the import. If there is a way to correct that, it would also resolve my problem. |
|
Posts: 421
Try to disabled "info" module in your admin side: http://www.devanewebster.com/gallery/index.php/admin/modules/
Posts: 27300
You can change the owner of the item:
http://codex.gallery2.org/Gallery3:Modules:editowner
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 205
floridave provided a nifty fix to a request I made when I was using gallery2. I searched for it for about 10 minutes, then gave up. Maybe you'll have better luck.
Rather than hide the views completely, he provided a few lines of code to add allowing only admins to see the views. That lets you keep tracking visits, rather than losing that info entirely.
I'll try to find it again later if you haven't found it by then.
bw
===========================
Version: 3.0.4 (Ricochet)
Operating system: Linux 2.6.18-194.11.4.el5
Apache/2.2.21
PHP: 5.3.8
MySQL: 5.0.95
Clean Canvas theme
Graphics Toolkit = ImageMagick
Albums: 205
Photos: 70736
Posts: 2
Thanks, that did it!
Posts: 1
I have a similar request. We are wanting to change the words By and View to something different.
Any suggestions on the best way to do this so it works on all pictures not just one entry.
Willy
Posts: 27300
Removing and changing is different.
Just use the localization feature.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 1
Thanks, I think this might be the solution I was looking for.