Some questions (Cover, Menu, Reactions, Friends, Login)

Hi, I have some questions:
1) When i upload a cover for a spaces (but also for orgs and user too) on mobile phone it will be zoomed in. How can I auto adapt size of cover for mobile phone?
2) Can be a module in homepage blocked when i scroll the timeline? I'd like (in a 2 column layout) scroll on the right (timeline, feed, posts or) while on the right user will see always same block. (as happen on facebook for example)
3) I can't add reaction. I was in Forms->Data Lists->Reactions but "add items" button is blocked, and if I edit a reaction, i was't able to change image (just text)
4) I removed everywhere all button related to "friendship". Users are able just to "follow", so there isn't "Friend concept" on community, but if I enable "privacy visibility" for posts,orgs etc they can select "friend". How can i remove anything from privacy visibility (keep just "only me", "public" "followers")?
5) At the moment users can chose a Full name during the registration. Is there a plugin/option to ask for a Full name (it will be the Displayed Name, and could be same for more user) and "Nickname" (unique value) that will be below the displayed name on profile? (as twitter, to be clear)
6) Is there possibility to log in with nickname? (if there is possibility to do it in previous question)
7) How can i change circle color (and on-hover) of timeline items (like, comment etc)?
I'm sorry for too much questions all togheter, and thank you very much for replies!

  • 1191
  • More
Replies (3)
    • Hello extraprod !

      1) May you please share your screen with it and the details of your mobile device, OS and browser?

      2) You may try to use the solution with the Jquery Sticky plugin for example. But better to have the special template.

      3) See details at this post https://una.io/page/view-discussion?id=3283 

      4) Better to hide it using the HTML block on the page with this form where you will place the following code like:

      <script>

      $(document).ready(function () {

          $('-form-element-object_privacy_view option[value=5] ').remove();

          });

      </script>

      5) A new field can be added via Forms. Other changes depend from the list of places where you need to show the nicknames instead of full names.

      6) No.

      7) Every specific styles changes can be made via Studio->[Template name]->Styles->Custom Styles area. The Timeline items usually have the bx-tl- CSS prefix.

      • Thank you for reply
        1)
        Browser (mac os, google chrome)image_transcoder.php?o=bx_froala_image&h=3542&dpx=1&t=1588964664Mobile (Huawei p20 lite, google chrome)
        image_transcoder.php?o=bx_froala_image&h=3543&dpx=1&t=1588964715
        thanks for the other answers, I will try to make the recommended changes.

        • You may apply this solution:

          https://una.io/page/cmts-view?sys=bx_forum&id=2818&cmt_id=11040

          Just use .bx-persons-cover-wrapper class instead of .bx-base-pofile-unit-cover

          Login or Join to comment.