BBPress Robert Granlund : Replies Created

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Add Core Fields #458009
    Robert Granlund
    Participant

    “You can hook into the cn_pre_insert_term filter.”

    I want to change Category to ‘Sales Manager” is this the correct example I should follow?
    https://developer.wordpress.org/reference/functions/wp_insert_term/
    I am using the Form Plugin so a contact can be added on the front end. I have attached an image

    Attachments:
    You must be logged in to view attached files.
    in reply to: Add Core Fields #457979
    Robert Granlund
    Participant

    Steven, thank you for answering all of my questions. I appreciate it. IS there a hook for the function in connections_form.php? I can probably figure it out. I tried to do using jQuery to edit the code on load with
    $('li:contains("Robert Granlund")').removeClass('active-result');
    $('li:contains("Robert Granlund")').addClass('result-selected');

    But to no avail.

    in reply to: Add Core Fields #457807
    Robert Granlund
    Participant

    On Forms, Add New Contact, is there a way to auto-populate the category? Also, is there a hook to change the name/title of Category to some unique to our operation?

    in reply to: Add Core Fields #457806
    Robert Granlund
    Participant

    Thanks this really helps. The article I read answered all questions.

    in reply to: Add Core Fields #457781
    Robert Granlund
    Participant

    Thanks Steven. I understand now. I appreciate your help! We are using the plugin to help track sales data in addition to just the contact.

Viewing 5 posts - 1 through 5 (of 5 total)