tpr
08-21-2005, 06:45 AM
Hi,
in vb3 in order to construct the postbit you would call a function called construct_postbit that recived both the $postbit var and the template name.
However in vb3.5 we now have the class $postbit_obj->construct_postbit (for example) which does not accapt a template name.
How can i change the template that is called inside the function ($this->templatename) from outside the construct_postbit function ?
i tried adding a "templatename" var to the $post sent into the function but it is ignored.
Please help,
thanks in advance
ok, you can ignore this post, found the answer... silly me :D
in vb3 in order to construct the postbit you would call a function called construct_postbit that recived both the $postbit var and the template name.
However in vb3.5 we now have the class $postbit_obj->construct_postbit (for example) which does not accapt a template name.
How can i change the template that is called inside the function ($this->templatename) from outside the construct_postbit function ?
i tried adding a "templatename" var to the $post sent into the function but it is ignored.
Please help,
thanks in advance
ok, you can ignore this post, found the answer... silly me :D