The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I'm looking for a way to parse $bbuserinfo['userid'] as a BBcode.
Simply, I want the user viewing my page to see their user ID number. |
|
#2
|
|||
|
|||
|
Damn.. I'm confused, where do you want it displayed, and how?
|
|
#3
|
||||
|
||||
|
If possible, I'd like to have it as a bbcode - [userid]. Otherwise, I have the vB forms mod installed. It's got the following hooks:
Code:
easy_forms_post_after_actions easy_forms_post_before_actions easy_forms_post_form_start easy_forms_post_question_end easy_forms_post_question_start easy_forms_view_form_start easy_forms_view_question_end easy_forms_view_question_start easy_forms_view_form_start Code:
@eval('$post[signature] = "' . addslashes($post['signature']) . '";');
$post['signature'] = stripslashes($post['signature']);
|
|
#4
|
|||
|
|||
|
Isn't this basically the same as this mod: https://vborg.vbsupport.ru/showthread.php?t=254373 ? You could probably change it to show id number instead of name.
|
|
#5
|
||||
|
||||
|
Good call, thanks
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|