1.) Currently, there isn't a way to change the ordering of the rooms... you're the first that has needed that. We'll see about getting that on the road map.
2.) As for copying permissions... Looks like we missed that one. With as many permissions as we've added, I can see how that would become cumbersome when creating new rooms. Lets see if we can get that added in.
As for the strong tags being disabled. It is highly possible that some of the "reset CSS" script we have for enabling the ExtJS / Ajax style interface might be causing that. We've seen other instances with centering and a couple of other issues before. There is one line at the top of the file \DesktopModules\SwirlChat\CSS\ext-all.css
which reads:
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
As you can see, it "resets" strong back to a normal font.
If you want to "get strong" back you can change that line to:
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
Thanks. -- Will Gillen, Swirlhost Inc. |
|