View Full Version : where find resource
ageurtse
12-25-2009, 10:37 AM
hello,
where can i find info about $vbulletin-> and $post and more of that kind of information.
I mean what could i do with it and how to use it?
Lynne
12-25-2009, 04:43 PM
The best place to find information about a variable is in the code itself. There you can find exactly which variables are available for use from the query.
ageurtse
12-25-2009, 06:14 PM
but where do i find $post, $vbulletin etc. etc.
Lynne
12-25-2009, 07:56 PM
Usually you can start by looking at the page where they are used. For instance, $post is used in the postbit, which is shown on the showthread.php page. So, you can check there. $vbulletin stuff is gotten from the global.php page which is required at the top of every page.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.