Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

BuddyPress Update Email Reminder Lightbox

Περιγραφή

BuddyPress Update Email Reminder Lightbox asks users to confirm their email address if they haven’t logged in for a while.

For example, a user who hasn’t logged into her BuddyPress community in the last 100 days, will receive a lightbox alert asking her to verify that her email address is still correct.

You’ve seen similar functionality on Facebook, gmail, LinkedIn, etc.

This is a community management tool that helps your users to keep their profiles up-to-date.

Usage

  1. In your WordPress dashboard, go to “Settings”->”BuddyPress Update Email Reminder Lightbox Settings”
  2. Set the number of days you want to use for your reminder interval.
  3. Choose your styles for the lightbox.

How do I update the look of the lightbox alert?

To change the look of your pull quotes, you can either use the build-in editor under “Settings”->”BuddyPress Update Email Reminder Lightbox Settings” in your WordPress dashboard, OR update your theme’s css file.

Στιγμιότυπα

  • Front-end default view using TwentyFourteen Theme
  • Backend Settings Page
  • Backend Settings Page with Colorpicker in action

Εγκατάσταση

  1. Either use the built-in WordPress plugin installer to grab the plugin from the WordPress plugin repository, or upload the entire contents of the simple-pull-quote.zip folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Συχνές Ερωτήσεις

Q: Does this plugin work on WordPress Multisite?
A: Yes!

Q: Can I control the message that displays in the lightbox?
A: No. We plan to add this functionality in a future release.

Q: Can I control which profile fields display in the lightbox?
A: No. Only email is supported at present.

Q: How can I easily test the lightbox?
A: Enter a negative number for the interval such as “-1”.

Q: How can I style it more like your example?
A: Enter the following into your css file:

.bp-hidden-lightbox-content-inner, .bp-hidden-lightbox-content-inner a {
    color: #9f2820;
    border: 4px solid #9f2820;
}
.bp-hidden-lightbox-content-inner h1 {
    font-size: 18px;
    font-weight: normal;
}
.bp-hidden-lightbox-content-inner h2 {
    font-size: 18px;
    font-weight: bold;
}

Q: The “Reset” buttons on the plugin settings page reset the color picker to a light blue color?
A: That is a feature that will be improved in a future release.

Q: Does the plugin have a “reset” button for all settings?
A: That is a feature that will be added to a future release.

Questions, Comments, Pizza Recipes?

Look me up on Twitter or contact me here.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“BuddyPress Update Email Reminder Lightbox” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

2.0

  • Initial public release