@Mothership This has come up before. Partly the issue is privacy, since private chats would no longer then be private. I think the consensus at the time was that bad actors can be reported to moderators via chat itself but then you need to know who the mods and admins are. Otherwise I think they can just block offending (ab)user(s). Be that as it may (or may not be cuz my recollection is hazy on this): Seem like a "Report Abuse" button could be useful if it can be worked into the UI. 🐕 🌴 🌴
Logo on top
-
Hello,
how can I display my company logo on top above the forum ? I know you can add some html code to make it show below the menu bar, but that looks odd ..
Many thanks,
Pummelchen
-
-
Thx MJ, what I need is a way to put the logo above everything, like the cown on top of the Kings head
-
@pummelchen A possible way -with movable instead of fixed header- would be a fork with Persona theme as upstream, editing the file templates/header.tpl, removing the
navbar-fixed-top
class from the navbar, and adding adiv
with the logo as header (probably withhidden-xs
class if we want to avoid using it on mobile to save space). Among adjustments to work well with this layout, I would move the breadcrumb from top to bottom of the file templates/partials/account/header.tpl, for profiles. The editor would also need adjustments.