vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Postbit PHP (https://vborg.vbsupport.ru/showthread.php?t=222063)

AndyJensen 08-29-2009 07:10 PM

Postbit PHP
 
I have a script I want to run in the postbit of every user to display information based on their User ID. So far I have nothing, basically the whole script revolves around the User ID of the user. How do I get $post[userid] or something similar to interact with my PHP plugin?

Lynne 08-29-2009 08:35 PM

Well, if you pick the correct hook locatatio (postbit_display_*) then $post[userid] is already available for use and you may do what you want with it.

AndyJensen 08-30-2009 01:15 AM

I'm using the postbit_display_complete hook location, but how do I get the $post[userid] to pass into my PHP script?

Lynne 08-30-2009 02:15 AM

Pass into *what* php script? The php script in the plugin? Perhaps you shoudl post your code because I'm not understanding what you want to do.

AndyJensen 08-30-2009 03:47 AM

I want the $post[userid] to become a variable in my PHP plugin.

Like $userid = $post[userid]; (but I know that doesn't work)...how do I get the poster's userid defined as a variable in my plugin.

Lynne 08-30-2009 02:43 PM

Have you tried $this->post['userid'] ?

(If you look at the code in the php file where the hook is called, you'll see how variables are being called around that area.)

AndyJensen 08-31-2009 06:02 AM

I got it, thank you very much for your help!

$this->post['userid'] worked perfectly!


All times are GMT. The time now is 06:28 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01364 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete