Thanks for your help, but i solved the problem. Here is what i was answering you before i find the solution:
Okay, i try to explain it:
In the main menu on top of
http://www.autosport.at go on termine - rundstrecke - tourenwagen - tcr germany, you reach
http://www.autosport.at/motorsport-termine/rundstrecke/tourenwagen/tcr-germany.html
There you see all events for category tcr germany, everything fine.
1.clicking the small tcr germany (category) goes to
http://www.autosport.at/motorsport-termine/rundstrecke/tourenwagen/tcr-germany/eventsnachkategorie/232.html - thats fine, there visible a "latest pictures" modul.
2. clicking on tcr germany (title) goes to the detail page
http://www.autosport.at/motorsport-termine/rundstrecke/tourenwagen/tcr-germany/1080/tcr-germany.html
If i reach a detail page on this way is fine, because here on the link on "Weitere Termine: TCR Germany" goes to
http://www.autosport.at/motorsport-termine/rundstrecke/tourenwagen/tcr-germany/eventsnachkategorie/232.html.
So far so good.
But:
On
http://www.autosport.at/fotos/rundstrecke/tourenwagensport/tcr-germany.html
and on
http://www.autosport.at/news/rundstrecke/tourenwagen/tcr-germany.html
We have a latest events modul - if i click now on the category picture i reach
http://www.autosport.at/motorsport-termine/1080/tcr-germany.html
Clicking there on "Weitere Termine" with the categoy link on TCR Germany
i reach
http://www.autosport.at/motorsport-termine/eventsnachkategorie/232.html
On this page and the page before i miss our latest pictures modul.
So onetimes we have the menu-structure in the url included, one times not....
I think i can solve this problem by choosing the right target menu item in the latest event modul settings, right ?
Here is the code of the layout of our detail pages:
<table style="width: 900px; height: 95px;" cellpadding="3">
<tbody>
<tr>
<td style="border-image: none 100% / 1 / 0 stretch; width: 200px; text-align: left;">
<h5>{{Kategoriebild:CATEGORYIMG}}<br /><br />Von:<br />{{Startdatum:STARTDATE}}</h5>
<h5>Bis: <br />{{Enddatum:ENDDATE}}<br /><br />{{Facebook Gefällt mir:JEV_SOCIAL_FBLIKE}}{{FacebookTeilen:JEV_SOCIAL_FBSHARE}}</h5>
</td>
<td style="width: 25px;"> </td>
<td style="vertical-align: top;">
<h5><strong>{{Titel:TITLE}} </strong>{{Beschreibung

ESCRIPTION}} <br />Link zur Veranstaltung: <br />{{Kontakt:CONTACT}}</h5>
<h5>Weitere Termine: {{Kategorie-Link:CATEGORYLNK}}</h5>
<hr />
<h5>{{Extra Info:EXTRAINFO}}</h5>
</td>
</tr>
</tbody>
</table>
<hr />
<h5></h5>
<table style="width: 900px; height: 95px;" cellpadding="3">
<tbody>
<tr>
<td style="border-image: none 100% / 1 / 0 stretch; width: 200px; text-align: left;">
<h5><strong>Wo</strong>: {{Ort Titel:JEVLOCATION_TITLE}}<br />{{Ort Thumbnail:JEVLOCATION_THUMB}}</h5>
<hr />
<h5><strong>Link zur Strecke</strong>: <br /><em>{{Ort URL:JEVLOCATION_URL}} </em></h5>
<h5>Weitere Termine<em> <br />{{{Events des Ortes:JEVLOC_EVENTS}}</em></h5>
</td>
<td style="width: 25px;"> </td>
<td style="vertical-align: top;">
<h5>Google Map: Klicken für größere Ansicht</h5>
<p>{{Ort Karte:JEVLOCATION_MAP}}</p>
</td>
</tr>
</tbody>
</table>
<hr />
<p><strong>Die nächsten Veranstaltungen</strong>: <br />{{Anstehende Events:JEVLOC_UPCOMING}}</p>