gld
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] pdb_signup and WP user DB IntegrationJust one thing I’m not clear about is where is the pdb_signup-XXX.php form submitted to? I need to do some error checking prior to committing the addition of the new record. Where (or how) am I able to do that?
Forum: Plugins
In reply to: [Participants Database] pdb_signup and WP user DB IntegrationDa. Of course. It never crossed my mind. Thanks man!!
Forum: Plugins
In reply to: [Participants Database] pdb_signup and WP user DB IntegrationNo. It’s a completely new record.
Forum: Plugins
In reply to: [Participants Database] Search doesn't honor the customized pdb_list templateHi xnau. I’ve found that actually this problem is intermittent. Usually it works but sometimes this odd behavior will appear. Leave it with me for now. Thanks.
Forum: Plugins
In reply to: [Participants Database] Search doesn't honor the customized pdb_list templateYes correct. Perhaps I’ve screwed the custom template up?
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress Loginxnau. Ah got it. It all makes sense now. Thank you for your patience. This is exactly what I was looking for.
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginIf I can have the plugin strip out the headings, and just return the results, that would be the biggest help to that end.
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginNo issue with doing that but my question is more that the plugin is accessed from the template page (just like from a WordPress page) via a single one-liner. Yet within the plugin’s returned results, multiple different styles need to be applied. That’s the bit I’m not clear about. I somehow need to not use the plugin tag but need to call various components of the plugin as I need to apply each different style to different components that the plug-in is returning. Does that make sense?
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginSorry, I think I;m still missing something. When I place the code [pdb_record] into a page, it inherits the styles of the current theme and formats it correctly. [pdb_record] includes headings (Participant Info, Personal Info etc) in addition to text.
When I build the ‘[pdb_record]’ with its parameters using php in the template, this seems to occur in such a way as it ignores the styles when it builds. If I add a ‘class=’ with style parameter with the [pdb_record] line, it applies this style to the whole [pdb_record] block including headings and text. In other words, I don’t seem to be able to ‘break in’ to [pdb_record] to format each of its lines.
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginGot it thanks.
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginI’ve added your code to a new template.php and it works well. However how do I get it to take on the default site styling including the titles vs the fields?
Forum: Plugins
In reply to: [Participants Database] Integration to WordPress LoginMy friend, it’s not without reason that people consider you a genius. PERFECT! You saved me hours! Thank you for getting back to me SO fast and right on the money.