inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 16, 2013 4:17:13 GMT -8
|
|
#eb7100
1480
0
1
Nov 29, 2024 4:58:40 GMT -8
Craig
209,202
September 2001
cmdynasty
|
Post by Craig on May 16, 2013 5:06:21 GMT -8
Hi, So it looks like you know how to get them, kind of. So what is the problem you are having exactly?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 16, 2013 5:51:24 GMT -8
those are just the links to my profile
/user/1
i need links to put in the template that will take the member to their profile and each Edit page. if i use just
/user
it doesnt go to any page
|
|
#eb7100
1480
0
1
Nov 29, 2024 4:58:40 GMT -8
Craig
209,202
September 2001
cmdynasty
|
Post by Craig on May 16, 2013 6:07:52 GMT -8
Where are you putting/editing these?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 16, 2013 6:12:05 GMT -8
in the User Profile and Edit Profile Templates
<div class="pad-all-double clear"> <fieldset style="width: 1255px; align: center; background-color: #FFFFFF; border: #00138E solid 2px; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px; border-radius: 10px 10px 10px 10px;"> <table style="width: 100%;" align="center"> <td style="width: 20%;" valign="top"> <fieldset style="width:227px; valign=top; border: #00138E solid 2px; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px; border-radius: 10px 10px 10px 10px;"> <a href="http://tunescool2.proboards.com/user/1"><font size="1" color="#0000BB"><b>Main Profile</b></font></a><br> {if $[current_user.is_staff]}<a href="http://tunescool2.proboards.com/user/1/admin"><font size="1" color="#0000BB"><b>Staff Options</b></font></a><br>{/if} {if $[user.is_online]}<hr/><a href="http://tunescool2.proboards.com/user/1/avatar"><font size="1" color="#0000BB"><b>Edit Avatar</b></font></a><br>{/if} {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/personal"><font size="1" color="#0000BB"><b>Edit Personal Information</b></font></a><br>{/if} {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/social"><font size="1" color="#0000BB"><b>Edit Social Networks</b></font></a><br>{/if} {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/settings"><font size="1" color="#0000BB"><b>Edit Forum Settings</b></font></a><br>{/if} {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/privacy"><font size="1" color="#0000BB"><b>Edit Privacy Settings</b></font></a><br>{/if} {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/edit_notifications"><font size="1" color="#0000BB"><b>Edit Notifications</b></font></a><br>{/if} <hr/> {if $[user.is_online]}<a href="http://tunescool2.proboards.com/user/1/notifications"><font size="1" color="#0000BB"><b>View Your Notifications</b></font></a><br>{/if} <a href="http://tunescool2.proboards.com/user/1/activity"><font size="1" color="#0000BB"><b>View Member's Activity</b></font></a><br> <a href="http://tunescool2.proboards.com/user/1/groups"><font size="1" color="#0000BB"><b>View Member's Groups</b></font></a><br> </fieldset> </td> <td style="width: 80%;" valign="top"> <div class="pad-all-double ui-helper-clearfix clear" style="margin: -10px -20px 0px -0px;"> $[content]
|
|
#eb7100
1480
0
1
Nov 29, 2024 4:58:40 GMT -8
Craig
209,202
September 2001
cmdynasty
|
Post by Craig on May 16, 2013 6:25:13 GMT -8
Ok. So replace the number with $[user.id] and that should work
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 16, 2013 7:13:36 GMT -8
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on May 16, 2013 10:49:42 GMT -8
I don't see that code in your template at all. Can you post a link to 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 May 16, 2013 11:03:19 GMT -8
tunescool2.proboards.comtheres only this in the User Profile Template only <a href="http://tunescool2.proboards.com/user/$[user.id]"><font size="1" color="#0000BB"><b>Main Profile</b></font></a><br> {if $[current_user.is_staff]}<a href="http://tunescool2.proboards.com/user/1/admin"><font size="1" color="#0000BB"><b>Staff Options</b></font></a><br>{/if} {if $[user.is_online]}<hr/><a href="http://tunescool2.proboards.com/user/$[user.id]/avatar"><font size="1" color="#0000BB"><b>Edit Avatar</b></font></a><br>{/if}
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on May 16, 2013 12:11:30 GMT -8
Looks like it's working to me. Both as user 1 and user 10.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 16, 2013 12:28:13 GMT -8
yea its working, i know i looked a couple times. well anyway, thanks guys
|
|