inherit
186174
0
Mar 28, 2021 11:29:11 GMT -8
ʞɔnʇS
160
November 2012
stuck
|
Post by ʞɔnʇS on Oct 23, 2016 4:20:56 GMT -8
How can i add a website link to my mini-profile and the same for all member?
??n?s
|
|
inherit
234149
0
Jan 14, 2017 8:37:45 GMT -8
azraell
48
July 2016
azraell
|
Post by azraell on Oct 23, 2016 13:04:20 GMT -8
I don't think you can like mass do it, so you would need to add it to each member's profile. But go to Admin, Members, Customer Profile Field. Give the field a name, Type would be text, then in View/Edit set it to URL (linked) then you can use the a href code to link to the site.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 23, 2016 15:32:08 GMT -8
The wording on this request is kind of strange. I'm not sure what it's asking, but going off the previous post.
If you want all users to have the same link in their profile, there's no need to use a custom profile field. Simply add
<a href="siteurl">Name of Site</a>
To the mini profile template, wherever you'd want it to appear. You can also wrap it in a <div>, give it its own class name, and style it with CSS.
However, if you're simply looking to add an additional profile field for all users to input a website URL in, that would be accomplished with the above method.
If neither of these answers solve your issue, could you please elaborate on what you're seeking?
|
|
inherit
186174
0
Mar 28, 2021 11:29:11 GMT -8
ʞɔnʇS
160
November 2012
stuck
|
Post by ʞɔnʇS on Nov 1, 2016 8:33:52 GMT -8
The wording on this request is kind of strange. I'm not sure what it's asking, but going off the previous post.
However, if you're simply looking to add an additional profile field for all users to input a website URL in, that would be accomplished with the above method.
If neither of these answers solve your issue, could you please elaborate on what you're seeking?
Apologies for not getting back to you sooner. I'll look into adding this and hopefully it will do what my members have asked for. ??n?s
|
|
Former Member
inherit
guest@proboards.com
87020
0
Nov 27, 2024 22:07:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 11, 2016 12:37:06 GMT -8
If you want all members who have sites to have a clickable link to their sites, it can be done:- This is all you do.
Themes > Layout Templates > Mini-Profile and at the end put this. $[user.website]
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Nov 14, 2016 19:10:31 GMT -8
Custom Field is not needed for this as there is a variable already built in for it like @lucylane has stated above.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Nov 14, 2016 19:52:43 GMT -8
Custom Field is not needed for this as there is a variable already built in for it like @lucylane has stated above. I believe -- as this was my reasoning -- that the OP implies that the Website field link should be the same for all users, hence the suggestion of the custom field as the website variable allows for individuals to post their own link.
It's possible that they wish for all users to be able to input a website, in which case you are absolutely correct that a website field + variable already exists (and also, provided that the OP has not removed any template components, should be immediately visible upon editing your profile).
Which is what leads me to believe further they are not requesting for the pre-existing field.
OP hasn't responded with clarification though, so all of our suggestions at this point are guesswork at what they're intending.
|
|