MyBB Community Forums

Full Version: Generating GUID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

How can I generate GUID for the plugin I am developing. Is there any tool?

Thanks in advance..
You get given a guid when you go to submit your plugin to the mods site here.
(2009-01-21, 08:08 PM)MattR Wrote: [ -> ]You get given a guid when you go to submit your plugin to the mods site here.

If i want to test locally before submitting my plugin what value i have to use in
{pligin_name}_info function...

There are some online tools available to generate guid; can I generate one use that?
I think all the guid does is communicate with the MyBB server so you can see if there's updates in the ACP.

For the guid setting in the function plugin_info() bit, just leave it blank until you submit the plugin.
(2009-01-21, 08:16 PM)MattR Wrote: [ -> ]I think all the guid does is communicate with the MyBB server so you can see if there's updates in the ACP.

For the guid setting in the function plugin_info() bit, just leave it blank until you submit the plugin.

Thank You Sir Smile
Matt is correct, the GUID is generated when you submit your plugin