![]() Preserved Topic: Anyone Else Using Gallery? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() 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 |
![]() 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 |
![]() 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 |
![]() |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() nah you needed the first 20, just till the 19th index |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() 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 |
![]() Right. Anyway, it worked. Have a look ... |