MyBB Hacks

Full Version: [split] Export Global Templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends!
Im looking for a way to export "Global Templates" from ACP. Seperate them from complete database backup is not the number one way.

best regards
Not from the ACP, but you can probably just use phpMyAdmin or some other DB client.
Run the following SQL query:

SQL Code
SELECT * FROM mybb_templates WHERE sid=-1

and export the results as you like.

Thanks for the handy hint ZiNgA BuRgA! Smile
Reference URL's