Skip to content

Commit

Permalink
Merge pull request #8 from WevrLabs-Group/v3
Browse files Browse the repository at this point in the history
Blend Dark Mode V3
  • Loading branch information
WevrLabs authored Nov 30, 2021
2 parents 52e8ce7 + 233a49d commit 6ae041f
Show file tree
Hide file tree
Showing 11 changed files with 656 additions and 303 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store
36 changes: 15 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,32 @@
# WHMCS-Blend-Admin-Theme-Dark-Mode
This file adds dark interface to the Blend admin theme of WHMCS

### Admin Homepage
![Admin Homepage](https://github.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/blob/master/screenshots/Screen%20Shot%202020-05-27%20at%2010.10.40%20AM.png?raw=true)

### Clients' Services Summary
![Clients' Services Summary](https://github.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/blob/master/screenshots/Screen%20Shot%202020-05-28%20at%206.56.20%20AM.png?raw=true)

### Service Management
![Service Management](https://github.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/blob/master/screenshots/281362706_ScreenShot2020-05-27at7_00_39AM.png.52850f5110d46f83b5fa56ff699f6d97.png?raw=true)

### Support Center
![Support Center](https://github.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/blob/master/screenshots/Screen%20Shot%202020-05-29%20at%204.50.33%20PM.png?raw=true)

### Ticket
![Ticket](https://github.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/blob/master/screenshots/Screen%20Shot%202020-05-29%20at%203.59.13%20PM.png?raw=true)

![Homepage](https://raw.githubusercontent.com/WevrLabs-Group/WHMCS-Blend-Admin-Theme-Dark-Mode/master/screenshots/admin-homepage.png)

## Instalation
* Backup your WHMCS install folder first.
* Download the master of this repository as ZIP.
* Upload to your WHMCS root install folder and unzip.
* Download the master of this repository and unzip the contents.
* Upload `darkblend` folder to your WHMCS addons folder: `/yourwhmcspath/modules/addons/`.
* Navigate to `System Settings` > `Addon Modules` and then activate `Blend Dark Mode` addon.
* Refresh the page after activation to see changes.

### upgrading from previous veriosns:
* Go to your `/yourwhmcspath/includes/hooks/` folder and remove the `WHMCSBlendDarkMode.php` file. Without this step, you may experience some style overrides from the old version css file.

## Notes:
* This has been tested on WHMCS v7.9.2
* You can open `/assets/img/logo-dark.psd` to customize the logo to match your own brand if you wish.
* This addon is compatible with WHMCS v8.x versions.

## Change Notes:
- 2.0
- 3.0.0
- Redisgend as addon so installation process is now even more simple.
- Compatibility with WHMCS v8.x.
- 2.0.0
- Installation process has been made more simple now.
- More enhancements to appearance.
- 1.0
- 1.0.0
- Initial release.

## Credits:
* Mohamed S. ([WevrLabs](https://wevrlabs.net))
* brian! ([WHMCS Community](https://whmcs.community/profile/210329-brian/))
* Daniel M. Reck ([forzandoArts](https://forzando.art/digital))
Binary file removed assets/img/logo-dark.gif
Binary file not shown.
Binary file removed assets/img/logo-dark.psd
Binary file not shown.
Loading

0 comments on commit 6ae041f

Please sign in to comment.