BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,651 through 10,660 (of 15,332 total)
  • Author
    Posts
  • in reply to: Order of connections #297666
    Steven Zahm
    Keymaster

    @ Ken

    Sort of, you would add enable_category_select=false to the shortcode already on each of those pages. You would not add the shortcode a second time. All shortcode option are always added to the same shortcode. I hope that makes sense.

    If you have a moment, I would truly appreciate a review as they really make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Edit "Work Phone" field to say "Phone" #297661
    Steven Zahm
    Keymaster

    @ Marco

    The phone number labels should already be in German if WordPress is running in German. Now if you’re trying to change the German labels to something else, then you, counter intuitively, need to enter the English origin string and not the German translated string. I guess that is how WP handles it. I just tested it and it does work. For example to change Home Phone, in German, Telefon Privat to just Telefon you need to enter Home Phone in English as the Original string. Then enter the connections as the domain and finally Telefon your Replacement string.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Klaus

    Apologies for the late reply! Seem to have missed this.

    In short, yes, it seem Connections will meet you needs. From what you’ve said sounds like you need the cMap template with the Form and Link extensions.

    Hope that helps!

    in reply to: Order of connections #297654
    Steven Zahm
    Keymaster

    @ Ken

    Yes, it can see my reply here.

    in reply to: pagination & limit addresses shown #297651
    Steven Zahm
    Keymaster

    @ Chris

    I’ve thought about this for a couple days … there’s not a builtin way to do this easily. Maybe this is as close as it gets without having to write a custom function:

    <?php $entry->getAddressBlock( array( 'before' => '<div class="cn-located-in"><div class="cn-located-in-label">Also located in</div>', 'after' => '</div>', 'format' => '%city%' ) ); ?>
    

    You would then have to use some CSS to get the layout you want. The list would still include the city from the preferred address. Other than this, this gets you really close.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Deepanshu

    Apologies! I missed your questions.

    Again, sorry, but there is no out of box solution for sending those types of emails.

    in reply to: Did I break this with WP 4.0b2? #297649
    Steven Zahm
    Keymaster

    @ Mitch

    It must be something with with your configuration of PO. I installed PO using the default config and I was able to activate/deactivate cMap with no problems. The plugin folder has changed from cmap to connections-cmap. So, perhaps, if you have a plugin filter setup with the older cMap it would not work with the new cMap.

    in reply to: Licenses #297648
    Steven Zahm
    Keymaster

    @ Axel

    Thanks! If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Only one connection record is showing #297647
    Steven Zahm
    Keymaster

    @ Karelle

    Lets see…

    First … If you do not know where those 4 files came from, remove them from the connections_templates folder. They can override core template files. Since I have no way of knowing what’s in those files there no way of knowing what errors they may be introducing.

    Second … edit your directory page, switch the page editor to the Text tab. You seem to have stray HTML tags surrounding the shortcode and maybe in it too. They needs to be removed.

    Third … card-bio-logo is an invalid template slug. I suggest removing it from the shortcode completely. You setup does not require the use of the template shortcode override option. You can also remove the show_alphaindex option too. This instead can be enabled on the Connections : Settings admin page under the Display tab. You can actually remove theorder_byoption too because the default sort method is last name. I guess this is the long way of saying you only need to have[connections] on your page.

    And lastly … The Bio Entry Card does not show a logo which is why you do not see a logo. Perhaps this is why/where those 4 files come from in the connections_template folder. Someone altered/created a custom template which showed the logo too.

    I hope that helps!

    in reply to: Order of connections #297646
    Steven Zahm
    Keymaster

    @ Ken

    Just thought of something ….

    If you’re limiting the list by specific IDs and ordering them in a specific order… the category drop would appear not to work. The shortcode option are hard limits. They can override user choices such as filtering with the category drop down. Hope that make sense and helps!

Viewing 10 posts - 10,651 through 10,660 (of 15,332 total)