FA1LURESCENE
Forum Replies Created
-
Forum: Plugins
In reply to: [CongressLookup] 2 Questions… (Customization)Cool, I’ll keep an eye out. They do have two other libraries so would be awesome if it was made to be a user selection with the admin of the plug-in. Either way, you’ve got me on the right track and I’ll figure it out. Great Job on the plug-in.
Also, your CSS solution to capitalization was must better than my own. I definitely over thought it. LOL…
Forum: Plugins
In reply to: [CongressLookup] 2 Questions… (Customization)Check the Sunlight API’s, and their Legislator pictures come in a medium and large. I would be interested in medium (100×125). I tried to replace the instances I saw for the calls and checks on picture downloads and reference the medium, in addition to updating any references in the getdata.php with either path or size of pictures as necessary. I received an error, so I’m curious how to change this from the small, to the medium sized photos? Thanks!
Forum: Plugins
In reply to: [CongressLookup] 2 Questions… (Customization)OK, I fixed the uppercase letter issue. Although I couldn’t find the source, I figured it would be easier to simply edit the getdata.php, and inserted a replacement variable for each $key value and used the string operator ucwords() to make this change. So, I’m just wondering about the size of the thumbnails, although I will check out the API to see if I can find out any additional info. Thanks.