Download the PHP package bright-cloud-studio/add-user-fields without Composer
On this page you can find all versions of the php package bright-cloud-studio/add-user-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bright-cloud-studio/add-user-fields
More information about bright-cloud-studio/add-user-fields
Files in bright-cloud-studio/add-user-fields
Download bright-cloud-studio/add-user-fields
More information about bright-cloud-studio/add-user-fields
Files in bright-cloud-studio/add-user-fields
Vendor bright-cloud-studio
Package add-user-fields
Short Description Adds two custom user fields, image and bio, so they can be displayed on News posts and elsewhere
License LGPL-3.0-or-later
Homepage http://brightcloudstudio.com/
Package add-user-fields
Short Description Adds two custom user fields, image and bio, so they can be displayed on News posts and elsewhere
License LGPL-3.0-or-later
Homepage http://brightcloudstudio.com/
Please rate this library. Is it a good library?
Informations about the package add-user-fields
Bright Cloud Studio's Add User Fields
Adds two custom user fields, "User Image" and "User Bio", which can be added to templates using custom tags. Add into news templates with a dynamic id to display an author's image and bio on posts or put in a static id to display a specific user's image and/or bio anywhere you'd like.
- On the "Edit User" page is a new section containing our two custom fields.
- On any template, for this example I'm using "news_full.html5", add the custom tags "{{user_image::id}}" and "{{user_bio::id}}" to display them, making sure to replace id with the User's id.
For this example we wanted to add an author's image and bio to news posts so $author_id is obtained using \NewsModel::findByAlias but you can use them anywhere as long as you add a valid user id
- Can be styled using the "user_image" and "user_bio" class and id.
All versions of add-user-fields with dependencies
PHP Build Version
Package Version
The package bright-cloud-studio/add-user-fields contains the following files
Loading the files please wait ....