PDA

View Full Version : autogallery help


indian
10-06-2001, 08:15 AM
I need help building templates for Autogallery, I'm not that skilled in HTML and I don't know how to (let's say build page with all links listed in certain categories.

any help appreciated.

privately preferrable, pls.

thanks

MJ
10-06-2001, 08:21 AM
let's say build page with all links listed in certain categories.

I am not 100% sure what your asking but if you are saying you want pages that list all your catergories AutoGallery does this for you. You just have to add them in the varibals then edit the template for ONE of them to look how you want then those 'update for all archives'

Hope this helps

V a i o
10-06-2001, 10:31 AM
If you want to have template like ah-me or kind of like that, only one way I know how to make it in AG Pro is:
1. rename index(your main page) file to .shtml
2. insert your category archive pages using tags:
<!--#include file="FULL PATH TO/teens.html"--> ....
<!--#include file="FULL PATH TO/pornstars.html"--> ...............

indian
10-06-2001, 05:24 PM
MJ: I don't know how to add them into the variables. I need example, the default templates really suck...

Vaio: That's fine solution. will use it if my vision of having three tables next to one another and in each having different category listed won't work.

shane94
10-06-2001, 08:37 PM
I always wanted to figure out how to do like this::


gallery1 gallery5
gallery2 gallery6
gallery3 gallery7
gallery4 gallery8

all in the center =( I can't fiugre out the f'ing temps either!!

Shane

V a i o
10-06-2001, 10:31 PM
Thats pretty easy:
1. make a one of your breaks on #4 position(setup.cgi, List Breaks section).
2. insert only 2 tags for your break #4(admin.cgi, Edit List Breaks):
</td>
<td>
You'll get 2 tables,exactly like you want:
gallery1 gallery5
;;;;;;;; ;;;;;;;;
gallery4 gallery8

indian
10-07-2001, 05:15 AM
>You'll get 2 tables,exactly like you want:
>gallery1 gallery5
>;;;;;;;; ;;;;;;;;
>gallery4 gallery8

what if I want three tables, in each let's say 20 lines..

I put three line breakes, at 20, at 40 but what to put at 60 in order to continue UNDER those tables? When I put </td> at 60 table break, I get next galleries to be written at top of these three pages, not under them.

V a i o
10-07-2001, 07:50 AM
You'll need only 2 breaks: #20,#40. Put tags
</td>
<td>
and everything will be ok.
:)

CeKilleR
10-07-2001, 04:07 PM
dont forget:

</td>
<td valign="top">

else it will look shitty! :)

indian
10-09-2001, 04:23 AM
<!--#include file="FULL PATH TO/teens.html"-->

it is comment, it is ignored in the shtml.

what's the proper syntax?

indian
10-09-2001, 04:59 AM
i already found out that in shtml it is not a comment..

but server (apache) where I have web page probably does not support it, because i can't get it to work

salsbury
10-09-2001, 01:55 PM
Originally posted by indian:
<STRONG>i already found out that in shtml it is not a comment..

but server (apache) where I have web page probably does not support it, because i can't get it to work</STRONG>
you might need to put:

AddHandler server-parsed .shtml

in your .htaccess file.