Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How do you link username field in to CB profile
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How do you link username field in to CB profile
#45716
How do you link username field in to CB profile 10 Years, 8 Months ago Karma: 0
I have just produced my first data table can't fathom out how the recognize links feature works. One of my fields is Username and I want to link this to the person's Community Builder profile which, for one of my dummy users, Kermit the Frog, whose username is kfrog, is in the form [domain]/index.php/cb-user-profile/userprofile/kfrog. How do I do this? The options given are just Blank, Self, Parent and Top. I have no idea what these options mean but none of them lead me to the URL I want and I can't see where I put the link to [domain]/index.php/cb-user-profile/userprofile/[username] and indeed what the variable at the end needs to be to link to the particular record.

Also my table only takes a few of the fields in a particular record. How do I link the primary key field to the one whole record with all of the desired detailed fields populated?

I am quite comfortable with SQL but know very little about php and html so please be gentle with me!
The administrator has disabled public write access.
 
#45718
Re:How do you link username field in to CB profile 10 Years, 8 Months ago Karma: 748
Hello,

If you want to convert username to a link and username is stored in "Username" column, set "Columns settings -> ID" parameter to Username and "Columns settings -> Format" parameter to the following value:

<a href="index.php/cb-user-profile/userprofile/{$value}">{$value}</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45720
Re:How do you link username field in to CB profile 10 Years, 8 Months ago Karma: 0
Many thanks for this. Happy to say it works.

Best wishes

Frances
The administrator has disabled public write access.
 
Go to topPage: 1