MENUS FOR MULTIPLE PAGE RECORDS + PHOTO UPLOAD

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 5, 2010   (RSS)

Re: [csdesign] MENUS FOR MULTIPLE PAGE RECORDS + PHOTO UPLOAD

By Chris - August 5, 2010

Hi csdesign,

Yes, you can generate drop down lists. What did you want to list?

Check out the [url http://www.interactivetools.com/forum/gforum.cgi?post=77230]Sub-categories Tutorial[/url] for some options on how to split up your records into categories.

I think the simplest way to get record-counts-per-category would be with an SQL query. Something like SELECT categories.title, COUNT(*) FROM articles JOIN categories ON articles.category = categories.num GROUP BY articles.category; Let me know when you've got your table and field names all figured out and I can help you out with this.

Regarding the photo uploads, can you show me an example of what the HTML is supposed to look like for your lightbox script? I can show you what PHP to use to get the same HTML output.

Hope this helps! Please let me know if you have any questions.
All the best,
Chris