Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Memberlist description hide & Avatar modal window?

  • MaGic2305
  • MaGic2305
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 3 months ago #267971 by MaGic2305
Hello,

my first question:

is it possible to hide the text above the userlists ( [Sitename] has X registered member ) in Frontend? Because i dont want the users to only see the user counting of that list, while shown only 6.

Second:

is it possible to get opened a modal window with a bigger picture of the user while clicking on the Avatar in CB Profile View?

Would be pleased if theres a solution to this.

Greetings

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
9 years 3 months ago #267980 by krileon

is it possible to hide the text above the userlists ( [Sitename] has X registered member ) in Frontend? Because i dont want the users to only see the user counting of that list, while shown only 6.

Yes, but you have to use CSS to do it. The below will hide it.

Code:
.cbUserListResultCount { display: none !important; }

is it possible to get opened a modal window with a bigger picture of the user while clicking on the Avatar in CB Profile View?

No, not without writing the code for that. You maybe able to do it with CB Auto Actions and its Code action with Method set to jQuery to add custom jQuery to the userlist page using the onBeforeDisplayUsersList trigger.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • MaGic2305
  • MaGic2305
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
9 years 3 months ago #267985 by MaGic2305
Thanks the css code works. I am using an override.css text on my homepage.

No, not without writing the code for that. You maybe able to do it with CB Auto Actions and its Code action with Method set to jQuery to add custom jQuery to the userlist page using the onBeforeDisplayUsersList trigger.


I am using NoNumbers modal component, so i could set a modal window simply on content with a code for example {modal img=[useravatar]...}

Maybe in the option of avatar layout profile view? While hovering the avatar the above code would run. :P?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
9 years 3 months ago #268034 by krileon
You could try using either the Layouts feature of a field or a Custom HTML field. Both allow you to enable content plugin processing in their parameters (see bottom of Layouts tab or the Parameters tab of Custom HTML field).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum