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 9, 2013 23:15:17 GMT -8
|
|
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 13, 2013 21:02:03 GMT -8
what would the url be, i took out the tabs. this works out great for what i had planned
maybe have it be able to add multiple tabs in the future?
|
|
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 13, 2013 22:50:28 GMT -8
the URL? it simply adds a new tab on the profile view and moves all the custom fields to it. it doesnt really do anything more extravagant then that. I am not sure I could even figure out how to pull off a multiple tab thing...
|
|
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 13, 2013 23:33:25 GMT -8
all the tabs have urls
/user/1 /user/1/personal /user/1/settings
|
|
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 1:46:52 GMT -8
/user/1/customtab
|
|
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 4:23:05 GMT -8
what do i need, why dont they show up and why do the variables show thenotablenook.com/user/1/customtab<table width="100%"> <tr> <td width="50%" vAlign="top" style="padding-left:10px;"> <font size=2><b><i>
Name - $[field_Name]<br/> Hometown - $[field_Hometown]<br/> Current Residence - $[field_Current Residence]<br/> Occupation - $[field_Occupation]<br/> Years In Occupation - $[field_Years In Occupation]<br/> Relationship Status - $[field_Relationship Status]<br/> Kids - $[field_Kids]<br/> Occupation - $[field_Occupation]<br/> Years In Occupation - $[field_Years In Occupation]<br/>
</i></b></font> </td> <td width="50%"vAlign="top" style="padding-rleft:10px;"> <font size=2><b><i>
</i></b></font> </td> </tr> </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 4:48:12 GMT -8
did you create custom profile fields in the admin menu?
|
|
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 5:07:09 GMT -8
yea i have the first two filled in in my profile and they all have custom fields made
i tried it on a test site with a new theme and the same thing, custom fields made and entered
|
|
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 9:31:18 GMT -8
ok so your problem lies in the fact that you remade the profile page in the templates, and you didnt put anywhere for it to list custom-profile entries. so because it never posts to the page, the code has no way of extracting it OFF the page to move 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 14, 2013 9:55:13 GMT -8
its rite here, and it does the same thing on an unmodified template on a test site
<table style="width: 65%; font-weight: bold;" valign="top"> {if $[user.custom_field]} <hr style="margin: 6px 450px 6px 0px;"/> {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> </div> {if $[can.update_status]} <table style="width: 90%;"> <tr> <td class="status-input" style="padding-left: 500px;"> $[form.update.input] </td> <td class="status-submit"> $[form.submit.button] </td> </tr> </table> {/if}
|
|
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 11:49:46 GMT -8
with the plugin not running, do you see custom profile fields show up on the profile view?
|
|
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 13:14:15 GMT -8
not where they are in the profile, meaning not in the new tab, no, theyre not 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 13:14:58 GMT -8
turn off the plugin. do you see custom profile fields in your regular view?
|
|
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:10:48 GMT -8
yea
|
|
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:16:58 GMT -8
leave the plugin turned off
|
|