[TYPO3-project-seminars] Problem with sorting according to date

Nico Deblauwe nico.deblauwe at gmail.com
Sat Mar 3 14:15:09 CET 2007


Hello Simon, all,

I've been a bit too busy at work, so that's the reason that I didn't reply
so far to this. But now, again, solving this agenda sorting problem is high
on my priority list. 

PROBLEM DESCRIPTION IN SHORT: my agenda doesn't want to sort the events
according to their date. Not automatically, and not when I click on the date
table header. Sorting for all the other fields works with a problem. Check
it out yourself at http://www.kvivjongeren.be/index.php?id=3 (the three last
items are the annoying ones).

To answer the questions of Simon

> Which version of PHP do you use? 

My configuration: Seminar Manager, version 0.4.8, MySQL server version:
4.1.21, PHP Version 4.4.4

> And maybe it's usefull to post your TS (for the seminars-extension) 
> here. Last time when I had the problem, in the and it only was an 
> silly typo...

========================================================================
plugin.tx_seminars {
	attendancesPID = 14
	templateFile = fileadmin/template/seminars/seminars.tmpl

	default.language.label_price_regular = leden
	default.language.label_price_special = niet-leden
	
	showAttendanceFieldsInNotificationMail
}

plugin.tx_seminars_pi1 {
	# Needed for functioning
	baseURL = http://www.kvivjongeren.be/
	registerPID = 21
	listPID = 3
	loginPID = 7
	
	# How will it look?
	templateFile = fileadmin/template/seminars/seminars_pi1.tmpl
	cssFile = fileadmin/template/seminars/seminars_pi1.css
	
	# What will be shown in list
	hideColumns = uid, event_type, accreditation_number, credit_points,
speakers, time, price_regular, price_special, organizers, vacancies
	hideSearchForm = 1
	hidePageBrowser = 1
	hideCanceledEvents = 1	
	
	default.language.label_price_regular = leden
	default.language.label_price_special = niet-leden
	
	# What is asked on the registration page?
	showRegistrationFields = seats, notes
	showFeUserFieldsInRegistrationList = name, email, telephone	
}

plugin.tx_seminars_pi1.listView {
	orderBy = date
	descFlag = 0
}
========================================================================

Thanks for taking a look at this,

Cordially,

Nico

> Nico Deblauwe schrieb:
> > Dear list,
> > 
> > First of all, I'm really happy with the plug-in that you 
> > did produce. 
> > It fits the needs of our volunteer based association very nicely!
> > 
> > -problem-
> > Somehow I don't manage to get my events sorted by date, not even by 
> > clicking on the 'date' header link in the table. You can 
> > check it yourself: http://www.kvivjongeren.be/index.php?id=3. The last 
> > items should be higher in the list.  All other kinds of sorting (title, 
> > location) do work without a problem). The order they stubbornly keep 
> > appearing is the order in which I created the records.
> > 
> > Do you have any clue where I should look for the solution? 
> > Or does it really lies in the version of MySQL?
> > 
> > Thank you for your time,
> > 
> > Nico
> > 
> > PS. My configuration:
> >     - Seminar Manager, version 0.4.8
> >     - MySQL server version: 4.1.21


--
 Nico Deblauwe

 Email: nico at deblauwe.be
 Mobile: +49 176 68 13 71 11      !! NEW !!

 More contact info on http://www.deblauwe.be.
 NEW My life in Munich at http://blog.deblauwe.be

Quote:
"Fortune favours the prepared mind." (Louis Pasteur)



More information about the TYPO3-project-seminars mailing list