MyBB Community Forums

Full Version: Link to your profile when click picture? Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I just got this custom theme built and I was wondering if there was anyway I can get someone to code it to where when you click on your picture on the user bar, it takes you to your profile, because as of right now it doesnt. Thank you.

[Image: 51a7e242c62938b5124eb017060a4aa5.png]

Link to website: http://www.starforums.net
Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works
(2012-07-18, 03:29 AM)360revo Wrote: [ -> ]Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works

Well, we already have a button for that, but I would like it to be easier on the users so they can click on that picture to redirect them to their profile, instead of clicking through user cp to their profile.
(2012-07-18, 03:35 AM)Nike Wrote: [ -> ]
(2012-07-18, 03:29 AM)360revo Wrote: [ -> ]Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works

Well, we already have a button for that, but I would like it to be easier on the users so they can click on that picture to redirect them to their profile, instead of clicking through user cp to their profile.

(2012-07-18, 03:37 AM)360revo Wrote: [ -> ]
(2012-07-18, 03:35 AM)Nike Wrote: [ -> ][quote='360revo' pid='886673' dateline='1342582187']
Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works

Well, we already have a button for that, but I would like it to be easier on the users so they can click on that picture to redirect them to their profile, instead of clicking through user cp to their profile.
Give me a sec to scan your site for the link to redirect to
(2012-07-18, 03:37 AM)360revo Wrote: [ -> ]
(2012-07-18, 03:35 AM)Nike Wrote: [ -> ]
(2012-07-18, 03:29 AM)360revo Wrote: [ -> ]Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works

Well, we already have a button for that, but I would like it to be easier on the users so they can click on that picture to redirect them to their profile, instead of clicking through user cp to their profile.

(2012-07-18, 03:37 AM)360revo Wrote: [ -> ]
(2012-07-18, 03:35 AM)Nike Wrote: [ -> ][quote='360revo' pid='886673' dateline='1342582187']
Just put the Image to redirect to " http://www.starforums.net/usercp.php Smile hope it works

Well, we already have a button for that, but I would like it to be easier on the users so they can click on that picture to redirect them to their profile, instead of clicking through user cp to their profile.
Give me a sec to scan your site for the link to redirect to

Thank you sir, I appreciate it.
Okay well in genral a site when going to a profile it gives the link "http://exampleforum.net/member.php?action=profile&uid=16
So while scanning i thought well in a php profile file the link to the profile of the user is " http://starforums.net/member.php?action=profile"
So another wards use" http://starforums.net/member.php?action=profile" As the link a bud do you have skype?

So In the Image Put the Code "<a href=" http://starforums.net/member.php?action=profile"><img src="Yourimage.xxx"></a>
(2012-07-18, 03:43 AM)360revo Wrote: [ -> ]Okay well in genral a site when going to a profile it gives the link "http://exampleforum.net/member.php?action=profile&uid=16
So while scanning i thought well in a php profile file the link to the profile of the user is " http://starforums.net/member.php?action=profile"
So another wards use" http://starforums.net/member.php?action=profile" As the link a bud do you have skype?

So In the Image Put the Code "<a href=" http://starforums.net/member.php?action=profile"><img src="Yourimage.xxx"></a>
Yes, I will pm it to you.

Wait, where would I go in the Admin CP to put this code in? "http://starforums.net/member.php?action=profile"
(2012-07-18, 03:46 AM)Nike Wrote: [ -> ]
(2012-07-18, 03:43 AM)360revo Wrote: [ -> ]Okay well in genral a site when going to a profile it gives the link "http://exampleforum.net/member.php?action=profile&uid=16
So while scanning i thought well in a php profile file the link to the profile of the user is " http://starforums.net/member.php?action=profile"
So another wards use" http://starforums.net/member.php?action=profile" As the link a bud do you have skype?

So In the Image Put the Code "<a href=" http://starforums.net/member.php?action=profile"><img src="Yourimage.xxx"></a>
Yes, I will pm it to you.

Wait, where would I go in the Admin CP to put this code in? "http://starforums.net/member.php?action=profile"
PM Me your skype
Solved! - Thank you Xanth and 360revo