The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile Field Link in Postpit
Hello
Can someone make a small Profile Field where user can add a username for their blog or myspace not a url just a username and not a full url and in the show thread under the post count it will show My Blog: Link ? and My Space maybe some one could help me on this Thanks |
#2
|
||||
|
||||
Probably the best way is to create a custom New User Profile Field in Admin CP. Either a single or Multiple-Line Text box, depending on your needs. Adjust the maxlength from "100" characters to a number you desire. Set all remaining fields and be sure to make it "Editable" for your users. Remember the "Field ID", as you'll be needing that in a bit.
Once completed, in your postbit or postbit_legacy find: Code:
<div> $vbphrase[posts]: $post[posts] </div> Code:
<!-- Custom User Profile Field --> <if condition="$post['fieldx']"><div> $post[fieldx]</div> <!-- / Custom User Profile Field --> |
#3
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showpost.php?p=929579&postcount=4" target="_blank">https://vborg.vbsupport.ru/showp...79&postcount=4</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|