no offense, but why should one use this addon when a behaviour like this can be easily achieved with the build in vb4 notifications system, which has a lot of options, like usergroups, permanent notice, allow users to close the notice .. ?
basecially all you need to do is add a notice with such a code:
<div style="position:fixed; background: rgba(00,00,00,0.7);top 100px; left: 50px;"> some text you want to show</div>
|