On the Welcome page, ditto calls content from 'Schedule' (&parents='2') to display a listing of classes all formatted with 'classBlurbs'.
<!-- [!currentDay!] -->
[!Ditto? &parents=`2` &tpl=`classBlurbs` &filter=`pastClassTeacher,Past Class,2` &display=`all` &orderBy=`eventDateStart ASC` &tagData=`classDay` &tagDisplayDelimiter=`` &tagMode=`onlyTags` &tags=`[!currentDay!]`!]
'classBlurbs' has links that will take you to either the 'Classes' [~226~] or the 'Teachers' [~83~] page AND directly to that specific class or specific teacher.
<div class="classBlurb">
[+classBlurbImage+]<br />
<div class="classBlurbText">
<b>[+eventDateStart:date=`%l.%M`+] - [+eventDateEnd:date=`%l.%M %p`+]</b><br />
<span style="font-weight:bold;"><a href="[~226~]#className[+id+]">[+pagetitle+]</a></span><br />
<i>[+classStudio+]</i><br />
<a href="[~83~]#theTeacher[+id+]">[+classTeacher+]</a><br />
</div>
</div>
The problem is, when you click on the teachers name or the class name, you get taken to that page, but not to the specific teacher or class. The links work fine on the page itself, just not when coming from the welcome page.
The actual id that is called is coming from the Schedule parent - 2, instead of the parent of 83 or 226.
Help? I've been working on this for over a month. Client is super patient. I tried to hand it over to another MODx coder who never got back to my client. I just have to sort this out and I'm done!