Search the Community
Showing results for tags 'articles'.
-
Hello, several years ago I had moved the _main file from its original location. Now I have put it back where it belongs, and as a result processwire asks me with each template created whether to include the _init and _main files. That's fine. This is the only thing I have done again in the last few weeks with the _main file. Now, however, the "main" file seems to have broken. It seems to have broken the BODY field, the one that contains the article text. ALL MY ARTICLES ARE GONE. THEY ARE NOT VISIBLE ONLINE. THE TEMPLATE APPEARS, BUT NOT THE ACTUAL TEXT. I thought they had been deleted. Then I went to look in the internal panel of each article processwire, with the "edit" button. There the article is still written there, inside the "body" field, but it does NOT COMPARE ONLINE, IN THE FRONT END. IT STILL EXISTS IN THE BACK END. Could someone suggest how to solve it? I created a new text field, and while copying in the old articles, the new text fields do not work either. But they work in other templates. The text field no longer works in the MAIN template. Can anyone help me?
- 4 replies
-
- articles
- field body
-
(and 1 more)
Tagged with:
-
Hello, I love ProcessWire but I want to use it for site with many articles. I think it is not good to manage articles in standard tree in this site. I would like to have special item in admin menu where I would manage some categories and put articles in there but I do not want to display it as a tree, rather like a table with publish date etc. I am a php programmer, so writing module is not a such a big deal for me (but I didn't write one for ProcessWire). Is it hard to write module like this and at the same time preserve killer features in ProcessWire like creating custom field for certain article types etc and preserve PW API?