MyBB Community Forums

Full Version: How do I get rid of these..?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

How di I get rid of these xtra spaces in the modify/delete section in the templates area!
(see screenshot below)

Or are they for custom templates you can make?
this is a bug, and if I remember correctly, has a tool in gold to remove these without having to go into phpMyAdmin.
k776 is correct. However there is no tool to remove them, it is done automatically.

If you wish to remove them, you can upload the following php file to your server:
<?php
require "./global.php";
$db->query("DELETE FROM ".TABLE_PREFIX."templates WHERE title=''");
echo "Blank named templates have been deleted.";
?>

Place it in your forums or your admin directory (it will run in either).

Chris
Okay thanks guys! Can't wait for Gold as I see you guys saying this feature is added to it etc. So hopefull Gold will be bug free!
No program is completely free of bugs. We'll always have issues with different setup's of servers, small coding problems, and other things.
~throws in a can of bug killer for good luck~ Smile