Preserved Topic: Anyone Else Using Gallery? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 03-04-2004 19:32
This is really a Server-Side Scripting question, but I'm hoping to reach the largest audience I can since it pertains to a particular, and popular, bit of software. (Someone who doesn't frequent SSS, like me, may have found a patch somewhere else that I can't come up with.) |
Maniac (V) Mad Scientist From: :morF |
posted 03-04-2004 20:21
Well, you can always go tracing back through the program to find where it stores them. Ultimatly, it has to store the filenames in a variable somewhere, because the functions that automate the layout would require an array of filenames. Find out what that array is called, and find the loop that creates the page, and just add in: |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 03-07-2004 02:39
The page that displays the image is just so complicated to me, that attempts to track down the name of the correct variable got me lost in a jungle of code. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 03-07-2004 03:40 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-10-2004 00:41
nah you needed the first 20, just till the 19th index |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-10-2004 08:58
nah, the third parameter of substr() is length, not 'till index. Therefore this get's him characters 0 through 18. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 03-10-2004 14:25
Right. Anyway, it worked. Have a look ... |