Hello people,
I have created a project list for the members of my website that looks a bit like this:
Year project artist company
Of course people have more than one project:
1_Year 1_project 1_artist 1_company
2_Year 2_project 2_artist 2_company
3_Year 3_project 3_artist 3_company
.(empty for future use)
.(empty for future use)
.(empty for future use)
I created fields for each project and each of the projectinfo, accordingly to the list I have shown above. Very tedious work, but in the end it gets the job done.
Now the projects need to be shown with the most current project at the top of the list.
3_Year 3_project 3_artist 3_company
2_Year 2_project 2_artist 2_company
1_Year 1_project 1_artist 1_company
Of course, with the database setup that I did, i.e. reserved a static array of fields for a maximum defined number of projects but stil having to deal with different numbers of projects for each member, it in the end looks like this:
.(empty for future use)
.(empty for future use)
.(empty for future use)
3_Year 3_project 3_artist 3_company
2_Year 2_project 2_artist 2_company
1_Year 1_project 1_artist 1_company
So, the question is, how can I hide empty fields in a tab?
I´d of course prefer a method that would allow the user more project fields when needed, but atm I´d be happy to know whether I can hide them automatically or not.
It would be a splendid workaround if a user could simply choose the predefined field as being shown or hidden, but an automatic show or hide would of course be very comfortable
Thanks a lot for any input!
Michael