2011-05-26, 22:07:40
Thanks for this plugin mvlcek. One small fix I had to make: your regular expression doesn't match hyphens within component names (only underscores). The default behaviour of Get Simple is to replace spaces in component titles with hyphens, so it'll be quite a common character to appear.
Just changing [a-zA-Z0-9_] on line 42 in dynpages.php to [a-zA-Z0-9_-] did the trick.
Thanks,
Sam
Just changing [a-zA-Z0-9_] on line 42 in dynpages.php to [a-zA-Z0-9_-] did the trick.
Thanks,
Sam