inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 14, 2013 14:20:35 GMT -8
its off
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 14, 2013 14:37:27 GMT -8
you see how none of your custom profile fields are on the page?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 14, 2013 14:39:56 GMT -8
theres no custom tab anymore, the custom fields are there
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 14, 2013 14:45:50 GMT -8
Where? - because I dont see ANY custom fields in there
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 14, 2013 14:55:06 GMT -8
i just noticed this, either i screwed something up recently or never had it rite it shows up for me but when i logged out its not showing i dont know what i have wrong <table style="width: 100%; font-weight: bold;" valign="top"> {if $[user.custom_field]} {foreach $[user.custom_field]} <tr class="$[user.custom_field.content_class]"> <td class="headings"> {if $[user.custom_field.name] == "Mini Profile Background Image (Enter URL)"}{else} $[user.custom_field.name] </td> <td> $[user.custom_field.value] {/if} </td> </tr> {/foreach} {/if}{/if} </table>
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 14, 2013 22:04:00 GMT -8
the nesting is all wrong. at the end of that, you have two closing IF. at the top you have an IF and a FOR
you are mixing all your code in a blender again. just like HTML, these template setups have to follow the same kind of rules.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 15, 2013 1:32:33 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 15, 2013 2:04:40 GMT -8
ok on that one, I can see fields now before the code runs. what needs to happen is you need to lowercase the placeholders:
$[field_name]
not
$[field_Name]
it searches by classnames, and classnames are all lowercase.
...
but that probably means I need to put something in there to handle if someone else does it...
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 15, 2013 2:43:02 GMT -8
i figured out fields with two words just go together, Current Residence $[field_currentresidence] more than to too $[field_yearsinoccupation] but what if someone doesnt fill out a field, i dont have Relationship Status - $[field_relationshipstatus] but it still shows, the variable and the field name is that something we have to use ifs for and take care of ourselves, does the plugin do that now, or maybe you arent that far yet? tunescool2.proboards.com/user/1/customtab
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 15, 2013 2:46:37 GMT -8
yeah doing IFs in the plugin field is sorta complicated and I havent got that far yet on how to repress it. Im not as smart as whoever got that to work in the proboards templates.
Im still trying though because the alters plugin is going to be using the same engine that I made for this.
I guess I could try and find a way to blank out all placeholders if they arent already replaced.. but if you have something in front of it, like you do for relationship, it will still show that part .
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 15, 2013 15:58:58 GMT -8
new version submitted that blanks placeholders it didnt find entries for. also added some more instruction on the settings tab for placeholder use
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 23, 2013 15:23:11 GMT -8
wormer do you plan on getting the field names that we enter, not the variable, to not show up in the plugin before i put ifs in
i know its just text thats entered in the plugin, but is there a way to do that
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 23, 2013 15:57:45 GMT -8
I will try for it to work just like the template editor does.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 25, 2013 4:14:39 GMT -8
is there a way i can keep some of the custom profile fields in the summary tab or is that just a template mod id get help with in that board
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 25, 2013 6:14:57 GMT -8
not even a template mod would keep the plugin from finding them and moving them.
|
|