The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how do i go to members profile through avatar or name on his posts

5 posters

Go down

how do i go to members profile through avatar  or name on his posts Empty how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 15th 2008, 10:00 pm

I want to be able to go to members profile by clicking on his avatar or his name in the posts . I know it is possible but I don't know the code , so is there anyone who knows? any one knows TARGET URL ??????


Last edited by Sir-Duke on May 15th 2008, 11:07 pm; edited 1 time in total
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 15th 2008, 10:18 pm

is it something like this ---> is it something like this ----->
<a href="profile">{postrow.displayed.POSTER_PROFILE}{postrow.displayed.POSTERS (AVATAR OR NAME) }</a>
what goes in there ?
and I wanna go to POSTERS profile not users
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 16th 2008, 7:52 am

bump
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Guest May 16th 2008, 2:38 pm

In order to do this you have to have templates enabled.

Do you?
avatar
Guest
Guest


Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 16th 2008, 5:08 pm

yes I do have it ,
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Guest May 16th 2008, 6:22 pm

Ok go to:

Admin Panel
Styles
Templates
General
viewtopic_body


Find this:
Code:
{postrow.displayed.POSTER_RANK}<br />
   {postrow.displayed.RANK_IMAGE}
{postrow.displayed.POSTER_AVATAR}   

Replace with:
Code:
{postrow.displayed.POSTER_RANK}<br />
   {postrow.displayed.RANK_IMAGE}
<a href="LINK TO PROFILE">{postrow.displayed.POSTER_AVATAR}</a>   
avatar
Guest
Guest


Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 16th 2008, 7:27 pm

nope doesn't work , it says 404 NOT FOUND
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 16th 2008, 7:30 pm

I was thinking PROFILE button is linked to something right ? so it should have the code
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Guest May 17th 2008, 2:11 am

yes it should
avatar
Guest
Guest


Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 17th 2008, 2:13 am

so can you get me the code ? pls ? cuz it seems I cant ******* find it Smile
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by tomtm May 17th 2008, 10:53 am

I want to do this also!
avatar
tomtm
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke May 17th 2008, 7:06 pm

bump : cmon people give up some ideas
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by tomtm May 20th 2008, 4:41 pm

bump help me
avatar
tomtm
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 5th 2008, 7:59 pm

[code][{postrow.displayed.POSTER_RANK}

{postrow.displayed.RANK_IMAGE}
<a href="WHAT LINK GOES HERE ?????>{postrow.displayed.POSTER_AVATAR}</a>/code]
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Guest June 6th 2008, 1:02 am

Hover your mouse over the user's profile right click and copy link location. Then paste that link in the space.
avatar
Guest
Guest


Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 6th 2008, 11:01 pm

Kilsek wrote:Hover your mouse over the user's profile right click and copy link location. Then paste that link in the space.
sure and that would be link to MY profile only . After that if you click to other members avatar it will take them to my profile ,
but tnx anyways Smile
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 7th 2008, 4:32 pm

What the fuck ?!? anyone??????????/
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Alienhead June 8th 2008, 7:19 pm

Code:
{USERLINK}
Result:

That should go somewhere, I am still trying to figure it out Confused
Alienhead
Alienhead
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Aggie June 8th 2008, 7:33 pm

Alienhead wrote:
Code:
{USERLINK}
Result:

That should go somewhere, I am still trying to figure it out Confused

This is strange, and i don't like it Evil or Very Mad (Why my profile Confused)
Aggie
Aggie
Forumember

Female Posts : 185
Reputation : 0
Language : Dutch

http://www.aquariumwereld.com

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Alienhead June 8th 2008, 7:36 pm

It's not going to work

by the way: To you it shows your profile, to me, it shows my profile, to any other member here, it'll show their profile.

I am still busy trying to find out if this is possible.
Alienhead
Alienhead
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 8th 2008, 7:46 pm

[code][{postrow.displayed.POSTER_RANK}

{postrow.displayed.RANK_IMAGE}
<a href="WHAT LINK GOES HERE ?????>{postrow.displayed.POSTER_AVATAR}</a>/code] a href=" to what ???"
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by MrMario June 14th 2008, 1:17 am

Alienhead wrote:
Code:
{USERLINK}
Result:

That should go somewhere, I am still trying to figure it out Confused

Hey Why did you use my Name?

Im going to call the cops now
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 15th 2008, 9:29 am

bump
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 17th 2008, 6:52 pm

buuump
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 18th 2008, 10:54 pm

buuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuump What the fuck ?!?
gona keep bumping till it's solved Razz
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

how do i go to members profile through avatar  or name on his posts Empty Re: how do i go to members profile through avatar or name on his posts

Post by Sir-Duke June 21st 2008, 2:05 am

BUMPPPPP
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum