tbathgate wrote:
I've already got the templates for the a gallery, but how can I make it that a user has to register before they can post their picture in the gallery?
Question: Is this a page that everyone can get to or only members? If you want to allow only member only access to a page you can right mouse click on a node in the content tree and select public access.
tbathgate wrote:
And also i wondered what people think would be the best way to implement a jobs board. I was thinking i could modify the new & events templates to create a grid view for the list jobs page.
Who is going to be allowed to add new Jobs?? Members Anonymous users or just the administrator who logs into Umbraco?
I would create document type's Job Board and Job Listing. On the the job listing document type you can create properties such as Company Name, Position, Job Details, Salary etc and then on the Job Board document type you can create a XSLT macro that loops through the Job Listings and displays them.
If you want to allow members to post jobs then look into the Doc2Form package.
Thanks,
Matthew
New Zealand Umbracoee