The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Resolved] Missing elements when exporting the XML file of my Mod
Hello,
I am finishing coding my first Product to extend VB 5.0.5 (a TeamSpeak 3 plug-in that allows our users to connect to TS3 in one click, including creating new accounts on-the-fly and synchronizing VB and TS groups). I am exporting the XLM file in preparation of packing my Product to move it to production. Unfortunately, there are 2 things that are missing in the XML file:
I triple-checked, and my Settings are properly tied to my Product in the admincp. Same thing for my cron job. And I do have <phrase> entries that come from my settings and from my cron job, so it must have found them: <phrasetype name="vBulletin Settings" fieldname="vbsettings"> <phrasetype name="Scheduled Tasks" fieldname="cron"> What did I do wrong? Thanks in advance for any hints, Yann |
#2
|
||||
|
||||
Did you develop your addon in debug mode? Are those items actually assigned to your product?
|
#3
|
|||
|
|||
Thanks for the quick answer.
Yes. Quote:
--------------- Added [DATE]1393409214[/DATE] at [TIME]1393409214[/TIME] --------------- I found the cause of the problem: the "vBulletin Default" flag has to be set to YES for each setting. Same thing for the Scheduled Task parameters. This corresponds to the "volatile" column in the database, which is tested against 1 in adminfunctions_product.php:get_product_export_xml( ) On second thought, I'm not exactly sure about the role of this parameter, but I'll leave it to YES going forward. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|