|
Post by tunescool on May 21, 2013 1:07:39 GMT -8
wormer you dont do stuff on your site but please figure this out for me, nothing gets done on pbs and my profile is screwed up for whatever reason the date registered goes to the rite and everything is the way it should be and i just cant figure out the custom fields <td style="width: 65%; font-weight: bold;" valign="top"> Last Online<span style="padding-left:100px;">$[user.last_online]</span><br/> {if $[user.custom_title]}Custom Title{/if}<span style="padding-left:90px;">{if $[user.custom_title]}$[user.custom_title]<br/>{/if}</span> Date Registered<span style="padding-left:66px;">$[user.registered_on]</span><br/> <hr style="margin: 6px 100px 6px 0px;"/> Posts<span style="padding-left:139px;">$[user.posts]</span><br/> Likes<span style="padding-left:141px;">$[user.likes]</span><br/> <hr style="margin: 6px 100px 6px 0px;"/> Gender<span style="padding-left:126px;">$[user.gender.text]</span><br/> Birthday<span style="padding-left:117px;">$[user.birthday]</span><br/> Age<span style="padding-left:149px;">$[user.age]</span> {if $[user.location]}Location{/if}<span style="padding-left:117px;">{if $[user.location]}$[user.location]<br/>{/if}</span> <hr style="margin: 6px 100px 6px 0px;"/> Website<span style="padding-left:118px;">$[user.website]</span><br/> {foreach $[user.custom_field]}$[user.custom_field.name]{/foreach}<span style="padding-left:136px;">{foreach $[user.custom_field]}$[user.custom_field.value]<br/>{/foreach}</span> </td>
|
|
|
Post by Wormopolis on May 21, 2013 9:27:25 GMT -8
$[user.custom_title]<br/>{/if}</span>
that closing </span> should be inside the closing {/if}
|
|
|
Post by tunescool on May 22, 2013 7:05:30 GMT -8
i figured it out
|
|
|
Post by Wormopolis on May 22, 2013 16:43:53 GMT -8
looking at it again, I dont think I was right anyways.
and I dont do anything on THIS site currently because I have been developing plugins on a test site. after this site gets converted to V5 I will be doing more writing here.
|
|