Search found 13 matches

by RRUU
2006-10-16 03:14:48
Forum: Ant Movie Catalog > Templates
Topic: How to generate different colored rows in tables?
Replies: 3
Views: 2338

How to generate different colored rows in tables?

Is there anyway to have every 2nd row in a table a differnt color to make it more easier to read?

Something like this...
Image
by RRUU
2006-10-16 03:00:15
Forum: Ant Movie Catalog > Comments
Topic: REQ: A-Z listing
Replies: 1
Views: 1149

REQ: A-Z listing

It would be nice to have AMC generate seperate html pages per letter.
ie:
a.html
b.html
c.html etc

Could it be done?
by RRUU
2006-07-06 14:31:01
Forum: Ant Movie Catalog > Templates
Topic: Make an image hyper-linkable from an array?
Replies: 4
Views: 2766

I thought so. Ive been really busy and have just got the time to look into it some more and got it working... Example for TITLe with its URL as its link would be... var title = new Array(); $$ITEM_BEGIN title[$$ITEM_NUMBER] = "$$ITEM_ORIGINALTITLE"; $$ITEM_END var url = new Array(); $$ITEM...
by RRUU
2006-06-24 00:52:36
Forum: Ant Movie Catalog > Templates
Topic: Make an image hyper-linkable from an array?
Replies: 4
Views: 2766

I am trying to advance the script I made earlier
viewtopic.php?t=3073

I want it so that the images link to the movie's individual page as well as displaying ONLY the top 3.
(See my page)
http://rruu.atspace.com

Thanks
by RRUU
2006-06-23 15:38:38
Forum: Ant Movie Catalog > Templates
Topic: Make an image hyper-linkable from an array?
Replies: 4
Views: 2766

Make an image hyper-linkable from an array?

How do I assign a hyperlink to an image that has been loaded from an array? var pic = new Array(); $$ITEM_BEGIN pic[$$ITEM_NUMBER] = "$$ITEM_PICTUREFILENAME"; $$ITEM_END I guess it would look something like this??? <script type="text/javascript"> document.write('<a href="$$I...
by RRUU
2006-06-01 08:03:20
Forum: Ant Movie Catalog > Templates
Topic: Display a specific picture
Replies: 8
Views: 4169

Solution

Oh sweet I figured a way around it by learning some new javascript and using it with an array. I thought to post it up here if anyone else finds it useful. var pic = new Array(); $$ITEM_BEGIN pic[$$ITEM_NUMBER] = "$$ITEM_PICTUREFILENAME"; $$ITEM_END <script type="text/javascript"...
by RRUU
2006-05-28 00:14:51
Forum: Ant Movie Catalog > Templates
Topic: Display a specific picture
Replies: 8
Views: 4169

Oh well thats ok.
Maybe I can try think of another way in time
Thank you for helping me out :)
by RRUU
2006-05-26 01:47:27
Forum: Ant Movie Catalog > Templates
Topic: Display a specific picture
Replies: 8
Views: 4169

Im sorry again lol Im not a good explainer. Here is my temporary website http://www.angelfire.com/ab7/royalw/movies.html At the moment I have to use another program (Frontpage) to insert the 3 new movie pictures. But there is also the entire list down below. Is there a way I could achieve this with ...
by RRUU
2006-05-25 02:31:26
Forum: Ant Movie Catalog > Templates
Topic: Display a specific picture
Replies: 8
Views: 4169

Sorry let me try again :D Instead of having AMC generate all pictures in the list, Id like it to only generate 1 picture. I do however want it to generate the entire list but only the 1 picture. (The latest addition/movie to my list). For now I guess I can have it generate all pictures and just uplo...
by RRUU
2006-05-17 06:34:35
Forum: Ant Movie Catalog > Templates
Topic: Display a specific picture
Replies: 8
Views: 4169

Display a specific picture

How would one get AMC to generate a picture of a specific movie on the Full Page?
For example, the 5th picture of a total of 10 pictures/movies?
I hope anyone can help me
Thanks
by RRUU
2006-02-22 10:52:42
Forum: Ant Movie Catalog > Templates
Topic: Want to show the latest movies added
Replies: 4
Views: 3124

Possible solution

Yea inverted order would be good but thats cool. I was learning up a bit on some java and figured a way how to get AMC to generate the latest 10. I'm sure someone who veiws the script could probably simplify it down as I am just learning. Hopefully it works flawlessly for whom ever tries it out, if ...
by RRUU
2006-02-22 05:46:17
Forum: Ant Movie Catalog > Templates
Topic: Want to show the latest movies added
Replies: 4
Views: 3124

Thank you. The idea is that id like to upload the list somewhere and have friends browse it when they feel but a frustration has occurred because if its sorted by date added, then its hard for one to browse for a particular title. If sorted alphabetically its frustrating for people who know my list ...
by RRUU
2006-02-21 11:29:45
Forum: Ant Movie Catalog > Templates
Topic: Want to show the latest movies added
Replies: 4
Views: 3124

Want to show the latest movies added

Is there a template that has a list of the latest (say 10 for example) additions to your collection as well as the full list?

If not is there anyone that would know how to code that into a template?
Would it be an array?