The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I currently have Customer User Profile Fields for accomplishments. What I am trying to do is make it where I can put a link in the User Profile Field and it links other users to this particular accomplishment from the postbit.
|
#2
|
||||
|
||||
![]()
I don't understand exactly what you want. What is your current code for this? And what do you want it to link to?
|
#3
|
|||
|
|||
![]()
I have created User Profile Fields in the Admin CP, labeled "Accomplishments". They are Single Line Text Box that show in each users Postbit.
In a specific forum, I have posted threads for each user, listing accomplishments in each post. I want to link from the Single Line Text Box to each post, so that it shows the list of the accomplishments. For instance, I have a member who has accomplished a certain task say 9 times. In the thread that I created for that user, it list each time they made that accomplishment. In the Admin CP, I can go to the users account, and enter in that they have reached that accomplishment 9 times. Right now it ONLY shows text, but I want to have it Like This. HTML and BB coding currently does not work, which is how I am trying to do it. |
#4
|
||||
|
||||
![]()
You will need two profile fields to achieve what you are after.
One for link name & one for the url. Use this in your postbit or postbit Legacy Change 43 to the new profile field Link Name Change 44 to the new profile field Link Url Code:
<!-- Start --> <if condition="$post[field43]"><a href="$post[field44]">$post[field43]</a> </if> <!-- End --> |
Благодарность от: | ||
tbworld |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
||||
|
||||
![]()
Where would you like it to show? Above Avatar, below Avatar, above join date?
... ect |
#7
|
|||
|
|||
![]() ![]() Where is shows "4x OM HOF", that is where I want it to link to a post where the accomplishments are posted. |
#8
|
||||
|
||||
![]()
Is the Battle Records and Awards Showcase auto template edits?
|
#9
|
|||
|
|||
![]()
Battle Records yes, Awards showcase no
|
#10
|
||||
|
||||
![]()
Then add this below the Awards code. (Changing profile field numbers to yours)
Code:
<!-- Start --> <div class="smallfont"> <if condition="$post[field43]"><a href="$post[field44]">$post[field43]</a> </if></div> <!-- End --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|