Hello
Need some help...
i have one plugin on my vb 3.8.4 and that work fine ...(this is for my slideshow)
code is:
Code:
ob_start();
include('test_test.php');
$jwfpss = ob_get_contents();
ob_end_clean();
and on forumhome template i just put $jwfpss, under $navbar ...
but problem is on my test board with vb4 ... can not get this to work
can some help me or what i must to do..maybe in plugin code (init_startup)!
regards
macc