givenway
Forum Replies Created
-
Yes, the version change was within the past week. I asked about the cache and the hosting company reports that there is not one in play for PHP. Is there any chance that I never cleared the notification at an earlier date and then it stuck around after I changed from 5.3 to 5.6.21? That’s the best explanation I can imagine right now. I’ll keep an eye on it, but it’s not a big deal at this time.
Forum: Plugins
In reply to: [Participants Database] Google Maps OverlayI’m going to make this work eventually, when I actually have time to devote to the project. I’ll post the code/solution so others can benefit when I get it done.
Forum: Plugins
In reply to: [Participants Database] Display images other than Profile PhotoIt must not have been updating the records because I had the values incorrectly defined, although I’m not entirely sure how since I was using a simple Y,N. Using the “Form Element” Checkbox, I copied/pasted the code you provided into the “Values” field and everything is working beautifully. This plugin and your support are worth far more than $30, so thank you for keeping it affordable!
Forum: Plugins
In reply to: [Participants Database] Display images other than Profile PhotoThey are set as read-only, but I’m logged in as the only account that I use in the back end, which is a full site admin. I’ll turn off read-only to see if that makes a difference.
Forum: Plugins
In reply to: [Participants Database] Display images other than Profile PhotoThe values are not updating when I update a record, though. If I go into the record through the Admin view and check/uncheck the box, it does not update the value in the database to Y/N respectively.
Forum: Plugins
In reply to: [Participants Database] Apply List Filter to Search ResultsBought and installed Combo Multisearch. Once I realized that I have to add supress=true to the shortcode, the list and search results load exactly as I want them to. Will you please explain the difference in “pdb-list template=multisearch” and “pdb-search template=multisearch”? If I understand correctly, pdb-list confines the entire operation to one page and pdb-search allows you to run a query against the DB and display results somewhere outside of the original search page?
Forum: Plugins
In reply to: [Participants Database] Apply List Filter to Search ResultsI figured that would be the answer. I just couldn’t find “filter search results” specified in the documentation anywhere. Thanks!