27-Jul-2013, 02:07 AM
Thanks a ton - this is a fantastic tool with clearly a lot of effort put into it. I implemented it tonight and got it working very quickly. I have a couple of challenges that I'm not satisfied with after scrubbing the forum/faq, docs and google as much as I can and I'd like your help.
1. Like many I have @username available in my php. I can set it via cmtx_set_name_value. Is there a better/newer way?
2. On a related note, I no longed need the Name field. I've removed it via the div style display:none suggestion in form.php, but I'm not super happy with that since it could technically be manually overridden by someone inventive. I'd rather not have it submitted at all and not show up in the html at all. I'd rather have it passed via something like a post when the comment link is clicked and picked up on the backend. Is there a built-in clean way to do this with configuration variables or something more sustainable than modifying the code?
3. I also have a variable available with a url to an avatar image for all my users. I don't need gravatar at all. With the data available it looks like I could call a bogus gravatar url with my image as the default/failback, but that seems really sloppy. Is there a clean way to just set the avatar image to my variable and not involve gravatar at all? Again I'm hoping for a nice way via a variable I can set rather that hacking up the code.
Thanks again
1. Like many I have @username available in my php. I can set it via cmtx_set_name_value. Is there a better/newer way?
2. On a related note, I no longed need the Name field. I've removed it via the div style display:none suggestion in form.php, but I'm not super happy with that since it could technically be manually overridden by someone inventive. I'd rather not have it submitted at all and not show up in the html at all. I'd rather have it passed via something like a post when the comment link is clicked and picked up on the backend. Is there a built-in clean way to do this with configuration variables or something more sustainable than modifying the code?
3. I also have a variable available with a url to an avatar image for all my users. I don't need gravatar at all. With the data available it looks like I could call a bogus gravatar url with my image as the default/failback, but that seems really sloppy. Is there a clean way to just set the avatar image to my variable and not involve gravatar at all? Again I'm hoping for a nice way via a variable I can set rather that hacking up the code.
Thanks again