Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 3:06:13 GMT -8
Yes, you almost got to the right area but once you click User Profile, it takes you to an area where there are tabs and you have to select the Summary tab, you have it on User Profile tab which isn't the right info for me to change. =) Also gonna need that mini-profile code once you can
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 8:28:04 GMT -8
Ok I will get that also but wondering if I could just take a custom page and use that, is there a way to allow posting on a custom page then just make it linkable to the main page so others can post there? They could place all their diarys there and it would be accessible to all.
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 8:35:03 GMT -8
Here is the mini profile:
<div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {elseif $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/foreach} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div>
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 8:35:56 GMT -8
And here is user profile summary:
$[form.header] <table> <tr> <td id="center-column"> {if $[can.update_status]} <div class="content-box center-col"> <table> <tr> <td class="status-input"> $[form.update.input] </td> <td class="status-submit"> $[form.submit.button] </td> </tr> </table> </div> {/if} {if $[user.warning.bar]} <div class="content-box center-col"> <table><tr><td class="warning-table-td">Warning Level: </td><td>$[user.warning.bar]</td></tr></table> </div> {/if} {if $[user.badges]} <div class="content-box center-col $[user.badges_container_class]"> {foreach $[user.badges]}$[user.badges]{/foreach} $[user.gift_link] </div> {/if} <div class="content-box center-col"> <table> <tr> <td class="headings">Latest Status:</td> <td>$[user.personal_text]</td> </tr> {if $[user.custom_title]} <tr> <td class="headings">Custom Title:</td> <td>$[user.custom_title]</td> </tr> {/if} {if $[user.email]} <tr> <td class="headings">Email:</td> <td>$[user.email]</td> </tr> {/if} {if $[user.website]} <tr> <td class="headings">Web Site:</td> <td>$[user.website]</td> </tr> {/if} {if $[user.birthday]} <tr> <td class="headings">Birthday:</td> <td>$[user.birthday]</td> </tr> {/if} {if $[user.age]} <tr> <td class="headings">Age:</td> <td>$[user.age]</td> </tr> {/if} {if $[user.gender]} <tr> <td class="headings">Gender:</td> <td>$[user.gender.text]</td> </tr> {/if} {if $[user.location]} <tr> <td class="headings">Location:</td> <td>$[user.location]</td> </tr> {/if} <tr> <td class="headings">Posts:</td> <td>$[user.posts]</td> </tr> <tr> <td class="headings">Date Registered:</td> <td>$[user.registered_on]</td> </tr> {foreach $[user.custom_field]} <tr class="$[user.custom_field.content_class]"> <td class="headings"> $[user.custom_field.name]: </td> <td> $[user.custom_field.value] </td> </tr> {/foreach} </table> </div> {if $[user.social_exists]} <div class="content-box center-col"> {if $[user.social_network]} <div class="social networks"> <h4>Social Networks</h4> {foreach $[user.social_network]} $[user.social_network]<br /> {/foreach} </div> {/if} {if $[user.instant_messenger]} <div class="social messengers"> <h4>Instant Messengers</h4> {foreach $[user.instant_messenger]} $[user.instant_messenger]<br /> {/foreach} </div> {/if} </div> {/if} <div class="content-box center-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div> {if $[user.signature]} <div class="content-box center-col"> Signature <hr /> $[user.signature] </div> {/if} </td> <td id="right-column"> {if $[following]} <div id="following" class="content-box right-col"> <h4>$[view_following_link]</h4> {foreach $[following]} <div class="mini-user"> <div class="mini-avatar"> $[following.avatar_medium] </div> <span class="name"> $[following] </span> </div> {/foreach} </div> {/if} {if $[follower]} <div id="followers" class="content-box right-col"> <h4>$[view_followers_link]</h4> {foreach $[follower]} <div class="mini-user"> <div class="mini-avatar"> $[follower.avatar_medium] </div> <span class="name"> $[follower] </span> </div> {/foreach} </div> {/if} </td> </tr> </table> $[form.footer]
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 8:41:57 GMT -8
I don't believe it's possible to make a custom page something others can post to but I'm not certain. What did you name the custom profile field?
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 8:48:59 GMT -8
oh to show up on the profiles? It is: I have a Diary!
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 8:50:18 GMT -8
Maybe I will post in the support area to see if that is possible but this will work for now.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 9:08:23 GMT -8
mini-profile:
<div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {elseif $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "I have a Diary!"} <span class="$[user.mini_custom_field.content_class]"> <br><a href="$[user.mini_custom_field.value]">$[user.mini_custom_field.name]</a> </span> {else} <span class="$[user.mini_custom_field.content_class]"> <br>$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/if} {/foreach} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div>
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 9:10:13 GMT -8
profile:
$[form.header] <table> <tr> <td id="center-column"> {if $[can.update_status]} <div class="content-box center-col"> <table> <tr> <td class="status-input"> $[form.update.input] </td> <td class="status-submit"> $[form.submit.button] </td> </tr> </table> </div> {/if} {if $[user.warning.bar]} <div class="content-box center-col"> <table><tr><td class="warning-table-td">Warning Level: </td><td>$[user.warning.bar]</td></tr></table> </div> {/if} {if $[user.badges]} <div class="content-box center-col $[user.badges_container_class]"> {foreach $[user.badges]}$[user.badges]{/foreach} $[user.gift_link] </div> {/if} <div class="content-box center-col"> <table> <tr> <td class="headings">Latest Status:</td> <td>$[user.personal_text]</td> </tr> {if $[user.custom_title]} <tr> <td class="headings">Custom Title:</td> <td>$[user.custom_title]</td> </tr> {/if} {if $[user.email]} <tr> <td class="headings">Email:</td> <td>$[user.email]</td> </tr> {/if} {if $[user.website]} <tr> <td class="headings">Web Site:</td> <td>$[user.website]</td> </tr> {/if} {if $[user.birthday]} <tr> <td class="headings">Birthday:</td> <td>$[user.birthday]</td> </tr> {/if} {if $[user.age]} <tr> <td class="headings">Age:</td> <td>$[user.age]</td> </tr> {/if} {if $[user.gender]} <tr> <td class="headings">Gender:</td> <td>$[user.gender.text]</td> </tr> {/if} {if $[user.location]} <tr> <td class="headings">Location:</td> <td>$[user.location]</td> </tr> {/if} <tr> <td class="headings">Posts:</td> <td>$[user.posts]</td> </tr> <tr> <td class="headings">Date Registered:</td> <td>$[user.registered_on]</td> </tr> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "I have a Diary!"} <tr class="$[user.custom_field.content_class]"> <td class="headings"> $[user.custom_field.name] </td> <td> <a href="$[user.custom_field.value]">Click Here</a> </td> </tr> {else} <tr class="$[user.custom_field.content_class]"> <td class="headings"> $[user.custom_field.name]: </td> <td> $[user.custom_field.value] </td> </tr> {/if} {/foreach} </table> </div> {if $[user.social_exists]} <div class="content-box center-col"> {if $[user.social_network]} <div class="social networks"> <h4>Social Networks</h4> {foreach $[user.social_network]} $[user.social_network]<br /> {/foreach} </div> {/if} {if $[user.instant_messenger]} <div class="social messengers"> <h4>Instant Messengers</h4> {foreach $[user.instant_messenger]} $[user.instant_messenger]<br /> {/foreach} </div> {/if} </div> {/if} <div class="content-box center-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div> {if $[user.signature]} <div class="content-box center-col"> Signature <hr /> $[user.signature] </div> {/if} </td> <td id="right-column"> {if $[following]} <div id="following" class="content-box right-col"> <h4>$[view_following_link]</h4> {foreach $[following]} <div class="mini-user"> <div class="mini-avatar"> $[following.avatar_medium] </div> <span class="name"> $[following] </span> </div> {/foreach} </div> {/if} {if $[follower]} <div id="followers" class="content-box right-col"> <h4>$[view_followers_link]</h4> {foreach $[follower]} <div class="mini-user"> <div class="mini-avatar"> $[follower.avatar_medium] </div> <span class="name"> $[follower] </span> </div> {/foreach} </div> {/if} </td> </tr> </table> $[form.footer]
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 9:10:33 GMT -8
Let me know if anything is wrong or you want anything tweaked. =)
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 9:23:53 GMT -8
ok So I just replace what is in the fields with what you posted, correct? I will let you know how it works in a few
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 9:26:29 GMT -8
Correct =)
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 9:30:37 GMT -8
That is perfect! thank you!
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Jan 20, 2014 9:46:50 GMT -8
oh wait is there a way for them to add it to their signature?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 25, 2024 20:11:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 20, 2014 10:55:26 GMT -8
Like a link in their signature? Yes, just tell them to put [a href="DIARY LINK"]I have a diary![/a] with "diary link" being the URL to their diary
|
|