Quote:
Originally Posted by ffak
How do you make a module for vbadvanced that works with LDM?
I tried to add a php file module (ldm_new.php) but a get an error:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: adv_portal_custom_ldm_new in [path]/includes/functions.php on line 3932
What do you think?
Thanks 
|
I have not rewritten the LDM vba modules to work with vbulletin 4, and I'm not sure when I will manage to do so. The error you report is related to the (quite fundamental) changes that have been made to vbulletin coding practices between vb3 and 4, so the starting point has to be to understand these changes (and also any changes in vbadvanced). If you want to try to code this yourself, you could try comparing the LDM releases 2.3.0 and 3.0.x.