Looks OK to me, have you made the plugin hook 'global_start'?
Maybe try a full server path for kbar.php? |
Yes, I'm using global_start. Using a full server path I can get the forum to work (previously I was getting a blank forum page).. but nothing is being included. And yes, I'm sure the file is where it is supposed to be.
This is strange.. please help me! :) |
And that's the problem;)
There is no global_start hook anymore;) Use global_bootstrap_init_start |
Quote:
|
PHP Code:
|
Ah OK thanks, I'll change all occurrences of 'global_start' to 'global_bootstrap_init_start' to futureproof the hooks.
|
I was having problems both with the hook and the PHP code of the plugin. This is the correct code:
PHP Code:
|
i am having the same issue, did you ever find a solution to this problem Centrix ? or anybody else who could help ?
Quote:
|
Quote:
ob_start(); include('/home/mydomain/public_html/php/includes/ineverypost.inc.php'); $includedineverypost = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('postbit_display_complete ',array('includedineverypost' => $includedineverypost)); in vb 3.8.6, this was hooked to 'postbit_display_complete' Now with VB4, there is no template for post_display_complete.... I tried "postbit" it did notwork. I tried other postbit related templates, this still did not work. any help ?? |
The included page shows up but it's showing on every page. I used the parse_template hook. Do I need to include anything else to only show one a specific page?
|
All times are GMT. The time now is 02:32 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|