WordPress.org

Ελληνικά

  • Θέματα
  • Πρόσθετα
  • Νέα
  • Υποστήριξη
  • Σχετικά
  • Ελληνική κοινότητα
  • Εκδηλώσεις
  • Openverse
  • Κατάλογος μοτίβων
  • Λήψη WordPress
Λήψη WordPress
WordPress.org

Plugin Directory

WP Frontend Profile

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

WP Frontend Profile

Από Glowlogix
Λήψη
  • Λεπτομέρειες
  • Κριτικές
  • Εγκατάσταση
  • Ανάπτυξη
Υποστήριξη

Περιγραφή

WP Frontend Profile gives you the ability to add a extensible user profile section to the frontend of your WordPress website. By default the plugin adds two tabs to the frontend profile. One of these tabs, titled profile, allows a user to edit their user data including email, first and last names, URL and bio (description). The password tab allows a user to change their password for the site.

Plugin Extensibility

As the frontend profile is rendered with tabs you can easily add your own tabs with your own fields to store user meta data. Tabs and fields are added through filters and all the saving of the data is taken care of for you.

You can add the following field types:

  • WYSIWYG
  • Select
  • Multi Select
  • Radio
  • Text Area
  • Checkbox
  • Password
  • Email
  • Text

See FAQs for how to add our own fields and tabs.

Profile Output

To output the frontend profile feature you can use the following shortcodes in editor:

  • Profile page [wpfep-profile]
  • Edit profile [wpfep]
  • Register page [wpfep-register]
  • Login page [wpfep-login]

Features

  • Added Login Widget
  • Addon for Mailchimp
  • Added Content Restriction feature for paid members.

Στιγμιότυπα

  • WP frontend profile edit page.
  • WP frontend profile register page.
  • WP frontend profile login page.
  • WP frontend profile setting area.
  • WP frontend profile tool area.
  • WP frontend profile system status area.

Μπλοκς

Αυτό το πρόσθετο παρέχει 1 μπλοκ.

  • Frontend Profile

Εγκατάσταση

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

After having installed the plugin:
1. Create a new Page “Profile” for profile and insert shortcode [wpfep-profile]
2. Create a new Page “Edit Profile” for editing profile and insert shortcode [wpfep]
3. Create a new Page “Login” for login form and insert shortcode [wpfep-login]
4. Create a new Page “Register” for registration form and insert shortcode [wpfep-register]
5. Set the Edit Page option from Pages tab on settings page.

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

For more information and more extensive documentation about this plugin checkout the WP Frontend Profile Wiki on Github.

How do I add my own tab to the profile output?

Tabs can be added using the wpfep_tabs filter provided. Below is an example of how to add a tab after the default Profile and Password tabs.

<?php
function wpmark_add_tab( $tabs ) {

    /* add our tab to the tabs array */
    $tabs[] = array(
        'id' => 'wpmark_tab',
        'label' => 'Testing',
        'tab_class' => 'testing-tab',
        'content_class' => 'testing-content',
    );

    /* return all the tabs */
    return $tabs;

}

add_filter( 'wpfep_tabs', 'wpmark_add_tab', 30 );
?>

Note here the priority of 30 which means after the Profile tab (10) and the Password tab (20).

How do I add fields to a tab?

Fields can be added to a tab using a dynamic filter named wpfep_fields_$tab_id. The tab ID is the id of tab as declared when adding the tab (see FAQ above). This means that you can add fields to any tab even the default tabs. Below is an example of how you would add fields to a tab with the ID of wpmark_tab:

<?php
function wpmark_add_tab_fields( $fields ) {

    $fields[] = array(
        'id' => 'testing_field',
        'label' => 'Testing',
        'desc' => 'Just testing.',
        'type' => 'text',
        'classes' => 'testing',
    );

    return $fields;

}

add_filter( 'wpfep_fields_wpmark_tab', 'wpmark_add_tab_fields', 10 );
?>

Are there any field IDs I cannot use?

Yes there are two field IDs reserved which are user_email and user_url. This is because you should not save new meta data with these keys are they already exist, but not in the user_meta table.

Κριτικές

AIO admin pack

Hossein 7 Ιουλίου 2023
Hi,Thanks for creating this good and super useful plugin.

Suggestion

Hermann Matthias 2 Ιουνίου 2022
Basicly a vey good idea, but it should have options to choose: – yes/no LOGIN page – yes/no REGISTER page – yes/no those 2 PROFILE PAGES in many cases the user has already a special styled login or register page, the profile form ist not really fitting, but that we can ajust with the editor and nice regards from the Philipines

Good Plugin

sorenaphysio 20 Δεκεμβρίου 2021
Simple and Easy to use with many options

Works but have some feedback here…

Liang 27 Νοεμβρίου 2021 1 απάντηση
The newest version causes some conflict with my website and I have to use the 0.2.2 version. Overall, I do recommend the author, developer focus on improving the “frontend user editing” instead of the “login page”. The “frontend user editing” is the thing we only needed. Thanks for developing such an awesome plugin.

Not good enough

Claudio 24 Νοεμβρίου 2021
There is no form customization. Apparently there is no way to user upload a picture for their own profile. It would be good if the pages created by the plugin could be shown under the user profile picture as a user menu. I hope I am helping to increase the plugin capability.

I love it

SVPelakova 3 Σεπτεμβρίου 2016 1 απάντηση
Hello from France, This plugin perfectly matches my expectations! Thank you for your work. 🙂
Ανάγνωση όλων των 8 κριτικών

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

“WP Frontend Profile” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές
  • Glowlogix
  • Mark Wilkinson

Μεταφράστε το “WP Frontend Profile” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

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

For the plugin’s changelog, please see the changelog page on GitHub.

Μεταστοιχεία

  • Version 1.3.8
  • Τελευταία ενημέρωση: πριν από 8 μήνες
  • Ενεργές εγκαταστάσεις: 200+
  • Έκδοση WordPress: 4.0.1 ή νεότερη
  • Δοκιμασμένο μέχρι: 6.7.2
  • Έκδοση PHP: 5.2.17 ή νεότερη
  • Language
    English (US)
  • Ετικέτες:
    loginprofileregisteruser metausers
  • Σύνθετη Προβολή

Αξιολογήσεις

4.3 out of 5 stars.
  • 5 5-star reviews 5 stars 5
  • 1 4-star review 4 stars 1
  • 1 3-star review 3 stars 1
  • 1 2-star review 2 stars 1
  • 0 1-star reviews 1 star 0

Προσθήκη της κριτικής μου

Δείτε όλες τις κριτικές

Συντελεστές

  • Glowlogix
  • Mark Wilkinson

Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

Φόρουμ υποστήριξης

Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

Κάντε δωρεά σε αυτό το πρόσθετο

  • Σχετικά
  • Ειδήσεις
  • Φιλοξενία
  • Απόρρητο
  • Βιτρίνα
  • Θέματα
  • Πρόσθετα
  • Μοτίβα
  • Μάθετε
  • Υποστήριξη
  • Προγραμματιστές
  • WordPress.TV
  • Συμμετέχετε
  • Εκδηλώσεις
  • Δωρίστε
  • Πέντε για το Μέλλον
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Ελληνικά

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Επισκεφθείτε τον λογαριασμό μας στο Mastodon
  • Visit our Threads account
  • Επισκεφτείτε τη σελίδα μας στο Facebook
  • Επισκεφθείτε τον λογαριασμό μας Instagram
  • Επισκεφθείτε τον λογαριασμό μας LinkedIn
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Ο κώδικας είναι ποίηση.