web phone iframe size

Discussions about development of VICIDIAL and astGUIclient

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

web phone iframe size

Postby Acidshock » Mon Nov 01, 2010 6:16 pm

Not sure if this is where I should post this information. I made a minor change to Vici's interface code which I think may benefit web phone users.

Allows for easy change of the webphones iframe size via options.php

Change current <iframe> code to
Code: Select all
$webphone_content = "<iframe src=\"$WebPhonEurl\" style=\"width:" . $webphone_width . ";height:" . $webphone_heigth . ";background-color:transparent;z-index:17;\" scrolling=\"auto\" frameborder=\"0\" allowtransparency=\"true\" id=\"webphone\" name=\"webphone\" width=\"" . $webphone_width . "\" height=\"" . $webphone_heigth . "\"> </iframe>";


then add the following lines into options.php

Code: Select all
$webphone_width         = 450; # set the webphone frame size
$webphone_heigth         = 500; # set the webphone frame size


I know its nothing huge but still nonetheless it was very useful for me.
Acidshock
 
Posts: 429
Joined: Wed Mar 03, 2010 3:19 pm

Postby mflorell » Mon Nov 01, 2010 9:01 pm

vicidial.php version and build?

Could you submit this as a diff patch to the issue tracker?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Acidshock » Tue Nov 02, 2010 1:47 am

VERSION: 2.4-285
BUILD: 101022-1427


I have never made a diff patch though lol got a good guide? :D
Acidshock
 
Posts: 429
Joined: Wed Mar 03, 2010 3:19 pm

Postby Acidshock » Tue Nov 02, 2010 1:54 am

lol nm just read a guide. Uploading now. Thanks!
Acidshock
 
Posts: 429
Joined: Wed Mar 03, 2010 3:19 pm

Postby Acidshock » Tue Nov 02, 2010 2:02 am

done... under features in issue traker ID 0000401
Acidshock
 
Posts: 429
Joined: Wed Mar 03, 2010 3:19 pm

Postby mflorell » Tue Nov 02, 2010 5:37 am

mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Development

Who is online

Users browsing this forum: No registered users and 14 guests