MyBB Community Forums

Full Version: [F] Theme exporting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I made a theme and changed a lot of templates. Then i go to admin cp and i try to download theme. Theme's xml file downloaded successfully. But when i open xml file with Dreamweaver:
[attachment=10137]

So when i want to import theme again:
[attachment=10142]

I using 1.4 final version. When i using 1.4 beta version, themes was exporting and importing successfully.

Is this a bug?
Yes, i looked that thread and changed file.

Edit: But didn't fix.
confirmed here..
I tried Chris solution but it's didn't fix it.
it's seems that the file wasn't full downloaded I see this at the last line of the file
<script type="text/javascript">
<!--
	var go_text = "{$lang->inline_go}";
	var inlineType = "search";
	var inlineId = '{$sid}';
// -->
</script>
<
yap I can confirm this bug also

Last line of my exported theme look like this
</div>]]></template
Hi,

The attached version of admin/modules/style/themes.php, if uploaded to your forum should correct the problem - it is due to the length being incorrectly calculated and browsers trimming the end off the file.
Thanks for the fix.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
thanks Chris fixed here..
my one is still not fixed can someone help
Pages: 1 2