2010-04-20, 12:46:36
Should the fancyURLs have a trailing slash by default? I am thinking of changing it to do this because of all the discussion around here concerning it.
I am leaning towards 'Yes'.
On another note, Carlos suggested a simple way to create a custom permalink structure for GS. Since every url in GS is now being generated by the find_url() function - this is finally possible. I added the functionality within the gsconfig.php file. For example:
define('GSPERMALINKS', '?id=%slug%');
or
define('GSPERMALINKS', 'subdir/%parent%/%slug%/');
if this define variable is not set, find_url() will function as it always has. Figured this would be a little custom feature that might help someone down the road. What does everyone think?
I am leaning towards 'Yes'.
On another note, Carlos suggested a simple way to create a custom permalink structure for GS. Since every url in GS is now being generated by the find_url() function - this is finally possible. I added the functionality within the gsconfig.php file. For example:
define('GSPERMALINKS', '?id=%slug%');
or
define('GSPERMALINKS', 'subdir/%parent%/%slug%/');
if this define variable is not set, find_url() will function as it always has. Figured this would be a little custom feature that might help someone down the road. What does everyone think?