Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi guys, Marry Christmas.
I have installed search option recently, but i can not found my galleries, what is wrong ?? Thanks.
I,m searching by its name.
This is the autoindex page:
http://davidalonsofotografia.com/ttg-be/reportajes/
http://davidalonsofotografia.com/search
Regards David.
Offline
First, your Autoindex page should not be inside ttg-be/, it should be at the same server level
Second, none of the albums can even be accessed either because they're password protected or they have no template, or both.
Third, if I remember correctly, password protected galleries are omitted from Search, I assume because they were password protected for a reason and you wouldn't want those images accessed. But Ben will need to confirm that.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
OK. I see, thanks Rod. Thanks for answering me in Christmas.
the problem is that i want to upload a lot of protected galleries. Some of them are for the same user. I'm trying to build a tool to allow the users to find his galleries. The user knows only his username, and I`m trying to locate the username in the gallery files.
Where can my tool read the username for each gallery? I`m uploading the galleries with publisher plugin.
Thanks in advance.
Offline
not sure, maybe in the database. Ben will have to let you know.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
OK Thanks, I`ll wait him. thanks.
Offline
Please Ben, tell me anything about this. Thanks.
Offline
Hi David, here's how I would locate galleries for a specific user.
1) Login to TTG BE admin
2) Click on TTG BE dashboard (if not already there)
3) Click on the phpLiteAdmin link
4) Login with password 'admin'
5) Click on publisher/master.sq3
6) Click on the 'SQL' tab
7) Run a query like this:
SELECT * FROM "album" WHERE username = "USERNAME"
e.g.
SELECT * FROM "album" WHERE username = "guest"
Are you a developer? If so you'd want your tool to access that database and run a similar query.
Offline
Hi, thank you so much Ben, I am not a web developer. My developer asked for this information
to determine the amount of time required to build a little index
application to solve my problem.
Regards David.
Offline
Pages: 1