![]() |
Adding a link to member info
Hello everyone,
I was wondering how I can add a link to the member info in the member profile Can someone tell me how I would do that, Many thanks Terrie PS> I want to add the users photopost classifeds feedback to a link in the Vbulletin member profile |
I would like to see this too if possible. It would be simular to I-traders look.
|
add it into the MEMBERINFO template
|
Thankyou Whitemike for your answer, Can you show me how to add it to the memberinfo template? What I would like to add is a link to each members feedback profile from photopost classifeds. The member links look like this :
http://www.domain.net/pp-classifieds/member.php?uid=1 its the uid= that changes each time for each member, the rest is the same. Id like that added into the memberinfo somehow, Can you show me where? Many thanks |
Code:
<a href="http://www.domain.net/pp-classifieds/member.php?uid=$userinfo[userid]">PhotoPost Classifieds Profile</a> |
Ill give it a try , thankyou .... so no particular place, I can put that anywhere...... ok....
EDIT: YAY that worked perfectly, I put it under the Referrals part. Only thing is , I can see this in all members profiles now but not my own.. Other members cant see their own either, they will want to see their own as well. How can I change it so members can see it in their own profile as well. Many thanks :) |
you probably have it inside of an if somewhere preventing that. paste the code, and where you put it in the template
|
Hi Whitemike, Here is where I pasted the code ( into the same DIV the user notes are in, I have it directly under the user notes)
['usernoteview']"> <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)<br /> <a href="http://www.mlptp.net/pp-classifieds/member.php?uid=$userinfo[userid]">Member Feedback Profile</a> </if> </div> </div> </if> The code I have added is the code in red.... Many thanks once again for helping Terrie:) |
From the snippet, replace it with:
Code:
['usernoteview']"> |
Hi again, That still doesnt let me see my own.. Its the same as it was before, I can see everyone elses. Members can see other but not their own either.
|
Change This:
Code:
['usernoteview']"> Code:
['usernoteview']"> |
Thankyou enigma1234, that has worked perfectly, its exactly what I wanted. :)
|
No problem
|
All times are GMT. The time now is 04:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|