Skip to Content Skip to Menu

[SOLVED] List Management and Custom Links Question

  • highonryan
  • highonryan
  • OFFLINE
  • Posts: 60
  • Thanks: 14
  • Karma: 2
7 years 2 weeks ago - 7 years 2 weeks ago #294441 by highonryan
Hello,

I have another odd question that I can't figure out a solution for.

I want two lists. 1) for Users Who Have A Registry and 2) Users Who Have A Photo Gallery

Each of these two are controlled by a opt-in button, which mean if they select Registry, they can create one on a custom tab. Same with Gallery.

I want to create two lists, if they selected "Create Registry" they are listed. I have this controlled by a basic filter of cb_member_registry EQUAL TO 1 and they are listed.

My hurdle is that I want to link to their Registry tab, not their profile. But I also was to create a list for those with Galleries which would link to their Gallery tab.

Is this possible? Custom Links in List management.

Thanks,
HighOnRyan
Last edit: 7 years 2 weeks ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 47949
  • Thanks: 8170
  • Karma: 1434
7 years 2 weeks ago #294444 by krileon
Replied by krileon on topic List Management and Custom Links Question
You'd need to use a Custom HTML field that'd have a link to those tabs. You can link to a tab my its PHP class, its title, or its ID. Using ID is the most reliable method. Example as follows.

Code:
<a href="index.php?option=com_comprofiler&view=userprofile&user=[user_id]&tab=TAB_ID_HERE">Gallery</a>


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.

  • highonryan
  • highonryan
  • OFFLINE
  • Posts: 60
  • Thanks: 14
  • Karma: 2
7 years 2 weeks ago #294462 by highonryan
Replied by highonryan on topic List Management and Custom Links Question
WOW!

I applaud you. There doesn't seem to be a question you can't answer.

I'm thankful for that.

HighOnRyan
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum