I need some help with the following:
I have a website running on Wordpress. When the user hits the buy button (Paypal, stripe etc) and the payment is confirmed, I want to redirect them to a random page (1 of 10 pages).
I don't know how to resolve this, and one of my concerns is that people will be able to share the links that they are redirected to after the payment is successful. How do I prevent this from happening?
Appreciate all the help I can get!
You have two problems, restricting access to pages and redirecting to a random page.
For restricting access to pages, some kind of authentication is needed, such as membership software that gives them a login username/password to be able to access that page. There are many plugins available for Wordpress that will give membership access after taking a payment.
For redirecting to a random page you will likely need to write your own custom solution, and do it as a server-side PHP plugin if you don't want the random URLs you are redirecting to be visible.
Related
I am looking to find a way for customers to log in to their customer account hosted at an external site but to be able to sign up and log in from our customer WordPress website.
e.g. Tom signs into his account using a login box at www.abc123.co.uk
He is then redirected to his customer account panel hosted at www.def456.co.uk
I need customers to be able to do this, as opposed to logging into WordPress site and being taken to a page within the WordPress site.
Is it possible using SSO maybe? I hope someone can help me with solid advice on this.
Many thanks,
Richard.
You can use Login redirect plugin for custom redirect after login.
you can download from: https://wordpress.org/plugins/woo-login-redirect/
i'm a beginner and I'm trying to set a login page on my website build in wordpress. Searching on google I don't find a solution for my issue. There are a lot of plugins that customize the login page in wp-admin to acces at the backend. What I'm trying to do is different. I'd like to put a login page at my website www.example.com (home page) and after the user has insered the credentials, he can see everything on the website. I don't know how to start. Every suggests are appreciate. Thank you in advance
If you're ok with using WP users table and auth systems you could put template content inside a conditional to check if users are logged in.
It isn't elegant but it would get you what you want.
I am trying to make a wordpress site which will allow users to register by themselves and log into the site and have a profile. IS there such a plugin that will allow me to incorporate this into my site? I have looked around and being that I have very little experience with making sites/wordpress I have decided to ask some experts.
I know with wordpress you get a "blog" sort of site, but i'm hoping that if the plug-in i'm looking for exists then I can make my site to look different. The reason I am asking for each individual member to have their own "profile page/ private page" is because I want to be able to upload data to their specific pages and they should be able to see the data without seeing others'.
Thanks for any and all help you can provide me.
If I can't find a suitable solution, I will try to build a site with joomla, I had gone with wordpress because I had heard that it was easier to use.
Yeah, There is one plugin to do all these in wordpress. Plugin name: Profile Builder - front-end user registration, login and edit profile
plugin Link: http://wordpress.org/plugins/profile-builder/
Yeah, There is one plugin to do with all the things which you want. Plugin Name : "Theme My Login"
Plugin Features :
Your registration, log in, and password recovery pages will all match
the rest of your website
Includes a customizable widget to login anywhere from your blog
Redirect users upon log in and log out based upon their role
Show gravatar to users who are logged in.
Assign custom links to users who are logged in based on their role
Customize user emails for registration and/or password recovery
Send user emails in HTML format
Allow users to set their own password upon registration
Require users to be approved or confirm e-mail address upon
registration
Theme user profiles
Please refer the following Location :
Theme My Login
I did a login form with this link http://wplift.com/how-to-create-a-custom-login-page-for-your-wordpress-theme
When I login it redirects to the page of the profile, but I wanted to stay on the same page with a user's session! Is it possible?
I have knowledge in PHP, but it is the first time I am using wordpress and I'm not used to.
There are a couple of good login redirect plugins that can be set to return users (based on role, for example) back to the referral page, or to a predetermined page, instead of to the dashboard.
Here's one I've used a few times, it's got some great options
http://wordpress.org/extend/plugins/peters-login-redirect/
I have an ASP.Net 3.5 web site with forms authentication enabled. Is it possible to have Googlebot crawl my web site without getting prompted for a username/password?
Google claims that is not wont to index page and show them on the users as available that are not, because actually they request user name and password.
It can give the option only to crawl the protect page by the AdSense so he can know what advertize to show on them
https://www.google.com/adsense/support/bin/answer.py?answer=37081
Other solutions that check if is bot or coming from google bot computers are not safe because they can easy spoof by the users, and also may fail to show a preview or a cache of the page.
So you need to think your site structures, what is very important and what is not, to show some part of the pages, hide some other if the user is not register, and that way google have something to index even if its not loged in.
Here is an article:
http://www.guruofsearch.com/google-access-password-protected-site
It would be interesting to see if a google sitemap would result in pages showing up in google - but I doubt that would work either, as the pages would likely need to be crawled anyway.
And some other interesting comments here:
http://forums.searchenginewatch.com/showthread.php?t=8221