Remove Information Button from Album Cover

Tyharo

Joined: 2014-05-15
Posts: 10
Posted: Thu, 2014-07-24 18:42

After installing and updating Gallery 3 I noticed that there were information button in the top right corner of albums when you hover over them. This Information button when clicks tries to take me to a file in my root directory called info-2.php. info-2.php does not exist so its a 404 error automatically, is there a way to remove this information button from my albums?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2014-07-25 04:42

never seen that before, so it might be some customization or 3rd party module /theme. If we can see it (url) we might be able to help.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Tyharo

Joined: 2014-05-15
Posts: 10
Posted: Fri, 2014-07-25 12:25

I haven't installed any modules, this is a completely fresh install if Gallery3. The link below will take you to the gallery, as you can see there's an info button in the top right of the album thats will take you no where when clicked.

http://cnphotography.x10host.com/gallery.php

 
Tyharo

Joined: 2014-05-15
Posts: 10
Posted: Fri, 2014-07-25 14:32

I forgot to mention I'm using rest API as well, within the actual gallery without using rest the info button doesn't appear in rest it does.

 
Tyharo

Joined: 2014-05-15
Posts: 10
Posted: Fri, 2014-07-25 14:41

I've hunted down whats causing it, when you add a description to an alum it appears. So in order to not have the info button with a broken link appear i have to just not enter descriptions on my albums.

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Fri, 2014-07-25 22:52

You could likely have looked for the code that creates the info button and wrapped it in an if statement so that it only shows if there's a description to show (instead of showing the button and it being "a broken link").

Like @floridave, I've never seen the behavior you mentioned so can't say for sure. (And it looks like you took down the Gallery's contents, so I still haven't seen it.)

Anyway, what you've done (removing the descriptions) is likely easiest so long as it works for you.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2014-07-26 04:28

Still don't see the issue at the URL provided.
Could be the code your using for the displaying the items via the rest code.
http://cnphotography.x10host.com/gallery/gallery3/index.php has no items.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team