BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,881 through 12,890 (of 15,332 total)
  • Author
    Posts
  • in reply to: Sections for Category or Department #270555
    Steven Zahm
    Keymaster

    @ Cathi

    You need to update cMap from version 2.1 to 3.0.3. You can download it from your Purchase History. The method for installing templates has changed so be sure to following the installation/update instructions carefully.

    That should fix it up.

    in reply to: Reversing order of things on card display #270554
    Steven Zahm
    Keymaster

    @ James

    Great to here! Not about those gremlins, but that it’s working :)

    Add the following to your shortcode for Connections:
    enable_category_multi_select=true

    So you would have something like this:
    [connections enable_category_multi_select=true]

    This only works for premium template that feature a category drop down.

    Let me know how it goes. Thanks!

    in reply to: Go Back to Directory Link #270553
    Steven Zahm
    Keymaster

    @ Jonathan

    Remove the onClick from here.

    That should do it.

    Better yet would you would hook into this filter; unset the current link and pass back you custom version so it’ll be update safe.

    Hope that helps! Let me know.

    in reply to: Maintaining name order after updates #270552
    Steven Zahm
    Keymaster

    @ Mike

    Oh, btw way, it is also on my to do list to improve the Template API further to allow to more easily override template parts, core or premium.

    in reply to: Maintaining name order after updates #270551
    Steven Zahm
    Keymaster

    @ Mike

    Install and activate this. It is a custom Names templates with the format you need. It’s also a basic example of how to use the Template API.

    I hope that helps!

    in reply to: Edit biographies #270533
    Steven Zahm
    Keymaster

    @ judith

    I think you looking for the Link extension.

    Does that answer your question?

    in reply to: Only output for adress "home" #270532
    Steven Zahm
    Keymaster

    @ Kris

    Use this:

    $defaultAddressValues = array(
    	'home'   => __( 'Home' , 'connections' ),
    );
    echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( ‘address[::FIELD::][type]‘, $defaultAddressValues ) , "\n";
    
    echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( $selectName, $defaultAddressValues, $address->type ) , "\n";

    Hope that helps!

    in reply to: API or WebHooks pushing info into your plugin? #270531
    Steven Zahm
    Keymaster

    @ Alice

    Yes, a Web Hook API would be very cool and is on my to do list. But before that I want to add a JSON RESTful API for the Web Hook API to use… any way that is more long term goals… more immediately, if the form you’re using has a hook that fires after processing the the submission and it passes the submitted values; you could hook into that and call the method to add an entry in Connections. Use this method:

    cnEntry_Action::add( $data );

    That $data variable would be the data from the form but formatted for a Connections insert.

    $data is just one array that is passed to this method. You should be able to glean the right format from inspecting the code. That method is calling methods in this class if you need more detail.

    Hope that helps, let me know.

    in reply to: changing fields #270529
    Steven Zahm
    Keymaster

    @ Evan

    If I understand the question. Yes, as an example. When you enter a phone number but do not want it to be displayed, set that phone number’s visibility to “Unlisted”.

    I hope that helps!

    in reply to: cMAP looks strange in IE #270528
    Steven Zahm
    Keymaster

    @ Jonathan

    Looks fine to me. Which version of IE? Can you share a screen shot showing the issue?

Viewing 10 posts - 12,881 through 12,890 (of 15,332 total)