2013-05-02, 00:33:19
Carlos, will these patches be included in a new release of the blog app.?
Don
Don
(2013-05-02, 00:31:29)dianajo Wrote:(2013-04-22, 03:47:02)Carlos Wrote: Not rewriterule related.
A quick patch for your setup (custom permalink ending in .html, but GS Blog using GS' usual fancy urls):
Edit blog/class/primary/Blog.php, find this:
Code:$url = find_url($blogurl, $data->parent);
Just below, insert this line:
Code:$url = str_replace('.html','/', $url); // Carlos' dirty patch
That worked perfectly! THANK YOU! It is also reassuring to know it has nothing to do with the rewrite rules. :-)