Picture of Robert Drew Jeffrey
How to link to articles within the same course, without using a content object
by Robert Drew Jeffrey - Friday, 16 May 2014, 4:02 PM
 

Hi all,

Im wanting to link to articles in the CURRENT course from a component like the narrative or accordian  (will make a image that emulates the view button from the content objects and use <href> to go to the address of the the article)

Making a tiered structure and i dont want the user to click through 3 or 4 levels of page content objects.

Thanks in advance :)

Picture of Robert Drew Jeffrey
Re: How to link to articles within the same course, without using a content object
by Robert Drew Jeffrey - Saturday, 17 May 2014, 1:05 PM
 

For those with the same problem here is the solution i found: 

<a href='#/id/co-11'> You can use this HTML code to link directly to the content object, if you do not want the content object to appear as a menu item- only to hold content that gets linked to from this link then you need to parent the content object you want to link to, to the current content object you are in- this will allow the navigation to work as well.

:)