MyBB Community Forums

Full Version: Remove commas inbetween child boards
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you remove the commas in-between sub (child) boards?
Anyone know this one?
In ./inc/functions_forumlist.php, find:
					// Fetch the template and append it to the list
					eval("\$forum_list .= \"".$templates->get("forumbit_depth3", 1, 0)."\";");
					$comma = $lang->comma;

Replace with:
					// Fetch the template and append it to the list
					eval("\$forum_list .= \"".$templates->get("forumbit_depth3", 1, 0)."\";");
					// $comma = $lang->comma;
Thanks a bunch!

Hmm, would be nice if when you click on the "Mark as Best Answer" button it asks you if you would like to change the topic to "Solved" as well.