How to setup a Webmail inside Wordpress - wordpress

i am trying to setup a webmail login page into wordpress nevertheless i havent found a way to do it, i've admit i'm wordpress rookie so i might be thinking things wrong, do you have any advice how to proceed?
Is there any plugin that enables a webmail login?

I'm afraid that the easiest way to do this would be to write your own plugin. It's very easy to make a plugin that adds an optiosn page and then edit the options page to reflect the webmail login.
http://codex.wordpress.org/Writing_a_Plugin

Something like this?
http://www.matrich.net/wordpress-plugins/wp-cpanel-email-login-plugin.htm

Related

Is there a way to create custom URLs in WordPress for each client

I'm trying to create a site for a client who want's to use the WP Workscout theme. He want's a client portal that's able to do 2 things;
The clients logo and basic chosen style in their portal area
A url for the client for example clientname.companyname.com
I could do this quite simply with a custom site but I'm not sure about WordPress. Is it possible? If so, how?
Any help would be greatly appreciated
You might want to consider building a WordPress multisite. Sounds like it might be what you're looking for.
It will allow you to have some different styling for each site in the network, and you can set up each site on different subdomains.
https://wordpress.org/support/article/create-a-network/
https://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/

WordPress Security and Possible Hacking

I'm new to WordPress and I've just found an email saying I have a new user, and sure as chips there was a new subscriber, even though I had not been asked to allow it.
Is this normal or was my site hacked?
It's normal. Anyone can register on your WordPress site. But if you don't want any subscribers, then you could disable Sign up function. And for security, you should install plugins like jetpack.
This seems to be normal. Is your website live? And you have any 'subscribe now' option? It seems someone came to your website and subscribed to it!
It's not hacked for sure!

Custom Login and Registration for new WordPress users

I'm fairly new at WordPress, therefore hopefully someone will find it easy enough to share a few minutes of their time assisting me. Basically, I was trying to implement custom registration into my new WordPress install. After struggling for a while, I came by the BuddyPress plugin, which seems to be absolutely amazing, except for one thing - while the registration works perfectly well, in order to login you apparently either need to have a wordpress account (there's the wordpress logo, etc). Would there be any hints on what actions could I take now ?
You could use WordPress with both the BuddyPress and Theme My Login plugins. This would let you completely customise the login and registration pages of WordPress.
This IMHO is the classic online tutorial for customised login/register/password retrieval for Wordpress.
http://digwp.com/2010/12/login-register-password-code/

Wordpress & Secure Forms

Question on which way to take this project. Im creating a site that is in its simplest, a form that people can submit ideas. I want to have it post automatically to a home page.
Questions is, what is the best software out there to do this? Was thinking wordpress just because I know some php and how I could do it quickly.
Its almost similar to stackoverflow in that you ask a question, add tags to it, etc.
Any ideas?
getsatisfaction.com is a service that allows users to submit ideas or help requests.

Good wordpress sitewide message system plugin

I need a plugin for wordpress that will allow people to put a message at the top of the site that may state things like upcomming events or notifications of outages of our server..etc...etc..
Anyone know of a plugin that can do this?
All the one's I've found like WP Announcement and Announcer don't seem to handle this very well. I cannot have the modal popup either.
I would suggest a roll your own version. Using a plugin framework, like PodsCMS can help with this and even make it manageable with custom admin menus. This combined with the Adminimize plugin can even help with restricting access to this feature on a user role basis.

Resources