https://github.com/masterfermin02/vici-admin-them
This is a vicidial theme for vicidial new design
https://github.com/masterfermin02/vici-admin-them
admin-demo php vici-admin vicidial-theme
Last synced: 9 months ago
JSON representation
This is a vicidial theme for vicidial new design
- Host: GitHub
- URL: https://github.com/masterfermin02/vici-admin-them
- Owner: masterfermin02
- License: mit
- Archived: true
- Created: 2017-04-24T14:04:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:15:45.000Z (almost 4 years ago)
- Last Synced: 2025-08-16T10:53:06.460Z (10 months ago)
- Topics: admin-demo, php, vici-admin, vicidial-theme
- Language: JavaScript
- Homepage:
- Size: 2.46 MB
- Stars: 26
- Watchers: 12
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### vici-admin-them
This is a vicidial theme to apply new design to vicidial
### How to setup
### Composer install
```
composer require masterfermin02/vici-admin-them
```
### Download with git
cd to your vicidial root dir
```
git clone git@github.com:masterfermin02/vici-admin-them.git
```
1. open admin.php
2. look for vicidial auth
```
if ($user_auth > 0)
```
3. add after the if $user_auth add
```
require("vici-admin-them/template.php");
```

4. on each file you like the new design you need to add this line
For example: user_status.php, AST_agent_time_sheet.php, user_stats.php
```
require("vici-admin-them/template.php");
```
[](https://github.com/masterfermin02/vici-admin-them/)
[](https://github.com/masterfermin02/vici-admin-them/)
[](https://github.com/masterfermin02/vici-admin-them/)
### Admin demo page
[Admin demo](http://viciexperts.com/admin_demo/vicidial/admin.php)
*User name* : demo
*Password* : demo
### Realtime theme
1. cp realtime_reportnew.php and AST_timeonVDADallnew.php to your vicidial root folder (vicidial/AST_timeonVDADallnew.php, vicidial/realtime_reportnew.php)
2. open your browser and go to http://youserveripordomian/vicidial/realtime_reportnew.php
3. If you want you can replace the realtime_report.php with realtime_reportnew.php to open it from you admin o crear new custom link.
## Feedback, Bugs, and Questions
For any questions, feedback, and bug reports, please use the [Github Issues](https://github.com/masterfermin02/vici-admin-them/issues).
## Credits
Created by [Fermin Perdomo](https://masterfermin02.github.io/)
Thanks to [Viciexperts](https://viciexperts.com/)
## Sponsors
- Thanks [cyburdialer](https://www.cyburdialer.com/)
## Contributions
Contributions are welcome. Please make a pull request.
## License
This code is available under the [MIT license](http://opensource.org/licenses/MIT).
### it's done, have fun and enjoy.
### We still working in progress...