The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 |
#2
|
|||
|
|||
I would like to see this too if possible. It would be simular to I-traders look.
|
#3
|
|||
|
|||
add it into the MEMBERINFO template
|
#4
|
||||
|
||||
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 |
#5
|
||||
|
||||
Code:
<a href="http://www.domain.net/pp-classifieds/member.php?uid=$userinfo[userid]">PhotoPost Classifieds Profile</a> |
#6
|
||||
|
||||
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 |
#7
|
|||
|
|||
you probably have it inside of an if somewhere preventing that. paste the code, and where you put it in the template
|
#8
|
||||
|
||||
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 |
#9
|
||||
|
||||
From the snippet, replace it with:
Code:
['usernoteview']"> <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>) </if> <br /><a href="http://www.domain.net/pp-classifieds/member.php?uid=$userinfo[userid]">PhotoPost Classifieds Profile</a> </div> </div> </if> |
#10
|
||||
|
||||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|