inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 9:21:06 GMT -8
So when a Staff edits a profile, there is a Custom Field slot there, is there a way to have more than 1 custom field slot? I'd like to have 2 or 3
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 22, 2022 10:08:29 GMT -8
So when a Staff edits a profile, there is a Custom Field slot there, is there a way to have more than 1 custom field slot? I'd like to have 2 or 3 You create custom fields in the admin panel (admin > members > custom fields), you can have as many as you want!
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 10:14:18 GMT -8
So when a Staff edits a profile, there is a Custom Field slot there, is there a way to have more than 1 custom field slot? I'd like to have 2 or 3 You create custom fields in the admin panel (admin > members > custom fields), you can have as many as you want! Yeah but those don't allow images, I use the custom profile fields for things like in my signature, the Title Bars
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 22, 2022 10:19:22 GMT -8
You create custom fields in the admin panel (admin > members > custom fields), you can have as many as you want! Yeah but those don't allow images, I use the custom profile fields for things like in my signature, the Title Bars You can actually edit your profile templates for a specific field's output to wrap it in HTML image tags to get images to display: support.proboards.com/post/7154577
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 10:32:13 GMT -8
Yeah but those don't allow images, I use the custom profile fields for things like in my signature, the Title Bars You can actually edit your profile templates for a specific field's output to wrap it in HTML image tags to get images to display: support.proboards.com/post/7154577yeah i've tried that and it doesn't show the images, only the image link in text format
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 22, 2022 11:49:02 GMT -8
yeah i've tried that and it doesn't show the images, only the image link in text format You have to set the field to be plain text so the URL is parsed only as a URL. If that doesn't work, show me your settings and I'll help you out. (Fwiw I know this works when done correctly because I do it myself)
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 11:59:43 GMT -8
yeah i've tried that and it doesn't show the images, only the image link in text format You have to set the field to be plain text so the URL is parsed only as a URL. If that doesn't work, show me your settings and I'll help you out. (Fwiw I know this works when done correctly because I do it myself) My Mini Profile template
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 22, 2022 16:26:43 GMT -8
I don't see where you followed the instructions to modify the template that I linked you to, so I can't see where you've gone wrong. Please try it again and then show me what you've done :)
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 16:56:14 GMT -8
I don't see where you followed the instructions to modify the template that I linked you to, so I can't see where you've gone wrong. Please try it again and then show me what you've done the custom code is in there, and i did what he said to with the custom profile image, so it is done, and don't work
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 22, 2022 17:32:30 GMT -8
I don't see where you followed the instructions to modify the template that I linked you to, so I can't see where you've gone wrong. Please try it again and then show me what you've done the custom code is in there, and i did what he said to with the custom profile image, so it is done, and don't work Maybe we can back up a little; when you say "custom code", can you tell me what that is?
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 22, 2022 19:16:46 GMT -8
the custom code is in there, and i did what he said to with the custom profile image, so it is done, and don't work Maybe we can back up a little; when you say "custom code", can you tell me what that is? {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <img src="$[user.mini_custom_field.value]"> {/if} {/foreach}
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 23, 2022 7:11:30 GMT -8
Maybe we can back up a little; when you say "custom code", can you tell me what that is? {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <img src="$[user.mini_custom_field.value]"> {/if} {/foreach} Try this instead: {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <br /><img src="$[user.mini_custom_field.value]" style="width: 25px;"> {else} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/if} {/foreach}
Here's a working example on my test site: kamitest3.proboards.com/thread/17/testIf this doesn't work, please provide your forum URL.
|
|
inherit
266291
0
Feb 24, 2023 20:46:51 GMT -8
Syko
42
April 2022
syko85
|
Post by Syko on May 23, 2022 7:33:33 GMT -8
{foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <img src="$[user.mini_custom_field.value]"> {/if} {/foreach} Try this instead: {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <br /><img src="$[user.mini_custom_field.value]" style="width: 25px;"> {else} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/if} {/foreach}
Here's a working example on my test site: kamitest3.proboards.com/thread/17/testIf this doesn't work, please provide your forum URL. still didn't work, idk what i am doing wrong swtorgalaxies.freeforums.net/
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on May 23, 2022 7:40:32 GMT -8
Try this instead: {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Image"} <br /><img src="$[user.mini_custom_field.value]" style="width: 25px;"> {else} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/if} {/foreach}
Here's a working example on my test site: kamitest3.proboards.com/thread/17/testIf this doesn't work, please provide your forum URL. still didn't work, idk what i am doing wrong swtorgalaxies.freeforums.net/Sorry, can you link me to a thread that has a post in it by an account that is supposed to have an image?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on May 23, 2022 7:55:27 GMT -8
Sorry to jump in here, Kami, but I've got a silly question to ask the OP. OP: After you added the custom field, did you go into the profile and put a URL to the image in that field (and save changes)? I only ask because I have heard of people doing the custom field, but then forget to put something in that field for it to show. ::silently backs back out::
|
|