The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
Neither adds the info to the post nor parses it.
![]() |
#22
|
||||
|
||||
![]()
Actually, just add it to postbit_display_start instead. The parser is run just after that.
|
#23
|
|||
|
|||
![]()
I tried that, then it just does nothing. It doesn't even add it to the html code.
|
#24
|
||||
|
||||
![]()
And the code you are using is?
|
#25
|
|||
|
|||
![]() PHP Code:
|
#26
|
||||
|
||||
![]() PHP Code:
|
#27
|
|||
|
|||
![]()
That worked! OMG Thanks!
![]() One question though-what's $this? |
#28
|
||||
|
||||
![]()
Object Oriented PHP
![]() |
#29
|
|||
|
|||
![]()
I'm just gonna stop asking there, because I'm 99% sure that I'll never get it. Ever.
![]() |
#30
|
||||
|
||||
![]()
$this is a variable that only exists in a class/object. It refers to the current object (i.e. the object where you are running the code). In your case, using $this->post and $post would not make a difference, they are the same (assigned by reference):
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|