Does anyone know of a CMS that allows user registration without requiring an email?
I know Reddit allows users to register without requiring an email but their system is overkill for what I want to do.
Does anyone have any suggestions?
Thanks in advance.
Just found this:
Joomla - How To Disable Registration Email [solved] - Zymic Webmaster Forums
Hope it helps.
Related
I want to get the user e-mail when the user clicks a link on a newsletter sent to that user.
Can somebody give any advice on how to achieve that.
Thanks in advance
A simple way to do this is to use UTM code out of Google Analytics.
Example:
https://placeholder.com/?utm_source=emailprovider&utm_medium=email&utm_campaign=stackoverflowquestion
More information:
https://ga-dev-tools.appspot.com/campaign-url-builder/
https://support.google.com/analytics/answer/1033867?hl=en
https://analytics.google.com/analytics/web/
Good luck.
Edicy.com doesn't support php and I was wondering what html code to add to enable Facebook log-in that doesn't require php.
I'm also wondering if I need to sign up as developer and get an ID in Facebook to be able to use the code.
Thanks in advance for any help!
Follow these steps:
You need to register as a developer here (free of course).
Then create an app from here. And configure the appropriate settings.
This will get you an app id, which is used in the code
Without PHP, yes of course, integrating the javascript sdk is too simple.
Integrate the facebook login from here - trust me too simple!
Rest, if you find any difficulty you'll find its solution here in stack!
I hope that helps. Good luck!
First off, I am presuming this is possible please correct me if I am wrong.
I have a simple login / registration system on my site now, however decided to delete this when installing PunBB discussion board. I prefer PunBB's login to my own so I was wondering whether it is possible to make login to the site only achievable through PunBB. Is their an extension for this? Or do you know of any useful sources that will help me implement this? Thank you in advance.
Undoubtedly, PunBB uses some kind of cookie or hash to determine if a user is logged in or not. Simply use that cookie or hash in your own pages to determine who is logged in when you're not on a PunBB page.
There's probably an include file you can use for that purpose.
Please see this page for information on implementing PunBB functionality into other parts of your website and details of the database schema.
I am pretty new to coldfusion. Can some one please guide me how to create a login using Facebook, Google, Yahoo and hotmail. If some can point out to any tutorials availbale online. That would be great. Thanks in advance.
I'd give this a shot for Facebook:
http://facebooksdk.riaforge.org/
And I would say once you got that working, you'd know quite a bit more about authentication services, and might be able to carve out the others on your own.
Here's one for Google:
http://cfgoogle.riaforge.org/
I don't know of anything good for yahoo or hotmail.
Is there any plungins or api(tutorial) can make user register to each wordpress and facebook/twitter quickly? just a confirm bottom that can write all the register users information into wordpress from facebook/twitter? And write all the register users information into facebook/twitter from wordpress?
Thanks.
THe best, most comprehensive solution I've found is Janrain RPX Engage
http://wordpress.org/extend/plugins/rpx/
There is also
http://wordpress.org/extend/plugins/simple-facebook-connect/
and
http://wordpress.org/extend/plugins/simple-twitter-connect/