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 Sept 12, 2020 17:07:04 GMT -8
Hello hello! Please bear with me as I am typing this with one hand.
In order to get the fields to show up in the custom tab, you will need to add in the appropriate variables to do so. In the instructions below the box with text in it, it demonstrates the key items you need:
$[field_name] -- this is the NAME of the field you are trying to display. the instructions state that this should be lower case (even if it is not a lower case name), and that names with spaces in them should have the spaces removed.
{if} / {else} -- this is what is known as a conditional. In short, you would use this if you wanted to conditionally display information based on whether or not a custom field is filled in.
An example structure would be something like this:
CPU: $[field_cpu]
This would then display the CPU field with the field title preceding it.
Let me know if this helps; if not, some more specific description of what's happening when using the above instructions would be helpful (:
|
|
inherit
262225
0
Sept 15, 2020 11:10:45 GMT -8
hardwarejunkies
11
September 2020
hardwarejunkies
|
Post by hardwarejunkies on Sept 12, 2020 23:48:33 GMT -8
ok i have tested this, it shows CPU on the page. But problem is that only the admin can put text on it and has to be inside the plugin settings. How can i manage that all members can add there text there on that field?
|
|
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 Sept 13, 2020 0:44:45 GMT -8
ok i have tested this, it shows CPU on the page. But problem is that only the admin can put text on it and has to be inside the plugin settings. How can i manage that all members can add there text there on that field? this may be a silly question, but have you looked at the actual custom fields in the edit profile section? click on your name, edit profile. in the "personal" tab, under the default options, you should start seeing your custom fields. fill in the "CPU" field to test it, then make sure to scroll to the bottom and SAVE. When you go back to the profile view, you should be able to see your saved value in the tab. note that fields need to actually be filled in for them to exist -- if a user doesn't fill in those fields, the software doesn't display a default value. if this doesn't help, i can see if i can figure out the plugin myself and provide a step by step guide.
|
|
inherit
262225
0
Sept 15, 2020 11:10:45 GMT -8
hardwarejunkies
11
September 2020
hardwarejunkies
|
Post by hardwarejunkies on Sept 15, 2020 7:56:48 GMT -8
thanks for helping, after seeing all this its better not to use the plugin.
|
|