All that I know is that Feedback is currently available in the /mod/ directory and is selectable from within the course.
Patrick Malley
Posts made by Patrick Malley
Screenshots like this are very helpful. Mary, can you please create a tracker ticket whenever you find stuff like this? You don't have to write much more in the description than the path where the problem occurs and attach a screenshot. All Theme component items are automatically assigned to me. This will ensure I can keep track of these in a more systematic way then the forums.
For example, I've added this one: MDL-22319
Thanks for all your help.
For example, I've added this one: MDL-22319
Thanks for all your help.
I didn't get all the way down to the wiki module. I'll have a look at that this week.
Can you upload a screenshot of the Recent Activity block that you have so I can see the styles as you see them?
I have no solution for the editor besides reducing the menu items. I think that a good text editor is fine with about 4 choices for users. Perhaps Sam can shed some light on his design here as it comes from Base.
Can you upload a screenshot of the Recent Activity block that you have so I can see the styles as you see them?
I have no solution for the editor besides reducing the menu items. I think that a good text editor is fine with about 4 choices for users. Perhaps Sam can shed some light on his design here as it comes from Base.
Add a block block appearing on edit pages: This is a bug. Here's the admin page layout setting in config.php:
If I only have the pre region set and the default region is also pre, nothing should appear in the post column ... ever.
I''ve filed a bug. MDL-22311
'admin' => array(
'file' => 'general.php',
'regions' => array('side-pre'),
'defaultregion' => 'side-pre',
),
If I only have the pre region set and the default region is also pre, nothing should appear in the post column ... ever.
I''ve filed a bug. MDL-22311
I've spent considerable time this weekend working on my new theme family, which I've called "canvas." To see how it works, I've created "formfactor," which is a canvas child and base grandchild. I'm not going to promise that anything under the hood is going to stay. There is a lot of repeated code that will need consolidating. I've spent a little time adding classes and IDs where appropriate inside the modules.
Anyway, my goal now is just to get something out there that I can build more themes on. I'd love you to build your themes on canvas, too.
For now, please grab a fresh copy of 2.0 and kick the tires on formfactor. I think you'll see that while it's a simple theme, there's a lot there.
What I really need help with are the modules. Some have so many options and settings and little hidden pages that I've never found in my teaching that I just can't find everything. Please test your modules on these pages and let me know if anything needs fixing by filing a lot of tickets in the Tracker.
Note that the quiz module and feedback module have thus far been completely ignored. The quiz module doesn't even style correctly in Standard. I need someone to show me what it should look like according to their vision before I can do my thing. Everything is too knew and I'm a bit overwhelmed since it's not my toy.
I'll get to the feedback module shortly.
The cool thing about the family theme is that there is no necessary rush to get these fixes in. I'll just keep working on my themes and we can apply any fixes to canvas to be applied to all children themes.
Back to the code.
Anyway, my goal now is just to get something out there that I can build more themes on. I'd love you to build your themes on canvas, too.
For now, please grab a fresh copy of 2.0 and kick the tires on formfactor. I think you'll see that while it's a simple theme, there's a lot there.
What I really need help with are the modules. Some have so many options and settings and little hidden pages that I've never found in my teaching that I just can't find everything. Please test your modules on these pages and let me know if anything needs fixing by filing a lot of tickets in the Tracker.
Note that the quiz module and feedback module have thus far been completely ignored. The quiz module doesn't even style correctly in Standard. I need someone to show me what it should look like according to their vision before I can do my thing. Everything is too knew and I'm a bit overwhelmed since it's not my toy.
I'll get to the feedback module shortly.
The cool thing about the family theme is that there is no necessary rush to get these fixes in. I'll just keep working on my themes and we can apply any fixes to canvas to be applied to all children themes.
Back to the code.