The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i have this in the postbit_display_complete hook:
PHP Code:
Quote:
|
#2
|
|||
|
|||
![]() Quote:
PHP Code:
PHP Code:
|
#3
|
|||
|
|||
![]()
thanks, that worked.....could u explain why though?
|
#4
|
|||
|
|||
![]()
This deals with the foundations of Object Oriented Programming.
Since postbit_display_complete exists in a class, the $vbulletin object must be aggregated to that class. vBulletin programming standards aggregates the vBulletin object to $registry. PHP Code:
PHP Code:
So you access the $vbulletin object inside the class as: PHP Code:
More information: http://us2.php.net/oop |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|