|
|
|
|
|
|
|
|
|
#2 | |
|
Stupid risks make life worth living
|
Quote:
There isnīt a free version of autogallery sql. The free version is autogallery and it doesnīt use a database, just a plain textfile. You can group submitted galleries with the free version, but permanent galleries must be done with manual coding. Thatīs where the freeversion and the sql version differ. And the free version doesnīt support thumbs. Here is an example of templates for two days. Just add more templates to get more different dates. You can add the date of posting as well. <%TEMPLATE NAME Today HTML <a href="##Gallery_URL##" target="_blank">##Description##</a><br /> %> <%TEMPLATE NAME Yesterday HTML <a href="##Gallery_URL##" target="_blank">##Description##</a><br /> %> In the html code of your page you have to refer to the templates defined in the head of your page. But you have to read the manual as well, itīs very instructive for this problem. ![]() |
|
|
|
|
|
|