The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
adding field to $vbulletin->userinfo
I am attempting to create my first plugin, a system for "points" with a simple but powerful shop.
So far, I have been coding it just as I would any PHP script, without worrying about hooks (I don't really understand them yet, tbh). However, it seems I've come to a point where I'll either have to edit the source (a "hack" as opposed to a Plugin) or learn something. XD I would like to have a field from the users table loaded into the $vbulletin->userinfo array, a field called "shoppe_points". This would make it simpler for me so that I don't have to write a specific query to get the value every time I need it. So, my question is thus--can I use these "hook" thingies to do just that for me? Or should I edit the source code? (I've read that the latter is unpreferred due to files getting over-written upon updating, thus wiping away any hacks made to it.) Please be gentle, vB newbie here. -Sarteck |
#2
|
|||
|
|||
I am sure I will be corrected if wrong....
however if you add the field you need to the "user" db table the VB backend will pull this into the userinfo objects as these are populated with "select *" |
#3
|
||||
|
||||
Well, do I feel like an idiot.
YOu are correct MrEyes. I was missing an 'o' in the fieldname I was trying to access. XD |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|