View Full Version : What software you use to code?
christian8a
07-05-2008, 11:16 AM
What software or how do you make your own products?
I've seen pictures of an admin CP where it says, add setting, and stuff like a software to code, what is that?
Dismounted
07-05-2008, 01:12 PM
What you are describing would be to enable debug mode. Just add this line to your config.php.
$config['Misc']['debug'] = true;
Opserty
07-05-2008, 02:52 PM
<i>Note: Only enable debug mode on a test/development board. It isn't recommended to be used on live forums. </i>
christian8a
07-05-2008, 04:10 PM
thanx for the answers :up:
Everytime you add a setting or remove or edit, where is all that saved? like do you export what you just made or where does it stays?
Opserty
07-05-2008, 04:43 PM
You can assign settings to a product then when you export a product the settings are also downloaded into the XML.
For settings, a row is added to the settings table and phrases are created for the setting title and setting description. However you don't need to worry about this as vBulletin will take care of it during product import/export.
christian8a
07-06-2008, 12:38 AM
Thanx for the information bro :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.