The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Encode post text.
Hello,
while user viewing a thread need to encode the posts with Steganography mode (script is already done but external). The text wich have to be encoded is userid of user that viewing post. Some one can help me from where to begin. Plugins? Or there some similar products already availible? Thanks. |
#2
|
|||
|
|||
I think you could create a new plugin using hook postbit_display_complete, and change $post['message'] as needed (the message will be in html format at that point). The userid of the user viewing the post will be in $this->registry->userinfo['userid'].
If you want to see the code where the plugin is called, you can look in includes/class_postbit.php and search for postbit_display_complete. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|