Difference between revisions of "Extensions:User Links"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
m (Mercury moved page Extension:User Links to Extensions:User Links) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | This extension adds forms to add social media site usernames to user settings. If a username is added an icon with a link to the users social media page will be added to the user profile |
+ | |||
+ | example: [https://trello-attachments.s3.amazonaws.com/5d24c5e59b42351c1ab56a76/255x185/b18c87c55680e673497172c5a3387319/userlinkaddon.PNG.png user-link-addon]{{Extensioninfobox|title=user-link-addon|desc=adds social media links to user profile/settings|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=lumephobia|branch=user-link-addon}}|migration=yes|package=yes/no}} | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
− | == Installation == | + | ==Installation== |
− | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | + | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->Pull the branch, push, and run <code>php artisan migrate</code>. |
− | == Configuration == | + | ==Configuration== |
− | <!-- Is any configuration necessary? Describe it here! --> | + | <!-- Is any configuration necessary? Describe it here! -->The links uses icons from fontawesome and can be changed in <code>profile.blade.php</code> (recouces/views/user) row 31-42 (starting with<code>@if($user->profile->disc)</code> ). |
− | == Usage == | + | ==Usage== |
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
− | == Troubleshooting == | + | ==Troubleshooting== |
− | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | + | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->Feel free to contact me at discord (lume#2648) |
− | == See Also == | + | ==See Also== |
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Latest revision as of 09:05, 8 November 2020
This extension adds forms to add social media site usernames to user settings. If a username is added an icon with a link to the users social media page will be added to the user profile
example: user-link-addon
Description | adds social media links to user profile/settings |
---|---|
Author(s) | Author(s) |
Status | status (such as WIP, testing, stable) |
Github | user-link-addon |
LK Version | Unspecified |
Contains a Migration | |
Installation
Pull the branch, push, and run php artisan migrate
.
Configuration
The links uses icons from fontawesome and can be changed in profile.blade.php
(recouces/views/user) row 31-42 (starting with@if($user->profile->disc)
).
Usage
Troubleshooting
Feel free to contact me at discord (lume#2648)