BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,751 through 13,760 (of 15,332 total)
  • Author
    Posts
  • in reply to: Photo Shortcode #262742
    Steven Zahm
    Keymaster

    @ Marcus

    Triple clicking the line will select the line, and you can copy it that way, however, I for it cutoff lines to show a scrollbar.

    Yep, I plan on adding this to the FAQ/s today.

    in reply to: Photo Shortcode #262642
    Steven Zahm
    Keymaster

    @ Marcus

    cMap has two image locations. By default the logo is shown in the upper left of the entry card. This image location is the image shortcode option. The following shortcode options affect the image shortcode option:`image_width
    image_height
    image_fallback
    str_image=”No Logo Available”`

    When a logo image has been uploaded to the entry, by default, it will show here. If no logo has been uploaded then the fallback “No Logo Available” block will be shown.

    The second image location is in the bio content tray. The bio content tray will only show when the has been content entered into the Biography field for the entry. The photo image will only show in bio content tray if a photo has been uploaded to the entry. This image location is the tray_image shortcode option. The following shortcode options affect the tray_image shortcode option:`tray_image_width
    tray_image_height
    tray_image_fallback
    str_tray_image=”No Photo Available”`

    The valid options for image and tray_image are:`logo
    photo`

    The valid options for image_fallback and tray_image_fallback are:`block
    none`

    The height and width options control the image and tray_image dimensions.

    The two str_ options control the text that is shown when the _fallback options are set to block.

    So, with all that said, here’s what the default shortcode for cMap looks would look like if you had to set the options manually:

    
    [connections image=logo image_fallback=block str_image="No Logo Available" tray_image=photo tray_image_fallback=none]
    

    Now, to answer your questions:

    – Remove Logo
    [connections image=none image_fallback=none]

    – Display Photo only AND – Display “No Photo Available” if no image

    
    [connections image=photo image_fallback=block str_image="No Photo Available"]
    

    Does that help?

    • This reply was modified 13 years, 2 months ago by Steven Zahm.
    • This reply was modified 13 years, 2 months ago by Steven Zahm.
    in reply to: link to more than one directory entry #262641
    Steven Zahm
    Keymaster

    @ Kevin

    No links are one to one. What will happen is the user will be linked to the first entry it finds in Connections; in most cases will be the one with the lowest entry ID number.

    in reply to: Translate Category names #262640
    Steven Zahm
    Keymaster

    @ Kevin

    No, that is only for the static strings in Connections. Connections already includes a French translation that is 97% complete.

    in reply to: No items displayed under Internet Explorer #262611
    Steven Zahm
    Keymaster

    @ Jeroen

    My hunch is that the entries are set to Private and you’re logged in to your site in Chrome but not IE. If the entries are meant to be visible while not logged in, please set them to Public.

    Hope that helps.

    in reply to: Pro Pack Product Download Problem #262498
    Steven Zahm
    Keymaster

    @ Ron

    Can you please try again? Also, which method were you using to download, from the email or the purchase history?

    in reply to: Link new users to existing directory entry #262440
    Steven Zahm
    Keymaster

    @ Kevin

    Basically yes. You have two options. Delete the entry or delete the user to break the link. The re-create the entry or user that was deleted.

    in reply to: shortcode for individual cmaps #262432
    Steven Zahm
    Keymaster

    @ Clinton

    Even though Connections is capable of a filtered search, there is not yet a user interface available to do it. However, the search field that is part of cMap will search all those fields, there just not a method to further filter the search. An option, if you have 0.7.7 installed, would to be to turn on the department, state and city link support on the Connections : Settings under the advanced tab.

    in reply to: Limit Category Selection based on User permissions? #262428
    Steven Zahm
    Keymaster

    @ Michael

    Close. It should be:

    remove_meta_box( 'metabox-logo', $connections->pageHook->link, 'normal' );
    remove_meta_box( 'metabox-date', $connections->pageHook->link, 'normal' );
    in reply to: Download Links empty #262426
    Steven Zahm
    Keymaster

    @ werbezentrum

    You can also download your purchases from your Purchase History page.

    I also just resent the sales confirmation.

    Which email client were you using? Can I get a copy of the email?

    Please let me know if you are still having trouble.

Viewing 10 posts - 13,751 through 13,760 (of 15,332 total)