![]() |
Which hooks run before postbit is parsed?
Hi
This is driving me crazy. I have some serialized data in the datastore. I can get the data out of the database without a problem. What I can't see to do is reliably get it out and have it available in the postbit template. In the hook I have the code : Code:
$vbulletin->mydata = unserialize($vbulletin->mydata); Code:
{$vbulletin->mydata['myfield']} If i add that code to the footer template, it works fine. I assume this is because the postbit template is parsed before the hooks I've tried run? Any help would be really appreciated as to a) which hooks run before the postbit templates are parsed to build the thread? b) am I just doing something fundamentally wrong? Thanks in advance Simon |
postbit_display_start
postbit_display_complete |
hi
Thanks for that, although I presume they run before each and every postbit? If so, I think this would create an unnecessary overhead, unserialising the date before each post. What hooks run, before any of them are parsed? |
showthread_start
|
Actually.
Looking into this more, I don't think my problem is trying to find a hook which runs before the postbit template is parsed.. I think my problem is finding one which also happens AFTER the datastore is available? I've just tried putting my code into postbit_display_start, along with another line : [quote]$testvar = 1;[/code] In each post, testvar is populated, but the other data isn't. Am I just doing something else entirely wrong? showthread_start Interestingly, I'm pretty sure that runs after the postbits have been built. |
showthread_start is at the top of showthread.php (line 102) :p.
|
Hi
Well, whichever way you look at it. If you set a variable's value within the showthread_start it isn't populated when you call it in postbit_legacy. I've encoutered this problem before. |
You will need to globalise the variable at postbit_display_complete/start.
PHP Code:
|
You are an absolute star!
Thank you very much. :) I had to stick the $vbulletin->blah into a seperate variable and then globalise that.. but that sorted it. Thanks a lot. Simon |
All times are GMT. The time now is 02:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|