Dynamic parameters from my website
#21
Posted 23 February 2011 - 03:03 PM
Two things come into my mind:
1.) You are not using 3.3.2.0
2.) Your URL is slightly different which causes the regular expression to fail -> URL is not clickable.
#22
Posted 12 March 2011 - 12:09 PM
The url just shows as text and is not converted to a link
Maybe you can enlighten us please as to which file the regex is tested in (to save me searching through the srcipt)
#23
Posted 12 March 2011 - 12:21 PM
Server : I'm running on Windows server 2008 R2 running PHP 5.2.11 in FastCGI mode (http://euclid.servwise.com/phpinfo.php)
Client : Windows 7 pro 64bit , livezilla 3.3.2.0
#24
Posted 12 March 2011 - 12:22 PM
sparky said:
I suspect the conversion is done client side in the Livezilla app..
#25
Posted 12 March 2011 - 12:57 PM
Client: WIN XP, livezilla 3.3.2.1
That won't make the difference though. The custom fields are passed to server.php
May have to check there first as it should update those vars to the DB
I think the link would be in the app as you have suspected as well.
I also found that the custom fields do not update on each of the users page loads and a returning visitors info is being retrieved from the cookie on the visitors side.
#26
Posted 12 March 2011 - 01:15 PM
sparky said:
Yes I find this too, not good when you want the latest info from a user who has just logged in.
#27
Posted 14 March 2011 - 06:49 AM
Quote
If someone could give me a not working URL I could try to repdroduce it. All URLs I tested so far a working fine.
#29
Posted 14 March 2011 - 07:29 AM
{php}
function base64UrlEncode($_input) {
return str_replace(array('=','+','/'),array('_','-',','),base64_encode($_input));
}
global $clientsdetails;
if ($_SESSION["uid"]) {
$this->assign("whmcsid", base64UrlEncode($CONFIG['SystemSSLURL']."/tshostinadmin/clientdetails.php?id=".$_SESSION["uid"]));
$this->assign("whmcsusername", base64UrlEncode($clientsdetails["firstname"]." ".$clientsdetails["lastname"]));
$this->assign("whmcsemail", base64UrlEncode($clientsdetails["email"]));
$this->assign("whmcscompany", base64UrlEncode($clientsdetails["companyname"]));
}
{/php}
{if $loggedin}
{else}
{/if}
#30
Posted 14 March 2011 - 07:42 AM
#31
Posted 14 March 2011 - 08:37 AM
Quote
Are you guys really sure that you are using the latest build of 3.3.2.1?
Btw. Which IE version do you have installed?
#32
Posted 14 March 2011 - 08:46 AM
#34
Posted 16 March 2011 - 08:12 AM
When someone lands on the site they show up on the client interface in the visitors list.
This is where the custom field is showing
One of the custom fields has a link(url) so that when clicked it opens up the whmcs client details screen.
That url is not being converted to a link
Also the custom fields are not updating with the information sent correctly.
When a client logs in it should then show the clients name and id.
Should these fields not update just like the page url does?
#35
Posted 17 March 2011 - 07:17 AM
Quote
When someone lands on the site they show up on the client interface in the visitors list.
This is where the custom field is showing
One of the custom fields has a link(url) so that when clicked it opens up the whmcs client details screen.
That url is not being converted to a link
Also the custom fields are not updating with the information sent correctly.
When a client logs in it should then show the clients name and id.
Should these fields not update just like the page url does?
We will add this in the next update. Thanks!
#36
Posted 17 March 2011 - 07:23 AM
Also about the custom fields not updating dynamicly just like the page url does on each page load.
Some of the custom fields that I am using will only send once the client had logged into whmcs and wanted the custom fields to also update.
#37
Posted 17 March 2011 - 08:36 PM
I would like to inform you that the issue of link are ok and working, but
I'm finding some difficulties regarding the timeliness of information
the grid information of the users, ie for example I configured some
paramentros for a User specifiable, and while this information and they
go correctly, but in the case of a User change this information even
passing the new information from User, he is not updating the grid.
Another issue that would be useful, would enable the links
also on the grid, not just plug in the boot chat client.
Do not know if I could be clear to understand, but I believe that these
changes will greatly enhance the functionality of link's.
Thanks
#38
Posted 30 March 2011 - 03:18 AM
When is it likely that the custom fields will become dynamic like the Pages change instead of the custom fields being read from a stored cookie?
#39
Posted 30 March 2011 - 06:00 AM
Quote
#40
Posted 30 March 2011 - 06:04 AM
Looking forward to the update...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












