Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Blog content user perspective #65

Open
andreesg opened this issue Jul 8, 2014 · 3 comments
Open

Blog content user perspective #65

andreesg opened this issue Jul 8, 2014 · 3 comments

Comments

@andreesg
Copy link

andreesg commented Jul 8, 2014

Hi guys,

I'm working quite intensively with Django-CMS and I'm impressed with aldryn-blog. I have a suggestion and I hope you find it useful.

From the user point of view, isn't it better to add a post by doing this simple steps:
Blog -> Add blog post -> Insert Lead-in and also Blog content, fill the rest of the fields and you are done!
And then just edit, if you need, in the front-end.

The body could be a HTMLField in the Post model and then render_model in the details template, or put TextPlugin inside the content placeholder in order to be able to add more features, but the point is: you will be able to have your post ready in just three steps :)

Cheers

@tiuma
Copy link

tiuma commented Jul 15, 2014

Hi, I share the same opinion as andreesg. Will be really useful from user's point of view.

@bastiW
Copy link

bastiW commented Aug 25, 2014

I totally agree.

There are some others who had problems adding content.
#53

@qris
Copy link

qris commented Aug 26, 2014

I agree. I totally cannot add content in the first place! The manual says:

  1. Navigate to the blog post view (not the list view);

But where is that? I can't find any page which gives me the ability to create content in structure view. There doesn't seem to be a {% placeholder aldryn_blog_post_content }% in any of the templates supplied with Aldryn, so I can't see how this is supposed to work.

Update: I found that my template adaptor wasn't creating a block with the right name, so the content of Aldryn templates was never being added to my pages, and I only ever saw the base page from Django-CMS, not the app pages. So not a bug. I still support creating the content via the admin though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants