How do I use underscore between file names instead of hyphen
Page 1 of 1 [ 3 posts ]
Author
Message
Outlier
Post subject: How do I use underscore between file names instead of hyphen
Posted: Wed Jan 27, 2010 9:51 pm
Tenderfoot
Posts: 8
Online
When generating the link directory, how can I alter the code so that an underscore "_" appears between words rather than the default hyphen "-"?
For the particular directory I'm placing the link directory files, my software requires underscores between file names and won't recognize hyphens in the file name.
For example, if I create a category called 'miscellaneous', the generated file name and links to it is called 'resources-miscellaneous.php' but I would need the generated file to be named 'resources_miscellaneous.php'. Likewise if I create a category called 'office supplies', Link Assistant generates a file called 'resources-office-supplies.php' but I would require the name to be called 'resources_office_supples.php'