View Full Version : Products/Plugins v3 >> v4
jagtpf
06-10-2015, 08:53 AM
Hi guys,
Just wondering what's the main difference(s) between v3 & v4 that affects plugins & products.
Is it name changes etc....?
Have got some successful products on v3 that haven't been upgraded to work on v4; so wondering if there's a short guide to the difference...Or someone could explain.
Geoff
jagtpf
06-19-2015, 01:07 PM
This template, from v3 does not show the necessary image(s) - but the remainder of the routine works. (Phew!)
Would someone care to give pointers on what changes I need to make to the code ...
Error is
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: postbit_critlevel in C:\xampp\htdocs\*****\includes\functions.php on line 4602
The plugin is hooked to postbit_display_complete.
As you can see I'm LOCAL testing using xampp.
<img src="$ImagePath" style="width: 16px; height: 16px; border: 0px;" alt="$CritiqueLevel" /> <b>$CritiqueLevel</b> <br />
Yeah, probably the biggest change from vb3 to vb4 was the template system, but there are other differences depending on what you're trying to do.
Here's an article that shows how to render templates in vb4: https://vborg.vbsupport.ru/showthread.php?t=228078
jagtpf
06-19-2015, 01:42 PM
Yeah, probably the biggest change from vb3 to vb4 was the template system, but there are other differences depending on what you're trying to do.
Here's an article that shows how to render templates in vb4: https://vborg.vbsupport.ru/showthread.php?t=228078
Chuckles !
I'm half way through that article when you wrote this !
Cheers ..... :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.