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.
Related
After login to community if user modify the url by writing any random thing on url then we are getting salesforce standard error page. And on that page in header section we can see our community name and user details with dropdown. I want to hide that user details from the standard error page. is there any way to customize that?
Below i am attaching a ss with url and mysetting link highlighted. So how we can disable that my setting link or complete hide that dropdown items.
I tried one thing to unchecked the allow standard salesforce error checkbox from community page setting after going to community workspace. but if i do that then we have a login flow on the community that is failing with this setting. So is there any way to hide this user details?
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'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':
How we can change text and wording of "Terms of Use" and "Privacy Statement" pages in Dot Net Nuke from admin?
Those texts are part of the resources files.
Go to menu "Admin > Languages" and click for edit its content for the site or the host.
Keep on the edition of the "GlobalResources" file.
Search for "MESSAGE_PORTAL_PRIVACY.Text" and "MESSAGE_PORTAL_TERMS.Text" and modify them.
If you modify the system version, a future upgrade of your DNN installation could overwrite your customization.
Host mode will impact all websites on the instance.
Site mode will impact only the current website.
I know this is old, but it might still help someone:
Tested with DNN 08.00.04 there are different methods to get a custom terms page without editing the language files (which feels a bit cumbersome)
To have your own /terms page you just create named "terms" in the navigation root.
DNN will show up your newly created page if you browse yoursite.com/terms
You can also redirect to another page from there (create a "link" page instead of "content" page, this in case you want to call your page AGB and have this in the url (yoursite.com/agb)
If you have https://dnnurlmanagement.codeplex.com/ installed you can simplifiy the steps above with just adding a "custom page URL" 301 redirect rule with "/terms" to any page you want to show up as /terms.
Go to site admin section here Admin -> Language -> edit host -> find your required field "Terms of use" and "Privacy". you can change here or edit it.