The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i searched and searched for this but found nothing. i'm sure it's out there and/or something simple but i just can't find it.
i need to add the user id to phrases (phrase manager). like when i see phrases {1} = site name {2} = user name.... i want {4} userid. how do i get that to work in phrase manager? --------------- Added [DATE]1256304003[/DATE] at [TIME]1256304003[/TIME] --------------- hey guys. it's me. your favorite vb.org member. :hi: |
|
#2
|
|||
|
|||
|
really? there's no way to do this? seems like it should be easy.
|
|
#3
|
|||
|
|||
|
really need this. i've been searching for days.
|
|
#4
|
|||
|
|||
|
Add
Code:
Site URL: {1}
Username: {2}
3rd Var: {3}
User ID: {4}
And in the PHP Code/File add the following code Code:
$vbphrase['phrase_name'] = construct_phrase('phrase_name', $vbulletin->options['bburl'], $userinfo['username'], 'Hello', $userinfo['userid']);
HTML Code:
$vbphrase[phrase_name] |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|