I'm new to wagtail. I followed "Get started" in the documentation. After changing home/models.py the documentation is: "You can now edit the homepage within the Wagtail admin area (go to Explorer, Homepage, then Edit) to see the new body field. Enter some text into the body field, and publish the page." There is no button to publish the page. I can save the page, and i can have a preview.
I found in the documentation that new pages should be moderated As an admin I should see them in the dashboard pages.
But there is not such a list.
The 'Publish' and 'Submit for moderation' options appear in the expanding menu alongside 'Save draft':
Related
I have a Joomla website here and when you click on an article from the homepage it stills displays all of the home page modules. I went thru the settings for each module, and it is set to display only on the home menu page. I go to the menu setting that the articles are under and the settings stated the modules are published but not displayed. Any help would be appreciated!
I discovered the issue was due to a category error. The category is supposed to auto create a page for itself, however, it did not happen for whatever reason. So I had to delete the category and then make the category again and everything was fine. The reason the home page modules were appearing on articles is because that's the default behavior of Joomla when it can not find a specific page.
We are using the wagtailuserbar templatetag on our site and it works fine for published pages. We get the "Edit this page" and "View in admin" options etc.
The documentation says that wagtailuserbar can also be used by moderators to approve/reject drafts but I can't get this work.
Quote from the documentation:
Moderators are also given the ability to accept or reject a page being previewed as part of content moderation.
This screenshot shows the admin website with a page that has been submitted for moderation:
Clicking the preview link opens a new tab but the wagtail userbar is not visible.
If one instead uses the View Draft feature in the page explorer then again, new tab but no userbar.
Looking at the source code here these lines seem to remove the userbar for any preview view:
# Don't render if this is a preview. Since some routes can render the userbar without going through Page.serve(),
# request.is_preview might not be defined.
if getattr(request, 'is_preview', False):
return ''
My question is:
How can I use the wagtail userbar to approve or reject previews of pages submitted for moderation? The documentation suggests this is possible but experience and my understanding of the code suggests not.
It's a feature I'd really love to use.
Thanks for any help.
Thanks for this very clear description of the problem. I think this is a bug, which I've raised here:
https://github.com/wagtail/wagtail/issues/6008
I have an issue with DotNetNuke where only the admin can see a new page I've added in the main navigation (the page appears in sidebar for all users)
After creating a new page with DotNetNuke, I can manually browse to the page, and all links to it work however it is only visible in the navigation menu when I'm logged in as administrator.
Manually going to the page works fine when not logged in. Include in Menu? is checked (and been toggled) and I've tried all variations of permissions I can think of (which apart from the navigation issue work exactly as I would expect).
I hope this is the correct format I'm still relatively new!
Sounds like you have the page settings set to admin only for view... navigate to the page click on pages>page settings. click on the permissions tab and make sure inherit page settings from parent page is unchecked. Then next to All Users, Registered Users, Subscriber,
Translator (en-US), Unauthenticated Users and Unverified Users make sure there is a green check mark in the view section. Then make sure that page is disabled in advanced settings is unchecked and include in menu in page settings is checked.... Hope this helps... If not try making a new page and copy all the modules from the old one and see if that works
I have created a menu item "Contact us" in Joomla and its type is "single article". But when I click on this menu item in frontend, it doesn't show article content. Instead, it redirects me to the "Contact us.html" file, and the error page not found is shown.
When I access the article using name and id (through the link), it works properly.
What do I have to do in my template so the user could be redirected properly to the article?
Thanks.
Joomla!™ 3.1.4 had security bugs and you should upgrade asap to 3.1.5 which is at this time the most recent version.
Then, check if your problem is still present and post here.
I am novice programmer to Dot net nuke.
Login as Admin:
1) I add a page in Home -- Department. Department page have on Text/HTML module which have some lines ie (Welcome to DNN.)
2) Now click on Home page then add this page (Control Panel --> Add existing module) to Home Page.
3) Now as we can modifying data of Department Page, either from Home page or from Home--> Department page, which will be reflecting on both pages.
4) We want that modify option (Edit Text) must be available with Home --> Department page only. There must not be no editing option at Home page to edit Department page.
How to do that?
I am using Sql Server 2008/DotNetNuke_Community_04.09.05_Source / ISS V5.1/ VS2008.
This isn't really possible in DNN, if you have the ability to EDIT a page, then you have the ability to edit any MODULE on that page, including modules that are copied from other pages.
You could remove the ability for the person to EDIT the homepage, and then only give them the ability to edit certain MODULES on the homepage instead.
FYI DotNetNuke is spelled without any spaces, and is actually now just DNN or DNNPlatform