Re: [mezzanine-users] Re: Wordpress import and redirects

2017-05-28 Thread Karim
Hello, I found some time to work on this and I changed the import_wordpress.py (line 75) if entry.wp_post_type == "post": ​​ post = self.add_post(title=entry.title, content=content, ​​ pub_date=pub_date, tags=terms["tag"], ​​ categories=terms["category"], *​

Re: [mezzanine-users] Re: URL field does not show up in Admin when editing a link

2017-05-28 Thread Wim Feijen
Hi all, I ran into the same problem. I find it confusing that we sometimes hide the link, the more so when we have trouble explaining what happened. My proposal is to just show the url all the time, and point out that: "Things might break when you change this. Don't change it unless you know

Re: [mezzanine-users] Re: Wordpress import and redirects

2017-05-28 Thread Stephen McDonald
Not sure about the second issue, but if you can create a PR with your fix for the first issue, that would be great thanks. On Sun, May 28, 2017 at 8:05 PM, Karim wrote: > Hello, I found some time to work on this and I changed the > import_wordpress.py (line 75) > > if