Подскажите, пожалуйста, в чем может быть дело. При публикации статьи не отображается ее содержимое. Отображается только заголовок и сразу идет поле для комментариев. Хотя при редактировании в поле тела статьи содержится большой текст. До этого момента все работало нормально, проблема появилась внезапно, никаких изменений в настройки не вносил. Проблема сохраняется в разных браузерах. Пытался создавать новые выпуски, новые типы статей, разделов. Проблема все равно сохраняется. Работаю с шаблоном The New Custodian. Никаких изменений в шаблон не вносил. Очень надеюсь на вашу помощь. Спасибо.
Post edited by Timur Nazarov at 2013-01-31 09:34:56
My version of newscoop is 4.0.3. I didn't upgrade it, just installed and began to learn it. Yes, there is text in article body. When I quit system, restart everything and then edit article it has all text that I added before. But when I publish article, text is not displayed, only heading and field for comments.
I suppose that this problems began after I made changes in article types. I tried to add different article types, made some experiments by merging them. And then noticed this problem. Later I removed all article types, all issues and even publications. Then I created everything new but problem still remains. Have no idea...
if you were changing field names in article type definitions, then you also need to change templates - for example if your field was called 'body' and now you call it 'full_text', you need to find all appearances of {{ $gimme->article->body }} and change them to {{ $gimme->article->full_text }}.
Or, you could simply revert back to default field names and then just adjust field display names. That way templates don't need to change, yet the person who's submitting content using article type with field 'body' will see whatever you entered as field display name (for example, 'Here you are expected to put the main content of your article', or just 'Full text')
-- Ljuba Rankovic Senior Front End Developer, Sourcefabric ljuba.rankovic@sourcefabric.org