wolfenr
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] HTML field stopped workingThanks @xnau, appreciate your interest.
Forum: Plugins
In reply to: [Participants Database] PHP 7.6Resolved thanks
Forum: Plugins
In reply to: [Participants Database] PHP 7.6Thanks Roland,
I notice that you pushed out an update yesterday (1.7.9.3) which I installed but I’m still getting the same message in my dashboard i.e. that I’ll need to update my PHP to PHP 7.6.
Cheers
RogForum: Plugins
In reply to: [Participants Database] pdb_searchPlease ignore, worked it out!
All I needed to do was include the search=”true” in the pdb_list statement on the Search Results page.
i.e. my full statement on the Search-Results page is:
[pdb_list fields=”resource_title, resource_notes, contact_details, issue, up” orderby=resource_title order=asc search=”true” search_fields=”resource_title, resource_notes”]
and this populates the Search fields with what was searched for.
My thanksForum: Plugins
In reply to: [Participants Database] CSV Upload StrategyThank you @xnau. Excellent support as ever.
Forum: Plugins
In reply to: [Participants Database] Clickable image as default field valueThank you so much for that @xnau. It worked just fine.
I changed the field name that I wanted to from ‘signup’ to ‘up’ (for my up arrow image) in line 122 of your code, set the Form element to HTML, the Value to my HTML code and the Validation to Required.
I tested by entering a new record which worked but it also auto populated all my older records with the same HTML code.
Excellent work. My thanks again.
- This reply was modified 7 years, 1 month ago by wolfenr.
Forum: Plugins
In reply to: [Participants Database] Rich text fields truncating dataYep lance2j I too spent 3 or 4 days wondering why my new creations in the database were being truncated though, luckily I was moving from hard coded non-database elements to those used by Participants Database (PD) so I always had a copy of the content for each entry before finally committing to using the PD.
I’m sort of suggesting that, a) it’s a problem for more than one user and therefore might be useful to describe a workaround in the documentation (or maybe address this a fix) and, b) you and xnau webdesign have come up with workarounds so, although you might class this as a bug, there are ways to resolve the issue.
Your post led me to fix my own problem so my thanks to you for asking the Q!
RForum: Plugins
In reply to: [Participants Database] Rich text fields truncating datalance2j thanks! Should this topic be marked as resolved now?
RogForum: Plugins
In reply to: [Participants Database] Rich text fields truncating dataFirstly, fabulous plugin thanks very much for all your hard work.
Secondly, I had the same problem as lance2j and (can’t find the post just now) but found a post about going into phpmyadmin and manually changing the field types from tinytext to text which resolved my problem. Do you think it worth having a brief sentence about this in the plugins documentation?
My thanks,
RogForum: Plugins
In reply to: [Participants Database] Examples of databases using this pluginA UK Charity based website that volunteers use to point clients to appropriate organisations that can help them with their problems – https://www.cab.rogw.net/resources/.
Database entries are listed in alphabetical order and the same database entries are used in the ‘By Issue‘ link which sorts the entries into typical client issue categories.
- This reply was modified 7 years, 1 month ago by wolfenr.