GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   need some html help with AUTOGALLERY SQL (https://gfy.com/showthread.php?t=775061)

horvy 10-08-2007 08:27 PM

need some html help with AUTOGALLERY SQL
 
trying to get about 6 or 7 images going across in a row then starting a new row but it doesnt seem to work.... here are the parameters...


<table align="center" width="800">

<&#37;CATEGORIES
AMOUNT All
HTML <tr><td align=center><a href="##Page##"><img src=http://www.solo-girlz.com/##Name##.jpg border=0 width=90 height=120><br>##Name##</a></td>
ORDER Name
%>
</tr></table>




or also if i do this below, then it just starts over with the first name again....

<table align="center" width="800"><tr>

<%CATEGORIES
AMOUNT 6
HTML <td align=center><a href="##Page##"><img src=http://www.solo-girlz.com/##Name##.jpg border=0 width=90 height=120><br>##Name##</a></td>
ORDER Name
%>
</tr></table>





by the way the site is solo-girlz.com

horvy 10-08-2007 08:32 PM

http://www.solo-girlz.com

BigBen 10-08-2007 08:38 PM

Take a look at the examples that come with it... should be able to get it working in no time.

horvy 10-08-2007 08:40 PM

well since the site is pretty much custom made there is no "category" examples. I am good with autogallery SQL, been using it for about 2 years. Im just stumped here.

horvy 10-08-2007 08:41 PM

p.s. ill pay someone who can help

fusionx 10-08-2007 08:49 PM

Quote:

Originally Posted by horvy (Post 13208535)
p.s. ill pay someone who can help

Hit me up tomorrow and I'll help you out. You need an INSERT statement to add the row tags and you should be using the GALLERIES directive, and some other things.. something more like:

Code:

<br />
<table width="600"  border="0" align="center"  class="thumbtable" cellpadding="3" cellspacing="3">
<tr valign="top">
<td colspan="4" class="header">Nude Art Hall Of Fame</td>
</tr>

<tr>
<%GALLERIES
HASTHUMB 1
TYPE Permanent
FORMAT Any
CATEGORY Mixed
AMOUNT 48
SPONSOR Any
HTML Thumb2
GLOBALDUPES False
PAGEDUPES False
ORDER (Clicks/Build_Counter) DESC
REORDER (Clicks/Build_Counter) DESC
GETNEW False
FILL False
DESCREQ False
MAXAGE 3



INSERT
{
    LOCATION +4
    HTML </tr><tr valign="top">
}
%>
</tr>
</table>


fusionx 10-08-2007 08:51 PM

CATEGORIES simply lists the categories you have defined, not image gallery thumbs

horvy 10-08-2007 09:35 PM

Hey, but i dont want galleries to show up. I want categories to show up with galleries on each category page. Anyhoo, ill hit you up

fusionx 10-09-2007 12:20 PM

Sorry - misunderstood what you wanted.

Was fun working with you on ICQ - here's the final code in case anyone else wants it.

Code:

<table width="800" align="center">
<tr>
<&#37;CATEGORIES
AMOUNT All
HTML <td><a href="##Page##"><img src="images/##Name##.jpg">##Name##</a></td>
ORDER Name
 
INSERT
{
    LOCATION +4
    HTML </tr><tr>
}
%>
</tr>
</table>



All times are GMT -7. The time now is 03:22 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123