Look pictures below...
Is it possible to remove some special character from the list?
Something i can write in local customisation (atto_charmap.php) to remove some characters from the list?
Thanks
Look pictures below...
Is it possible to remove some special character from the list?
Something i can write in local customisation (atto_charmap.php) to remove some characters from the list?
Thanks
Hello Gilles,
The list of characters is hard coded so a developer would have to make changes if you want to add or change characters. However, since the titles are localized strings in the plugin, you should be able to hide some of the character
buttons with the following trick. Add the rule
button.atto_charmap_character[title="hidden"] {
display: none;
}
Thanks Daniel
I use adaptable latest version...
Shoud i put that lin in custom css area?
For the second part of the trick (language customization) i'm able to do that!
Presentely my costom CSS look like this... I removed some options for the test mode.
#prev-activity-link {display:none;}
#next-activity-link {display:none;}
#jump-to-activity {display: none !important;}
Daniel... You are simply de best!!!
Made on my moodle development site and its working fine!
I will put that on the main site now!
Thanks again, sorry for my english, i'm french canadian so my english is not very good!