Hi there, I am trying to Joomdle's views and modules in my client's site to control what Moodle content students have access to, but I am having trouble with the Course Contents view. The view forces the use of the full width of the site, and even if I assign modules to appear on that menu option, they don't show up. I just upgraded to 0.82, and I"m still having the same problem.
Joomla 2.5.6
Moodle 2.2.2
Joomdle 0.82
I can add Joomdle modules to the sidebars where articles appear without a problem. But if I want to add sidebars to either Course Topics or Course Contents, none of the sidebars show up.
Here's part of the code:
..............................................
<div id="cbody" class="gainlayout">
<div id="content60" style="width:930px;">
<div id="content" class="gainlayout">
<div class="joomdle-topiclist">
<h1>Cooperative Federalism Topics</h1>
<div class="joomdle_course_topic">
<div class="joomdle_item_title joomdle_topic_number">
Cooperative Federalism sec 1</div>
<div class="joomdle_item_content joomdle_topic_name">
</div>
</div>
..............................................
As you can see, I bolded the line that shows the instruction to use the available width between the 15px margins. Any idea why these two views are excluding the module sidebars?
Toolie