Page 1 of 1

Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Fri Jul 10, 2015 1:52 am
by bennovate
I'm currently using Vicidial VERSION: 2.10-418c BUILD: 141116-1805 Server:XXXXXXXXXXX and I want to edit the pages for agent's interface and admin interface into a responsive design. Please ley me know how.

Thank You. :D

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Fri Jul 10, 2015 6:30 am
by mflorell
Please describe in more detail exactly what you are trying to do, including what "responsive design" means?

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Sat Jul 11, 2015 4:46 pm
by williamconley
bennovate wrote:I'm currently using Vicidial VERSION: 2.10-418c BUILD: 141116-1805 Server:XXXXXXXXXXX and I want to edit the pages for agent's interface and admin interface into a responsive design. Please ley me know how.

Thank You. :D

1) NEVER post your real IP for a Vicidial server unless you have a whitelist-based firewall in place.

2) I have altered your post to remove the IP

3) Please whitelist lock your server immediately. If not sure, have a look at the pre-install instructions for Dynamic Good Guys (whitelist lockdown happens Before installing DGG): http://www.viciwiki.com/index.php/DGG

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 12:04 am
by vicidialcoimbatore
bennovate wrote:I'm currently using Vicidial VERSION: 2.10-418c BUILD: 141116-1805 Server:XXXXXXXXXXX and I want to edit the pages for agent's interface and admin interface into a responsive design. Please ley me know how.

Thank You. :D


I Have same Requirement.. Is it Possible to change the user page to responsive web page.

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 12:06 am
by vicidialcoimbatore
mflorell wrote:Please describe in more detail exactly what you are trying to do, including what "responsive design" means?


Kindly check the following URl https://en.wikipedia.org/wiki/Responsive_web_design

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 12:25 am
by williamconley
You are free to redesign the agent page at will. It's open source.

Beware, however: The Vicidial agent page uses php, html, mysql, javascript, and AJAX. It has enough layers that must interact and/or avoid each other to drive the average "GUI Web Design Person" batty.

To Date, no one has paid to generate a new version of the Vicidial Agent Screen that is capable of dynamic generation or alterations, but the core does have some "visually pleasing" minor changes.

We've made several revisions for several clients, all with limited, specific needs.

I have two suggestions for you:

1) Upgrade! You are using a very old version. While this will not massively increase the usability of the agent screen, it will add many new features and have the added advantage of making it likely that any changes you need will be minimized AND more likely to be useful into the future (by matching future versions of the agent interface more closely if you ever NEED to upgrade in the future). This would make it feasible to customize the agent screen now, and use a DIFF method to re-customize a future version.

2) Consider the Agent API which can allow you to minimize the use of the actual agent screen and perform most (? all) tasks in a Java controlled page instead. Perhaps offloading enough of the functions onto a completely custom page written to your specifications, which may actually get you where you want to be.

All that being said: You have just asked "Can this be better?" in an open source project without giving any background as to why you need it to be better. This is open source, so it's as good as YOU (and anyone else) are willing to pay to make it. You can pay with cash, or with coding. You can pay directly to The Vicidial Group or to a 3rd party (like PoundTeam, of course) to get your changes made. Or you can hang out and upgrade every month and hope someone else pays for the upgrades. Do note that only The Vicidial Group can guarantee that your changes become part of the core. Any other company would have to submit DIFFs to Vicidial and ask politely for those changes to be included. Otherwise you are stuck paying to have your customized Vicidial Agent page upgraded to match each new release of the Core page if you ever want to upgrade. And before you decide you don't care, note that recently the core has added integrated email, integrated chat between both agent/client and agent/management and even agent/agent. And they are working on a Web Phone.

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 6:21 am
by vicidialcoimbatore
williamconley wrote:You are free to redesign the agent page at will. It's open source.

Beware, however: The Vicidial agent page uses php, html, mysql, javascript, and AJAX. It has enough layers that must interact and/or avoid each other to drive the average "GUI Web Design Person" batty.

