Giter VIP home page Giter VIP logo

wn-profile-plugin's Introduction

Profile

This plugin allows you to create customized front-end user additional fields such as (but not limited to):

  • Social links (GitHub, Twitter, Facebook, ...)
  • Biography
  • Company
  • Website
  • Born date
  • Timezone
  • ... Many more, the only limits is your imagination

Under development plugin

This plugin is still under active development, please report any issue you meet or submit a PR.

Composer installation

composer require sunlab/wn-profile-plugin

Requirements

This plugin requires the Winter.User Plugin.

Create additional fields

In the backend, navigate to the settings of the plugin, under the Users settings' tab. Here you can add the fields you need, the only required is the name which will correspond to the attribute of the associated User model attributes.

The rest of the fields corresponds to how the field will be displayed in the backend User's form.

Access/update the fields from front-end

Access

The field you've just created is accessible directly from a User model, the same way you would access the name or email attributes of the model:

Name: {{ user.name }}
Email: {{ user.email }}
GitHub: {{ user.github }}
Twitter: {{ user.twitter }}

Front-end Update

Using the Account component of Winter.User, you just need to add a corresponding input in the update.htm partial of the component, all the profile's plugin custom fields is accessible under the user variable:

<input name="twitter"
       type="text"
       value="{{ user.twitter }}"
>

That's all! The plugin already handle the saving process.

wn-profile-plugin's People

Contributors

romainmazb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.