[TYPO3-project-seminars] TYPO3-project-seminars Digest, Vol 32, Issue 19

Stefan Schulz stefan.schulz at buchner.de
Mon Jan 26 13:45:46 CET 2009


We are interested in links to seminars with RealURL too. May be we can do
sponsoring together?

Kind regards,
Stefan Schulz

-- 
Stefan Schulz
Geschäftsbereichsleitung Software

Buchner & Partner GmbH
Lise-Meitner-Straße 1-7
24223 Schwentinental, Deutschland

fon: +49 4307 / 8119 79
fax: +49 4307 / 811938 79

mail: stefan.schulz at buchner.de
inet: http://www.buchner.de/

Registergericht: Amtsgericht Kiel, HRB 1623 PL
Geschäftsführer: Claudia Sommerschuh, Ralf Buchner




-----Ursprüngliche Nachricht-----
Von: typo3-project-seminars-bounces at lists.netfielders.de
[mailto:typo3-project-seminars-bounces at lists.netfielders.de] Im Auftrag von
typo3-project-seminars-request at lists.netfielders.de
Gesendet: Montag, 26. Januar 2009 12:00
An: typo3-project-seminars at lists.netfielders.de
Betreff: TYPO3-project-seminars Digest, Vol 32, Issue 19

Send TYPO3-project-seminars mailing list submissions to
	typo3-project-seminars at lists.netfielders.de

To subscribe or unsubscribe via the World Wide Web, visit
	
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-seminars

or, via email, send a message with subject or body 'help' to
	typo3-project-seminars-request at lists.netfielders.de

You can reach the person managing the list at
	typo3-project-seminars-owner at lists.netfielders.de

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-project-seminars digest..."


Today's Topics:

   1. RealURL possible? (Christian Clemens | webzigartig)
   2. Re: RealURL possible? (Oliver Klee)
   3. Re: Month View: Combination with extension cal or
      newscalendar possible (Oliver Klee)
   4. Re: RealURL possible? (Mario Rimann)


----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Jan 2009 10:53:02 +0100
From: "Christian Clemens | webzigartig" <clemens at webzigartig.de>
Subject: [TYPO3-project-seminars] RealURL possible?
To: <typo3-project-seminars at lists.netfielders.de>
Message-ID:
	
<mailman.30838.1232963590.2904.typo3-project-seminars at lists.netfielders.de>
	
Content-Type: text/plain;	charset="us-ascii"

Hi,
 
I'm looking for a solution to "style" links to seminars with RealURL so that
a link doesn't look like this:
http://www.domain.de/seminars.html?
<http://www.domain.de/seminars.html?&tx_seminars_pi1[showUid]=205>
&tx_seminars_pi1[showUid]=205
but like this:
http://www.domain.de/seminars/seminar_topic_A.html
 
It this possible? I didn't find any information about this yet (manual,
forums, google)...
 
Christian


------------------------------

Message: 2
Date: Mon, 26 Jan 2009 11:29:31 +0100
From: Oliver Klee <typo3-german-02 at oliverklee.de>
Subject: Re: [TYPO3-project-seminars] RealURL possible?
To: typo3-project-seminars at lists.netfielders.de
Message-ID:
	
<mailman.1.1232965773.23792.typo3-project-seminars at lists.netfielders.de>
	
Content-Type: text/plain; charset=UTF-8

Hi Christian,

Christian Clemens | webzigartig schrieb:
> I'm looking for a solution to "style" links to seminars with RealURL so
that
> a link doesn't look like this:
> http://www.domain.de/seminars.html?
> <http://www.domain.de/seminars.html?&tx_seminars_pi1[showUid]=205>
> &tx_seminars_pi1[showUid]=205
> but like this:
> http://www.domain.de/seminars/seminar_topic_A.html

This currently is not possible yet. If you are interested in sponsoring
this feature, please let me know.


Oliver


------------------------------

Message: 3
Date: Mon, 26 Jan 2009 11:31:31 +0100
From: Oliver Klee <typo3-german-02 at oliverklee.de>
Subject: Re: [TYPO3-project-seminars] Month View: Combination with
	extension cal or newscalendar possible
To: typo3-project-seminars at lists.netfielders.de
Message-ID:
	
<mailman.1.1232965891.23792.typo3-project-seminars at lists.netfielders.de>
	
Content-Type: text/plain; charset=UTF-8

Hi Jens,

please configure you news client to show your complete real name - we
like to know to whom we're talking on this list. :-) Thanks!

jk schrieb:
> The functionality is incredible, but I need a month view to show a month as

> a square and a different coloring if there is a seminar at a day.

Maybe this is what you're looking for:

<http://www.typo3extensions.org/index.php?title=cal_ts_service>


Oliver


------------------------------

Message: 4
Date: Mon, 26 Jan 2009 11:37:26 +0100
From: Mario Rimann <typo3-coding at rimann.org>
Subject: Re: [TYPO3-project-seminars] RealURL possible?
To: typo3-project-seminars at lists.netfielders.de
Message-ID:
	
<mailman.1.1232966247.17252.typo3-project-seminars at lists.netfielders.de>
	
Content-Type: text/plain; charset=UTF-8

Christian Clemens | webzigartig schrieb:
> I'm looking for a solution to "style" links to seminars with RealURL so
that
> a link doesn't look like this:
> http://www.domain.de/seminars.html?
> <http://www.domain.de/seminars.html?&tx_seminars_pi1[showUid]=205>
> &tx_seminars_pi1[showUid]=205
> but like this:
> http://www.domain.de/seminars/seminar_topic_A.html

Hi Christian

I see a partial solution: If you add the following code snippet into
your realURL configuration, the links will contain the record title as
part of the URL. But with this solution, date, topic and single-event
records are handled the same - if you want to have this changed, someone
would need to code something.

'postVarSets'   => array(
	'_DEFAULT' => array(
		'kursdetail' => array(
			array(
				'GETvar' => 'tx_seminars_pi1[showUid]',
				'lookUpTable' => array(
					'table' => 'tx_seminars_seminars',
					'id_field' => 'uid',
					'alias_field' => 'title',
					'addWhereClause' => ' AND NOT
deleted',
					'useUniqueCache' => 1,
					'useUniqueCache_conf' => array(
						'strtolower' => 1,
						'spaceCharacter' => '-',
					),
				),
			),
		),
	),
),

Cheers,
Mario

-- 
Mario Rimann - Screenteam GmbH, Z?rich
Freelancer / Contractor for TYPO3 support/implementation and extension
development
http://www.screenteam.com/


------------------------------

_______________________________________________
TYPO3-project-seminars mailing list
TYPO3-project-seminars at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-seminars

End of TYPO3-project-seminars Digest, Vol 32, Issue 19
******************************************************


More information about the TYPO3-project-seminars mailing list