Display Member List - how to customize

  • vthomas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 6 months ago #95814 by vthomas
I followed instructions here: membershipprodoc.joomservices.com/fronte...display-members-list
and also set each custom field that I wanted to show on list. Thank you for good documentation!

The front-end member list also displays two columns that I would like to hide:
Plan
Subscription Date

I don't have a need for these two columns to show in the member view. Which file do I modify or create an override for to remove these two columns?
Thank you in advance.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 years 6 months ago #95828 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Display Member List - how to customize
When you create menu item to display members, there are some parameters to allow you to turn these columns off;

- Show Plan Column
- Show Subscription Date Column
- Subscription Status

Set these parameters to No and the information will be hided

Tuan
The following user(s) said Thank You: vthomas

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

  • vthomas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 6 months ago #95832 by vthomas
Replied by vthomas on topic Display Member List - how to customize
Thank you. Found that and fixed.
I see tooltips in code for member list apge, but they do not appear on the web page. I would like to provide explanatory text as to what to search for.
Code:
<label for="filter_search" class="element-invisible">Enter text to show matching members.</label>
Do I use css override for 'element-invisible' to allow this to be seen? Other suggestion?
Also...
Code:
<input type="text" name="filter_search" id="filter_search" placeholder="Search" value="" class="hasTooltip" title="Search members by First name, Last Name, Email and Membership ID">
I see this in the code, but no tool tip diplays. Do you have suggestions to fix?
Thank you, Vicky

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 years 6 months ago #95864 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Display Member List - how to customize
Honestly, I copied that element-invisible from HTML markup of Joomla core, it seems that's use for different purpose called Accessibility but I don't really understand

For tooltip not shown, I think it happens because the code lack a command to load tooltip library. Get this file, unzip it, upload to components/com_osmembership/view/members/tmpl folder, then check it again to see whether it works

Tuan

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