Difference between revisions of "Extensions:Affiliates"
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Affiliates|desc=Create an affiliate table to 'link' up your site with others.|auth=Preimpression|status=Testing|github={{Github|user=preimpression|branch=affiliates}}|migration=yes|package=no}} |
− | + | ||
+ | '''This extension was built using Modified Main.''' | ||
+ | |||
+ | Just like affiliates in old forums (and somewhat like affiliates in Deviantart), set up affiliates between your site and others! This extension, once enabled, allows guests and users alike to submit applications to affiliate with your site. Admins can approve affiliate requests and even set some as Featured (also known as Sister Sites). | ||
+ | |||
== Installation == | == Installation == | ||
− | < | + | |
+ | * Pull the affiliates branch and merge it into your main branch | ||
+ | * Run <pre>php artisan migrate</pre> | ||
+ | * Run <pre>php artisan add-site-settings</pre> | ||
+ | |||
== Configuration == | == Configuration == | ||
− | + | ||
+ | You will need to enable affiliate requests in the Site Settings page. | ||
+ | |||
+ | You can set the Default Site Affiliate Image (used if the site you're affiliating with doesn't have an image for whatever reason) and your own site affiliate image in the Site Images page. | ||
+ | |||
== Usage == | == Usage == | ||
− | + | ||
+ | Displays on the dashboard and logged-out-page. Featured affiliates always show while regular affiliates will randomize based on refresh. They should never repeat and featured sites shouldn't be included in the randomized affiliates. | ||
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | + | ||
+ | No known bugs currently. | ||
+ | |||
== See Also == | == See Also == | ||
− | |||
+ | Discord: Uri#2154 |
Revision as of 17:45, 8 November 2020
Description | Create an affiliate table to 'link' up your site with others. |
---|---|
Author(s) | Preimpression |
Status | Testing |
Github | affiliates |
LK Version | Unspecified |
Contains a Migration | |
This extension was built using Modified Main.
Just like affiliates in old forums (and somewhat like affiliates in Deviantart), set up affiliates between your site and others! This extension, once enabled, allows guests and users alike to submit applications to affiliate with your site. Admins can approve affiliate requests and even set some as Featured (also known as Sister Sites).
Installation
- Pull the affiliates branch and merge it into your main branch
- Run
php artisan migrate
- Run
php artisan add-site-settings
Configuration
You will need to enable affiliate requests in the Site Settings page.
You can set the Default Site Affiliate Image (used if the site you're affiliating with doesn't have an image for whatever reason) and your own site affiliate image in the Site Images page.
Usage
Displays on the dashboard and logged-out-page. Featured affiliates always show while regular affiliates will randomize based on refresh. They should never repeat and featured sites shouldn't be included in the randomized affiliates.
Troubleshooting
No known bugs currently.
See Also
Discord: Uri#2154