I operate under the assumption that the layperson would like to avoid coding, therefore, I need to develop solutions that are user friendly.
So there's a club I'm designing a site for on spec. I have three content panes below my navigation bar and above the main content area on every page. These content panes will feature 3 acts: coming this week, next week, two weeks away.
In each pane, there will be a picture of the performer(s), their name(s), the ticket price, and the performance date(s). When a user clicks on the name or the image, they will be taken to a biography page with a larger image.
There are two things I'd like to avoid:
It would be nice if they could upload a .txt document with the following information for either week 1, week 2, or week 3 through an admin console:
Upload the .txt file, a 100x100 thumbnail, and a larger 200x200 image for each act.
(Those variables would be styled with CSS). .TXT Files and pics could be stored and organized locally on their computers.
Can wordpress do this via e-mail submission or some finagling of the admin console? Or is there a light database solution for that purpose?
Thanks,
SB
So there's a club I'm designing a site for on spec. I have three content panes below my navigation bar and above the main content area on every page. These content panes will feature 3 acts: coming this week, next week, two weeks away.
In each pane, there will be a picture of the performer(s), their name(s), the ticket price, and the performance date(s). When a user clicks on the name or the image, they will be taken to a biography page with a larger image.
There are two things I'd like to avoid:
- The Club Staff copy/pasting Act 3 details into Act 2 details every week and Act 2 details into Act 1.
- For recurring acts, I don't want the club staff to retype the bio for every show.
It would be nice if they could upload a .txt document with the following information for either week 1, week 2, or week 3 through an admin console:
- Name
- Dates
- Ticket Price
- Biography
Upload the .txt file, a 100x100 thumbnail, and a larger 200x200 image for each act.
(Those variables would be styled with CSS). .TXT Files and pics could be stored and organized locally on their computers.
Can wordpress do this via e-mail submission or some finagling of the admin console? Or is there a light database solution for that purpose?
Thanks,
SB