04-Oct-2012, 06:26 AM
Good day,
Thanks for wonderful script!
Ok, so I have spend some time reading through most of the threads, and learned a lot... but I still need some answers please.
I have a client login website, where commentics will be used in various pages (URL - PHP). Every registered client have a unique client id number (client_ID). I use this id's throughout the site so members can see basically who's up to what. If client_ID=1 post comment, then other visitors may also see more comments made by client_ID 1 by visiting their personal page.
Appart from default settings
$cmtx_set_name_value = $row_rslogin['clientname'];
is there a way to assign my own client_ID from my database like
$cmtx_set_nameid_value = $row_rslogin['client_ID'];
Another question - Could I use the website link to enter path of clients photo to display on comments display
$cmtx_set_website_value =
http://www.mysite.com/images/clients/small/$row_rslogin['client_ID'].jpg;
(I am aware of how to hide entered values as per thread
http://www.commentics.org/forum/showthread.php?tid=485
Regards,
Mark van Rensburg
Thanks for wonderful script!
Ok, so I have spend some time reading through most of the threads, and learned a lot... but I still need some answers please.
I have a client login website, where commentics will be used in various pages (URL - PHP). Every registered client have a unique client id number (client_ID). I use this id's throughout the site so members can see basically who's up to what. If client_ID=1 post comment, then other visitors may also see more comments made by client_ID 1 by visiting their personal page.
Appart from default settings
$cmtx_set_name_value = $row_rslogin['clientname'];
is there a way to assign my own client_ID from my database like
$cmtx_set_nameid_value = $row_rslogin['client_ID'];
Another question - Could I use the website link to enter path of clients photo to display on comments display
$cmtx_set_website_value =
http://www.mysite.com/images/clients/small/$row_rslogin['client_ID'].jpg;
(I am aware of how to hide entered values as per thread
http://www.commentics.org/forum/showthread.php?tid=485
Regards,
Mark van Rensburg