[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 05-16-2005, 05:15 PM   #1 (permalink)
New Member
 
Join Date: Feb 2005
Posts: 4
8.00 NP$ (Donate)

soloBRIAN is an unknown quantity at this point


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>
soloBRIAN is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 02:33 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85