Edit following fies (changing “_” to “-“):
ext.tome.php
Line 162:
if($c['cat_description'] == '') $c['cat_description'] = strtolower(preg_replace(array("/(?:^[^a-zA-Z0-9_-]+|[^a-zA-Z0-9_-]+$)/", "/[^a-zA-Z0-9_-]+/"), array("", "_"), $c['cat_name']));change to
if($c['cat_description'] == '') $c['cat_description'] = strtolower(preg_replace(array("/(?:^[^a-zA-Z0-9_-]+|[^a-zA-Z0-9_-]+$)/", "/[^a-zA-Z0-9_-]+/"), array("", "-"), $c['cat_name']));mcp.tome.php
Line 102:
array("", "_"),change to
array("", "-"),pi.static_tome_path.php
Line 77:
array("", "_"),change to
array("", "-"),Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.