The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
hook : global_start
at postbit_legacy => {vb:raw prods} It is working, only facing problem with cookie. I have changed Code:
setcookie('threadtitle111',$threadtitle); Code:
vbsetcookie('threadtitle111',$threadtitle); It seems like cookies at vbulletin are encrypted. So cannot fetch cookie at location. |
#12
|
||||
|
||||
![]()
I would not pick the global_start template. If you look that template up, you will see it is deprecated and you are supposed to use another one instead (I can't remember which one, but you are told when you look that one up).
|
#13
|
|||
|
|||
![]()
I hooked it at showthread_start. Also tried hooking with global_bootstrap_init_start.
Plugin is working with all hooks I have tried so far (global_start, global_bootstrap_init_start, showthread_start etc). As I explained before mine problem is with cookies. I have set cookies with the help of foolowing code Code:
vbsetcookie('threadtitle111',$threadtitle); Is there anyway to decode cookies? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|