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?
Posts: 27300
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
Posts: 10
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
Posts: 10
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.
Posts: 10
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.
Posts: 1857
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.
Posts: 27300
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