To Date, no one has paid to generate a new version of the Vicidial Agent Screen that is capable of dynamic generation or alterations, but the core does have some "visually pleasing" minor changes.

We've made several revisions for several clients, all with limited, specific needs.

I have two suggestions for you:

1) Upgrade! You are using a very old version. While this will not massively increase the usability of the agent screen, it will add many new features and have the added advantage of making it likely that any changes you need will be minimized AND more likely to be useful into the future (by matching future versions of the agent interface more closely if you ever NEED to upgrade in the future). This would make it feasible to customize the agent screen now, and use a DIFF method to re-customize a future version.

2) Consider the Agent API which can allow you to minimize the use of the actual agent screen and perform most (? all) tasks in a Java controlled page instead. Perhaps offloading enough of the functions onto a completely custom page written to your specifications, which may actually get you where you want to be.

All that being said: You have just asked "Can this be better?" in an open source project without giving any background as to why you need it to be better. This is open source, so it's as good as YOU (and anyone else) are willing to pay to make it. You can pay with cash, or with coding. You can pay directly to The Vicidial Group or to a 3rd party (like PoundTeam, of course) to get your changes made. Or you can hang out and upgrade every month and hope someone else pays for the upgrades. Do note that only The Vicidial Group can guarantee that your changes become part of the core. Any other company would have to submit DIFFs to Vicidial and ask politely for those changes to be included. Otherwise you are stuck paying to have your customized Vicidial Agent page upgraded to match each new release of the Core page if you ever want to upgrade. And before you decide you don't care, note that recently the core has added integrated email, integrated chat between both agent/client and agent/management and even agent/agent. And they are working on a Web Phone.


Thank you for your Suggestion.

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 7:32 am
by vicidialcoimbatore
williamconley wrote:You are free to redesign the agent page at will. It's open source.

Beware, however: The Vicidial agent page uses php, html, mysql, javascript, and AJAX. It has enough layers that must interact and/or avoid each other to drive the average "GUI Web Design Person" batty.

To Date, no one has paid to generate a new version of the Vicidial Agent Screen that is capable of dynamic generation or alterations, but the core does have some "visually pleasing" minor changes.

We've made several revisions for several clients, all with limited, specific needs.

I have two suggestions for you:

1) Upgrade! You are using a very old version. While this will not massively increase the usability of the agent screen, it will add many new features and have the added advantage of making it likely that any changes you need will be minimized AND more likely to be useful into the future (by matching future versions of the agent interface more closely if you ever NEED to upgrade in the future). This would make it feasible to customize the agent screen now, and use a DIFF method to re-customize a future version.

2) Consider the Agent API which can allow you to minimize the use of the actual agent screen and perform most (? all) tasks in a Java controlled page instead. Perhaps offloading enough of the functions onto a completely custom page written to your specifications, which may actually get you where you want to be.

All that being said: You have just asked "Can this be better?" in an open source project without giving any background as to why you need it to be better. This is open source, so it's as good as YOU (and anyone else) are willing to pay to make it. You can pay with cash, or with coding. You can pay directly to The Vicidial Group or to a 3rd party (like PoundTeam, of course) to get your changes made. Or you can hang out and upgrade every month and hope someone else pays for the upgrades. Do note that only The Vicidial Group can guarantee that your changes become part of the core. Any other company would have to submit DIFFs to Vicidial and ask politely for those changes to be included. Otherwise you are stuck paying to have your customized Vicidial Agent page upgraded to match each new release of the Core page if you ever want to upgrade. And before you decide you don't care, note that recently the core has added integrated email, integrated chat between both agent/client and agent/management and even agent/agent. And they are working on a Web Phone.


is it possible to update the astGUIclient to responsive.

Re: Is it possible to apply bootstrap on vicidial UI pages?

PostPosted: Tue Sep 06, 2016 12:02 pm
by williamconley
vicidialcoimbatore wrote:is it possible to update the astGUIclient to responsive.


williamconley wrote:You are free to redesign the agent page at will. It's open source.