├── README.md
├── custom_tab_buttons.html
├── netflix_theme.html
├── orgv2_base_theme.html
├── orgv2_base_theme_modalbox.html
├── plex_theme.html
├── plex_theme_buttons_v2.html
└── screen_shots
├── custom_tab_button.png
├── orgv2_base_theme.PNG
├── orgv2_base_theme_popup.PNG
├── orgv2_buttons_plextheme.png
├── orgv2_custom_button_netflix.png
└── plex_theme.PNG
/README.md:
--------------------------------------------------------------------------------
1 | # Org Custom Buttons
2 | Custom buttons for your OrgV2 homepage
3 |
4 | There are 3 separate sets of HTML so far. One is for the base OrgV2 theme and the other 2 are for the Plex theme.
5 | This is based off of bootstrap for more responsive CSS work.
6 |
7 | ## Setup:
8 | 1. Go to the OrgV2 Settings Tab > Tab Editor > Homepage Items > CustomHTML-1 (or CustomHTML-2)
9 | 2. Enable
10 | 3. Paste the code inside the code tab
11 | 4. Save and Refresh the homepage.
12 | 5. PROFIT!!
13 |
14 | OrgV2 Base Theme:
15 | 
16 |
17 | Plex Theme:
18 |
19 | 
20 |
21 | Plex Theme V2:
22 | 
23 |
24 | 
25 |
26 | Netflix Theme:
27 |
28 | 
29 |
30 | Custom Tab Button:
31 |
32 | 
33 |
34 | OrgV2 Base Theme Modal Box:
35 | 
36 |
37 | Original Credits go to **jigahertz/orgv2_custom_buttons**
38 |
--------------------------------------------------------------------------------
/custom_tab_buttons.html:
--------------------------------------------------------------------------------
1 |
16 |
17 |
18 |
28 |
29 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/netflix_theme.html:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
30 |
31 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/orgv2_base_theme.html:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
30 |
31 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/orgv2_base_theme_modalbox.html:
--------------------------------------------------------------------------------
1 |
2 |
21 |
39 |
--------------------------------------------------------------------------------
/plex_theme.html:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
29 |
30 |
31 |
32 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/plex_theme_buttons_v2.html:
--------------------------------------------------------------------------------
1 |
5 |
54 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/screen_shots/custom_tab_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/custom_tab_button.png
--------------------------------------------------------------------------------
/screen_shots/orgv2_base_theme.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_base_theme.PNG
--------------------------------------------------------------------------------
/screen_shots/orgv2_base_theme_popup.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_base_theme_popup.PNG
--------------------------------------------------------------------------------
/screen_shots/orgv2_buttons_plextheme.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_buttons_plextheme.png
--------------------------------------------------------------------------------
/screen_shots/orgv2_custom_button_netflix.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_custom_button_netflix.png
--------------------------------------------------------------------------------
/screen_shots/plex_theme.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/plex_theme.PNG
--------------------------------------------------------------------------------