Profiles

  • Member Since: July 25th, 2018
  • Find me on:
  • Posted a reply to Install not working, on the site WordPress.org Forums:
    I can log in to phpbb as admin (ID=2) with no problem. I checked the…

  • Posted a reply to Install not working, on the site WordPress.org Forums:
    I cleaned cookies, and tried again - no luck. I still can not log into…

  • Posted a reply to Install not working, on the site WordPress.org Forums:
    I copied the wp-w3all-config folder to C: and edited the values from the default config.php…

  • Created a topic, Install not working, on the site WordPress.org Forums:
    Hi, I installed this plugin and I believe I followed t…

  • Posted a reply to Firing Order Question, on the site WordPress.org Forums:
    bcworkz, Maybe I don't understand what you are saying, but I don't believe using the…

  • Posted a reply to Firing Order Question, on the site WordPress.org Forums:
    OK, Not as easy as I had expected. Apparently the addEventListener method must be applied…

  • Posted a reply to Firing Order Question, on the site WordPress.org Forums:
    I think that is the real issue. I have the same issue when attempting to…

  • Posted a reply to Firing Order Question, on the site WordPress.org Forums:
    bcworkz, Clearly I still have a lot to learn. Since processing the hardcoded eventid in…

  • Posted a reply to Firing Order Question, on the site WordPress.org Forums:
    bcworkz, Thanks for your input. I will have to study it more to see if…

  • Created a topic, Firing Order Question, on the site WordPress.org Forums:
    I am working on a plugin that allows members to regist…

  • Posted a reply to Multiple AJAX Callback functions, on the site WordPress.org Forums:
    I think I found the problem. I had included the new eventi_id callback inside another…

  • Posted a reply to Multiple AJAX Callback functions, on the site WordPress.org Forums:
    Josh, Thanks, I tried that sequence, but it made no change. What do you mean…

  • Posted a reply to Multiple AJAX Callback functions, on the site WordPress.org Forums:
    Hi bcworkz, I should have caught the omission of the die() in the callback function.…

  • Posted a reply to Multiple AJAX Callback functions, on the site WordPress.org Forums:
    Thanks Jacob, That makes sense and I understand the hook process better. In my case,…

  • Created a topic, Multiple AJAX Callback functions, on the site WordPress.org Forums:
    Can I have multiple AJAX callback functions within the…

  • Posted a reply to location.reload not working as expected, on the site WordPress.org Forums:
    Thank You. That worked.

  • Created a topic, location.reload not working as expected, on the site WordPress.org Forums:
    I have created a plugin that allows members to registe…

  • Posted a reply to Assistance Learning AJAX, on the site WordPress.org Forums:
    Hi sjaure, I haven't had much time to work on this as I have been…

  • Posted a reply to Assistance Learning AJAX, on the site WordPress.org Forums:
    @sjaure From the console I see the following immediately after loading the page with my…

  • Posted a reply to Assistance Learning AJAX, on the site WordPress.org Forums:
    @sjaure, Thank you for the great response. It has been very helpful. It is difficult…

  • Posted a reply to Assistance Learning AJAX, on the site WordPress.org Forums:
    Hi @sjaure, Thank you. That helped very much. Particularly the simple example. I've modified the…

  • Created a topic, Assistance Learning AJAX, on the site WordPress.org Forums:
    I am new to wordpress development and am attempting to…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    I feel like I am learning to play the piano and have found 8 keys…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    Viola! Finally got it to work. I don't know how to thank you. I believe…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    bcworkz, Thanks for tolerating my lack of knowledge, but I am beginning to understand more…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    bcworkz, Thanks for responding. What I meant by 'temporary' is that I don't understand why…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    bcworkz, Thanks for your detailed reply. I have picked up a lot from existing plug-ins,…

  • Posted a reply to Submit Form Data to database, on the site WordPress.org Forums:
    That's really my problem. How do I 'submit' the data array of variables to a…

  • Created a topic, Submit Form Data to database, on the site WordPress.org Forums:
    I apologize for asking such a basic question, but I am…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    OK, I think I got it. <th>Home Phone</th> <th>Cell Phone</th> </tr> <?php for ($cur_row =…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    certainly not as clear as what others post. I'll try some more ` global $wpdb;…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    I'll try the code button without spaces ` <tr> <th>First Name</th> <th>Last Name</th> <th>Member Email</th>…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    I believe I found my error. I now have it working. Can anyone explain how…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    Or this: global $wpdb; $table_name = $wpdb->prefix . "club_members"; $members = $wpdb->get_var( "SELECT COUNT(*) FROM…

  • Posted a reply to wpdb help, on the site WordPress.org Forums:
    I'm not sure how to get that code to display properly. Let me try this:…

  • Created a topic, wpdb help, on the site WordPress.org Forums:
    I need some help with wpdb again. I have created a new…

  • Posted a reply to Can not get $wpdb working, on the site WordPress.org Forums:
    Thanks, I got it working. I had entered the global $wpdb at the beginning of…

  • Posted a reply to Can not get $wpdb working, on the site WordPress.org Forums:
    Thanks that is one of my issues with trying to learn how to do this,…

  • Created a topic, Can not get $wpdb working, on the site WordPress.org Forums:
    I am having trouble getting $wpdb to work from a plugi…

  • Posted a reply to wp_redirect issue, on the site WordPress.org Forums:
    Thank You

  • Created a topic, wp_redirect issue, on the site WordPress.org Forums:
    I don't seem to be able to get wp_redirect to work as …

  • Posted a reply to public and logged in menu for twenty seventeen, on the site WordPress.org Forums:
    Thank You. You are correct the result was pretty ugly. I did what you suggested…

  • Posted a reply to public and logged in menu for twenty seventeen, on the site WordPress.org Forums:
    Thanks, But at this time, I would like to modify the child theme directly. Mostly…

  • Created a topic, public and logged in menu for twenty seventeen, on the site WordPress.org Forums:
    I would like to have different menus for public access…