I have a small landing page site hosted in the Kademi platform, with pages managed using the blogs app. I need to allow public users (ie not logged in) to post comments on that page, and to display comments.
But currently its disallowing posts from anonymous users.
There is a checkbox in setting panel of "Forums, topics and questions" app which allows anonymous users can comment on a blog. You can find this app in Application list of your instance (by click Application menu item under Website Manager in left menu) or in Apps tab in your website configuration screen.
Cheers,
Duc
Related
I am researching ServiceNow, I know next to nothing about it. Funny how the most obvious questions seem to be the hardest to Google. My specific question is about applications.
ServiceNow runs as SaaS, correct? So, if I build a ServiceNow application, for a user to access that application, they would open the ServiceNow platform in their browser, then they would have a menu of applications they could launch, correct?
Is it possible to host a ServiceNow application on a specific page, or on a website, or embed it in a SharePoint page, so I can give out a URL for a user to run the application? Or do they always have to navigate through the ServiceNow portal to run my application?
I know this sounds like a dumb question. But everything I have read assumes you already know this information, so a dumb, obvious question it has to be.
ServiceNow assumes that it is managing the entire window (or tab). You might be able to get something to work using HTML frames, but there is a good chance it would break with a future ServiceNow upgrade.
On the other hand, it possible to redirect a user into a specific ServiceNow page by constructing the appropriate URL. If the user does not already have an active session cookie then ServiceNow will prompt them to authenticate. You can redirect to a specific Service Portal page, or a specific catalog item or a specific record. You can redirect to a ServiceNow Dashboard. If you want to show a list of records, you can dynamically build a query. You can redirect into Agent Workspace or the classic platform UI. If directing into the classic platform UI you can show or hide the ServiceNow navigation menu based on whether or not your URL contains nav_to.do?.
There is a bit of an introduction on this page, although it really only scratches the surface:
https://docs.servicenow.com/bundle/sandiego-platform-user-interface/page/use/navigation/reference/r_NavigatingByURLExamples.html
If you want to drive ServiceNow from a web site or from SharePoint, then you just need to construct the right URL which will open ServiceNow in a new browser tab.
sorry if this is a very stupid question, I'm really new to Genexus I'm following the online course.
I have a small web application with GAM, I cant find the way to active the option for users to create their own accounts in the login page, is this an option or should I create my own web panel?
Thanks.
There's an object called GAMHome, that's where you need to login to create Roles, Users, logins, etc.
Just Run it from the Main Programs category node at the Folder View panel
I've got a windows phone 8/8.1 app which contains a page with an embedded web browser on it. I build a list of articles extracting information from the website and all of this works fine but note that I only use this web browser to display an article when a user has clicked on the item in my list.
The article in question provides a button to allow user to leave comments via twitter. At the bottom of each article there is a "Twitter Log in" button. When I click on it, it brings me to the authorizing page and it displays the news website as the app I want to authorize.
After entering my twitter credential and clicking on the "Authorize App", I get the following error:
Exception of type 'Microsoft.Phone.Controls.WebBrowserNavigationException' was thrown.
Then a Twitter webpage gets displayed display the following:
There is no request token for this page. That's a special key we need from applications asking you to use your Twitter account. Please go back to the site or application that sent you here and try again. It's probably just a mistake.
It definitely authenticated me as I can see my Twitter account picture but it failed to authorize the app.
I understand that my app is not the original website as it is a wp8/8.1 app but what I'm calling in the web browser is the page that contains all the original code from the news website and therefore you would assume everything would work as if I was calling the website directly from a browser.
If I call the website from the browser that comes with wp8/8.1, it works as expected!! Strangely enough they have the same functionality but using facebook and this works as expected.
I've had a look at html the "twitter authorized page" when called from my phone and when called directly from my web browser on my laptop and while I can clearly see the form contains an hidden field for authenticity_token with a value and a oauth_token with another value, they do differ.
I don't know if they're suppose to be identical but as I said, I don't understand why this wouldn't work as when I display the article in the embedded web browser, you'd assume that everything else that goes on after this would behave as it would in a regular web browser and when this 'authorize app' button is clicked, you'd assume that all values would be passed as normal and the app would get authorized but nope!!
Any suggestions on how I could possible resolve this problem?
Thanks.
I can't really tell what's going on, but it looks like you would have to implement Twitter OAuth. Luckily for you there is already a library that can do that - https://github.com/konradbartecki/TwitterAutherino
I am the author of this library, so let me know if you need some support or non-existent features.
I am not quite a novice yet in Joomla but I am working my way up to that level of expertise!
I have never used Joomla and I have a friend who's asked if I can help with their website.
Basically, they have a members area which registered users can access however, when a registered user logs in, they see the default home page for the website instead of the members home page which they have created specifically for the members.
What is the simplest way to redirect users on login to go to the members home page instead of the default public home page?
They currently have a menu item which is called "Member Login" which is of type "User >> Login" which has an Access level of "Public" - I have set the variable "Login Redirection URL" as follows:
I have also tried configuring the module mod_login by setting the Login Redirection Page as follows:
But neither of these have changed the login behaviour.
The Article I am redirecting to is "Members Home Page" - This page has an Access level of "Registered"
Any help would be wonderful?
Assuming that you are using Joomla 2.5, then there are parameters you can set in the menu item to determine where a user is redirected to on login and logout. You just put the appropriate URL in the field and your done.
From what you are describing, the site is most likely J1.5. The User > Login menu also has the same redirect parameters, so you can still fill those in. However, I would HIGHLY recommend upgrading the site to at least J2.5 before the site gets hacked.
I created a user which is Publisher, then i login to this user, but i don't know how to write/edit Article (in Front-end)
When you're logged in as a publisher you should get an extra icon in the title of the article which allows you to edit it - assuming your template has these icons in.