#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 26, 2017 11:44:25 GMT -8
₪» ⅀ ƪ Ƒ «₪: Redefine the CSS of the actual description <span> element instead of using all that inline CSS and add that CSS in either your theme's style sheet or your forum's global header.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Dec 26, 2017 11:47:08 GMT -8
Perfect, thank you very much!
|
|
Former Member
inherit
guest@proboards.com
255277
0
Nov 24, 2024 14:09:37 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 10, 2018 7:46:25 GMT -8
So, I've already done the custom fields on the plug-in section, but for some reason when I go to the site itself it still doesn't show up. Is it maybe because of my outdated version or is there something wrong with how I coded it? Or is it supposed to be encoded in the CSS? Thanks in advance!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 12, 2018 7:56:08 GMT -8
So, I've already done the custom fields on the plug-in section, but for some reason when I go to the site itself it still doesn't show up. Is it maybe because of my outdated version or is there something wrong with how I coded it? Or is it supposed to be encoded in the CSS? Thanks in advance! You need to actually have those custom profile fields set up in Members > Custom Profile Fields. The plugin doesn't create the custom fields, but rather changes how they display after they've loaded on the page.
|
|
Former Member
inherit
guest@proboards.com
255277
0
Nov 24, 2024 14:09:37 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 16, 2018 23:03:44 GMT -8
Very helpful, thank you very much!
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 4, 2022 16:59:22 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 7, 2022 13:03:24 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
You should already be able to accomplish this with CSS alone since the div that surrounds the label already has a unique class.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 7, 2022 13:13:57 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
You should already be able to accomplish this with CSS alone since the div that surrounds the label already has a unique class. It does? Well, dang. Thank you. Edit - Found it, all good
|
|
inherit
vicecsr@protonmail.com
269018
0
Jan 26, 2024 20:16:21 GMT -8
ViceCSR
221
January 2024
vicestg
|
Post by ViceCSR on Jan 19, 2024 7:47:43 GMT -8
Doesn't work for me. The custom fields not appear so what's wrong?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 19, 2024 15:51:53 GMT -8
Doesn't work for me. The custom fields not appear so what's wrong? Do you have a link to the forum in question? I can't tell what's wrong without seeing it firsthand. Note that this plugin does not create custom fields for you. You still have to do that in Admin > Members > Custom Profile Fields just like you would without the plugin.
|
|
inherit
vicecsr@protonmail.com
269018
0
Jan 26, 2024 20:16:21 GMT -8
ViceCSR
221
January 2024
vicestg
|
Post by ViceCSR on Jan 20, 2024 7:00:25 GMT -8
Doesn't work for me. The custom fields not appear so what's wrong? Do you have a link to the forum in question? I can't tell what's wrong without seeing it firsthand. Note that this plugin does not create custom fields for you. You still have to do that in Admin > Members > Custom Profile Fields just like you would without the plugin. So what does this plugin?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,848
January 2015
msg
|
Post by Lynx on Jan 20, 2024 15:54:30 GMT -8
Do you have a link to the forum in question? I can't tell what's wrong without seeing it firsthand. Note that this plugin does not create custom fields for you. You still have to do that in Admin > Members > Custom Profile Fields just like you would without the plugin. So what does this plugin? It's in the first post of this thread: DownloadThis plugin will let you set permissions for your custom fields to restrict their usage based on group or post count. You can also add descriptions to your custom fields so you can properly explain what each field is for. Simply type the name of your custom field into the plugin's Permissions tab to hide it, then choose the requirements for it to show. To add a description to a custom field, visit the Descriptions tab and type your custom field's name there, then type a description in the text box. Enjoy!
|
|