can not generate the timetible "Activity with id=1 has no allowed slot - please"

Started by njamasi, November 04, 2013, 12:22:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

njamasi

I want the timetable to be as the one on the link http://mwanza.irdp.ac.tz/sites/default/files/Diploma%202_0.pdf
when i want to generate i get the following error "Activity with id=1 has no allowed slot - please" it repeats for all the id's i.e: 5,6,7  etc

Thanks in advance

Liviu Lalescu

I think you need to divide the activities, and add split activities, each with duration 1.

njamasi

Thanks for a prompt reply. I dont get you well. If you can add some more information i'll be thankful.
My other concern is that can customize it so it can be having my institutes name at the bottom?

Liviu Lalescu

Quote from: njamasi on November 04, 2013, 12:51:35 PM
Thanks for a prompt reply. I dont get you well. If you can add some more information i'll be thankful.

Remove your current activities and then, when you add the activities, each component will have duration 1, and increase the "Split" number in the dialog.

Quote
My other concern is that can customize it so it can be having my institutes name at the bottom?

Unfortunately, I think this is not possible (maybe Volker can answer better, though).

Volker Dirr

Quote from: njamasi on November 04, 2013, 12:51:35 PM
My other concern is that can customize it so it can be having my institutes name at the bottom?

Open the html file with an editor.
Search all:
<caption>
and replace them by:
<caption align="bottom">

Volker Dirr

Quote from: Volker Dirr on November 04, 2013, 01:55:24 PM
Quote from: njamasi on November 04, 2013, 12:51:35 PM
My other concern is that can customize it so it can be having my institutes name at the bottom?

Open the html file with an editor.
Search all:
<caption>
and replace them by:
<caption align="bottom">

Or the better solution:
open the css file.
search:
caption {

}


and add following new line:
caption {
caption-side: bottom;
}


njamasi

Thanks a lot guys i'll try that and i'll get back to you i appreciate your time