Hi, I've put in the very nice progress field, and I've also installed the content plugin, to have it in a module on the front page.
But the content/progress display is kind of weird.
The module for mod_cbcontent has a text field like this:
[cb:usertab tab="51" user="#displayedOrMe" /]
where tab 51 is the tab with the progress field.
The module doesn't see it as content, so it does'n place a nice background for it.
So the module collides with the module below it.
If I place a character like '.' or something else before or after it, it is displayed properly.
The problem is, that I want the module to not display when the progress is at 100%, so I've set the progress field accordingly (a feature in advanced module manager also does this if the module is empty), and if I enter the '.' it will display a '.', ergo it's not empty, and so the module will still be shown.
So how do I make it act properly, and still be able to hide it when at 100%