Choose User to email when adding a new post?

You would want to add a custom meta box that lists all users on the site. Not sure off the top of my head how you would create one that lists users, but it shouldn’t be too hard. You would then run a hook on wp_insert_post that verifies which users have been checked, and sends … Read more

Specific mail notification [closed]

There is a plugin that (in my opinion) will do just the job for you. It is the “Peter’s Collaboration E-mails”. You can find it in the WordPress plugins repository. From the plugin’s description: “You can create groups of Contributor users and assign different moderators for each group. In other words, different users can be … Read more

Avoid too long words in a post title, post content or comment but only if its not a url

Thank you Milo, “word-break” alone wasn’t enough as it’s css3 only and not cross-browser. But I found this: .bloc_content{ overflow:hidden; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } It seems to to work in all cases I tested. Hopefully it would be cross-browser enough to solve the problem. Not sure … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)