Is it possible to apply bootstrap on vicidial UI pages?

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Is it possible to apply bootstrap on vicidial UI pages?

Postby bennovate » Fri Jul 10, 2015 1:52 am

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
bennovate
 
Posts: 1
Joined: Wed Jul 08, 2015 6:49 pm

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

Postby mflorell » Fri Jul 10, 2015 6:30 am

Please describe in more detail exactly what you are trying to do, including what "responsive design" means?
mflorell
Site Admin
 
Posts: 18386
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

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

Postby williamconley » Sat Jul 11, 2015 4:46 pm

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
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

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

Postby vicidialcoimbatore » Tue Sep 06, 2016 12:04 am

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.
vicidialcoimbatore
 
Posts: 4
Joined: Tue Sep 06, 2016 12:02 am

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

Postby vicidialcoimbatore » Tue Sep 06, 2016 12:06 am

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
vicidialcoimbatore
 
Posts: 4
Joined: Tue Sep 06, 2016 12:02 am

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

Postby williamconley » Tue Sep 06, 2016 12:25 am

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.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

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

Postby vicidialcoimbatore » Tue Sep 06, 2016 6:21 am

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.
vicidialcoimbatore
 
Posts: 4
Joined: Tue Sep 06, 2016 12:02 am

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

Postby vicidialcoimbatore » Tue Sep 06, 2016 7:32 am

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.
vicidialcoimbatore
 
Posts: 4
Joined: Tue Sep 06, 2016 12:02 am

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

Postby williamconley » Tue Sep 06, 2016 12:02 pm

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.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: Majestic-12 [Bot] and 141 guests