masterfermin02 / vici-admin-them
This is a vicidial theme to apply new design to vicidial
Fund package maintenance!
www.paypal.com/donate?hosted_button_id=DFLGVGVP593DA
Installs: 174
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 10
Forks: 20
Open Issues: 7
Language:JavaScript
Requires
- php: ^5.3.3
This package is auto-updated.
Last update: 2022-12-01 14:56:22 UTC
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
- open admin.php
- look for vicidial auth
if ($user_auth > 0)
- add after the if $user_auth add
require("vici-admin-them/template.php");
- 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");
Admin demo page
User name : demo
Password : demo
Realtime theme
- cp realtime_reportnew.php and AST_timeonVDADallnew.php to your vicidial root folder (vicidial/AST_timeonVDADallnew.php, vicidial/realtime_reportnew.php)
- open your browser and go to http://youserveripordomian/vicidial/realtime_reportnew.php
- 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.
Credits
Created by Fermin Perdomo
Thanks to Viciexperts
Sponsors
- Thanks cyburdialer
Contributions
Contributions are welcome. Please make a pull request.
License
This code is available under the MIT license.