The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make profile field link in postbit?
I know how to add a profile field in the postbit but what if I want to make it a link?
I added this but I want to direct it to another page when it is clicked on: <vb:if condition="$post['field8']"><dt>Wishlist</dt> <dd>{vb:raw post.field8}</dd></vb:if> Thanks in advance! |
#2
|
||||
|
||||
Code:
<vb:if condition="$post['field8']"><dt>Wishlist</dt> <dd><a href="page.php">{vb:raw post.field8}</a></dd></vb:if> |
#3
|
|||
|
|||
Sorry, I guess I should have said, how do I make it a hyperlink? Thanks Lynne! I need to make it a hyperlink.
|
#4
|
||||
|
||||
I made the field a hyperlink in the code above.
|
#5
|
|||
|
|||
When I added it, it showed this Wishlist and then the thread link. I want just Wishlist and when you click on it, it goes to the link.
|
#6
|
||||
|
||||
Then put the link code around the word Wishlist?
HTML Code:
<vb:if condition="$post['field8']"><dt><a href="page.php">Wishlist</a></dt> <dd></dd></vb:if> |
#7
|
|||
|
|||
YAY! That one worked!! Thanks so much!!
--------------- Added [DATE]1289782963[/DATE] at [TIME]1289782963[/TIME] --------------- Ok, dumb question...how do I get it on its own line and in bold? And maybe another color? It is next to another field right now. |
#8
|
||||
|
||||
Put a non-breaking space in between the <dd></dd> - (I have to put spaces between it or it gets 'blanked' out - & n b s p ;
Then just change <dt> to <dt style="font-weight: bold; color: green"> |
#9
|
|||
|
|||
OK, lynne...I'm sorry, you must think I am a complete moron at this point but you are so great!
I entered the code above and it put the link in but then it just comes up as a non-existent page of page.php not the link that I put in my User Profile Field. |
#10
|
||||
|
||||
So you want it to link to field8? And is that a full URL? You can try:
HTML Code:
<a href="{vb:raw post.field8}">
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|