Hey guys, need some help. I am working on a site that still relies heavily on static html. But my client uses Gallery v1.3.4-pl1. I have been researching it today with no luck. I was curious if you can add queries or something the the main url to list a certain amount of galleries, like say 1-50 per page, with no info and small thumbs.
Even if this all is not possible, are there any queries you can add to the url to do specific things visibly. I am just trying to get around making static pages to list the albums 1-50 ect.
Thanks for any help.
Posts: 27300
WOW 1.3.4pl1 is OLD. You should upgrade as there is some security issues with stuff that old.
If you want an album list external try:
http://discobug.com/index.php?topic=gallery_help
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
Just thought I would clarify, Im just writing the html, ect. Sending to client and they up it. I have no access to scripts or the server. So I gather none of that is possible eh.
Posts: 27300
good luck if you don't have access to the server & scripts
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
So, do you even understand the question? I kina get that feeling you were spouting off an answer to a completely different question without actually reading AND understanding what I am asking.
Posts: 27300
I guess I don't..... can you explain a bit better perhaps?
I am not going to install 1.3.4pl1 to test to help out.
How can You test the code I give if you don't have access to test it when I can't test it either?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
Ok, for example (These urls dont work):
Gallery url = http://www.yourdomain.com/gallery/albums.php
And page 2's url = http://www.yourdomain.com/gallery/albums.php?set_albumListPage=2
Same url, but with the added query ?set_albumListPage=1
But as-is, it only lists 5 albums per page. But I was hoping there was a different query I could type into the url to display albums 1-50 on a page, 51-100 on another, ect.
Also if possible, to disable the "album info" and use small thumbs instead of medium thumbs.
Posts: 27300
You will not be able to change the quantity of albums per page with the URL
you will have to rerun the configuration wizard ( don't recall if G1.3.4 has a config wizard or not ) and change the "Albums per page" setting to a greater number. There will be a setting in the config.php to to that as well.
$gallery->app->albumsPerPage = "6";
change the 6 to a bigger number.@"album info" Are you tlking about the album description and title beside the thumb?
If so; to delete that info you would need to edit albums.php and remove the table that displays that info.
@thumb size. Again rerun the config wizard or edit config.php:
$gallery->app->highlight_size = "200";
Then there should be a option to rebuild the thumbs.But like I said, you need access to the files to do any of this and switches to the URL will not archive any of this.
Dave
__________________________________________
Blog & G2 || floridave - Gallery Team