Greg Turnbull
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] adding a member resuses existing PIDv.1.5.4.5, but as of today it’s working.
(gave the computer a reboot and myself a good night’s sleep).
Silly me. (not activated).
Problem solved. Thanks.Forum: Plugins
In reply to: [Participants Database] suppress empty fields in pdb-singlefound the answer in a search of the forum.
Added following to theme css.blank-field { display:none }
consider this thread close able
Aloha,
Greg
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] collapseable rowsI like the extension, but note that some columns, when revealed, align right.
in the example at https://gregturnbull.net/?page_id=731, columns D, E ang G align right, though F seems to align left as desired.I have also tried adding this to the plugin options css:
.tablepress-id-2 th,
.tablepress-id-2 td {
text-align: left;
}Forum: Plugins
In reply to: [Participants Database] multiple select, other limit on size or number?OK, so that PHPMyAdmin is a river wide and deep, but I got in and made the edits and got out without breaking anything.
All good now. Thanks.
Forum: Plugins
In reply to: [Participants Database] multiple select, other limit on size or number?Assessment field contains these options (cut and pasted)—
ADD, ADHD, Austistic Spectrum, Asperger’s, Career Development, Custody -Child Assessment, Custody -Adult Assessment, Forensic, Intelligence, Learning Disabilities, Developmental Disorders, Neuropsychological, Medical Pre-Op
nothing too fancy, I think. besides, each value works alone. just not in combinations over 9.
==================
I have another field, called insurances, that also breaks after 9 items —
AlohaCare, HMA, HMAA, HMSA Commercial, HMSA Quest, HMSA 65+, Humana, Kaiser, MDX, Medicare, Ohana/Wellcare, Tricare, Tricare for Life, UHA, United/UBH/Optum, Workers Comp.
I had not noticed before because i didn’t have the occasion to select 10 or more options so far in my demo.
Peculiar that it cannot be replicated. Must be a global asset, like PHP (i’m at 5.3), or some other infrastructure.
(Also, I am on a mac with some flash and java filters for security.) But you can see the arrays, so presumably it’s not that.
Forum: Plugins
In reply to: [Participants Database] multiple select, other limit on size or number?I have deleted the field and started over (new name as well: name=Ax, label= Assessment).
The limit — for me — is 9 items. attempting to display a 10th item crashes the field for all member listings, Shows the “serialized array” for the single page in question. I’ll leave it broken for now so you can see it.
I have tried different ordering and simplified text with no change in this outcome.
Must I use single-word items between commas?Sorry: I see that rich text field covers this.
\\\\\\\\\\\Forum: Plugins
In reply to: [Participants Database] mods to CSS for table in Single Record Page?Thanks for the tip. changed participants-database.css to achieve desired look.
.pdb-single dt {
float: left;
font-weight: bold;
margin: 0;
width: 140px;
}Style over-ride in theme admin panel did not seem to affect the page layout, so I guess I just have to remember this edit in case the plugin gets updated. . . .
Just noticed i can uncheck “Use the Plugin CSS” so that’s the answer to maintaining theme settings when plugin is updated. Getting the hang of it slowly. Thanks for the prompt support. It’s a worthy plugin, and all the more so because nobody has anything close to its functionality. I suspect that’s why so many of us are asking it to do even more. Aloha, Greg.
Forum: Plugins
In reply to: [Participants Database] mods to CSS for table in Single Record Page?i have done that (added override code within the theme control panel) with good results on the list page, but the setting have no effect on the single record page.
perhaps it is not merely a parameter for the <TR> tag?
Forum: Plugins
In reply to: [Participants Database] automatic emailsThat would work for me as well, since I do not plan to let my 300 members login or touch anything. ??
It would save me the step of emailing them to let them know when I have finished making requested changes to their records.