Posts made by Judy Hsu

Hmm I experimented with the capability in roles ( http://docs.moodle.org/24/en/Capabilities/block/navigation:addinstance) and tried to set it to either "Prevent" or "Prohibit" but it doesn't seem to work.

Note that there are two related capabilities:

Add a new navigation block to My homeblock/navigation:myaddinstance

AND

Add a new navigation blockblock/navigation:addinstance

I set both to either Prevent or Prohibit for Student role, but BEFORE or AFTER I login as a student, I still see the navigation block. Any ideas? Thanks!

 

Hi all, sorry for a newbie Moodle developer's question.

We are coming from a Subversion (SVN) background and recently start looking into using Git. We have several Moodle projects that have many local customizations (most of them at the UI or plugin integration level, no touching of the core library codes). In the past, we will need to have a build master using SVN to merge with different developer branches for the monthly builds (aka iteration). However with this practice it's still kind of tricky for us to do minor upgrades, say, from Moodle. 2.4.4, to 2.4.5. I wonder if we switch to use Git this will become much easier? What would the workflow be like if we move to Git? Any thoughts or comments about best practices for managing local customizations? Thanks for your help!

Average of ratings: -

Hi guys, sorry for another quick question.

I'm trying to hide the "Self enrolment" icon that will be displayed in the Afterburner theme (when displaying "Available courses"), but I would like to keep this feature active. I have used firebug and located that it was referring to:

<div class="enrolmenticons" id="yui_3_7_3_2_1378923452393_9">

<img class="smallicon" src="http://xxx/theme/image.php/afterburner/enrol_self/1378761581/withoutkey" title="Self enrolment" alt="Self enrolment: Testing Course" id="yui_3_7_3_2_1378923452393_8">
</div>
 
And it seems to be pointing to /theme/base/style/course.css
.coursebox .enrolmenticons {margin-top: .3em;}
.coursebox .enrolmenticons img {margin-right: .45em;}
 
However I tried to comment out these two lines but that didn't seem to work... any idea how to hide the icons? Thanks a bunch!
Average of ratings: -