| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| New Member | autogallery 3.0.0 thumbs dont display from permanent galleries Hi, I cannot get it to display thumbs from my permanent galleries. The date is set correctly. Could it be an error in my template's HTML? i set it to 'permanent' and type 'thumb'... dont know what else to do here. thanks <%TEMPLATE NAME Text HTML ##Date## <a href="##Gallery_URL##" target="_blank">##Thumbnails## ##Category##</a><br /> %> <%TEMPLATE NAME Thumb HTML <td><a href="##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" class="thumb"></a></td> %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <style type="text/css"> a { font-size: 12px; color: #FF9900; text-decoration: none; } a:hover { color: #FFFFFF; } a:hover img { border: 1px solid #FFFFFF; } .thumb_table { background-color: #555588; border: 1px solid black; } .thumb { border: 1px solid #FF9900; } body { font-size: 12px; font-family: Verdana; } td { font-size: 12px; font-family: Verdana; } .head { font-weight: bold; font-size: 24px; } </style> </head> <body bgcolor="#333366" text="#FFFFFF" link="#FF9900" vlink="#000000" alink="#000000"> <div align="center"> <span class="head">TGP</span><br /> Links to ##Thumbnails## free pictures and movies!<br /> Updated ##Updated_Date## </div> <br /> <table class="thumb_table" align="center" cellpadding="5" border="0"> <tr> <%PERMANENT TYPE Thumb CATEGORY Mixed AMOUNT 20 SORT Display_Date DESC, Display_Stamp DESC HTML Thumb INSERT { LOCATION +5 HTML </tr><tr> } %> </tr> </table> <br /> <table align="center"> <tr> <td> <%PERMANENT TYPE Thumb CATEGORY Mixed AMOUNT 100 SORT Display_Date DESC, Display_Stamp DESC HTML Thumb INSERT { LOCATION 50 HTML </td><td width="100"></td><td> } %> </td> </tr> </table> <br /> <div align="center"> <b><a href="##Script_URL##/submit.cgi">Submit A Gallery</a></b> </div> <br /> </body> </html> |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |