BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,761 through 14,770 (of 15,332 total)
  • Author
    Posts
  • in reply to: Option to email contact while keeping it hidden #253736
    Steven Zahm
    Keymaster

    @ Mark Russell

    On the to do list. I should have an add-on this month to do just this.

    in reply to: How to make height set to AUTO? #253735
    Steven Zahm
    Keymaster

    Bryan Glynn

    That;s not going to work very well display-wise…

    You’ll have to edit the template.php file to remove the inline CSS that sets the width and height. Look for the following on line 1 and remove it:

    style=”height: <?php echo $template->tileplus->cardHeight; ?>px; width: <?php echo $template->tileplus->cardWidth; ?>px;”

    in reply to: How to show all websites and social? #253727
    Steven Zahm
    Keymaster

    Bryan Glynn

    To show the social media icons, use the show_im Tile Plus enabled shortcode, like so:

    [connections show_im=TRUE]

    The only way to show all links to to edit the template.php file by adding the following where you want it to show:

    $entry->getLinkBlock();

    in reply to: family view #253725
    Steven Zahm
    Keymaster

    Sorry, no. But this does make a whole lot of sense and would make the feature more user friendly. I’ve added this to my feature quest list.

    in reply to: Sort the directory by regions #253722
    Steven Zahm
    Keymaster

    dgalassi

    In short, yep. Take a look at the filters shortcode option.

    You can also do something like this with URL/s:
    my-site.com/directory-home-page/region/MN

    On the Connections : Settings admin page under the Advanced tab you can change “region” to “state” so it is more clear in the URL what you’re linking to.

    in reply to: "Add to addressbook" on cmap single shortcode #253721
    Steven Zahm
    Keymaster

    Yani Ruiz

    Sorry, this is not a feature of cMap because nearly everyone wants it removed. If you don’t mind doing a small edit, it is easy to add in. Are you comfortable with attempting this?

    in reply to: Connections Directory Product #253720
    Steven Zahm
    Keymaster

    @ Eric

    Lets see…

    1. Yes. Is there more to this question?
    2. At this time, only really the Tile and Tile Plus templates, but that is because the design is already narrow. I am literally working on a complete revamp of the template system and it’s on my list to make sure everything is more responsive ready.
    3. You could use Link.
    4. Sorry, no.
    in reply to: Google maps won't show #253719
    Steven Zahm
    Keymaster

    @ Tom

    Ok, I figured it out … you’re running you admin with SSL, so the Google Maps API was being blocked because it was being run over non-SSL connection. I added a hot fix to you Connections install to load the API via SSL if it is detected.

    in reply to: Uncategorized #253716
    Steven Zahm
    Keymaster

    Tom

    Sorry, but there is not a way to remove of hide that category.

    in reply to: the last question – migration #253715
    Steven Zahm
    Keymaster

    @ Sherry

    Put the older version back on … something I didn’t think of because I never ran across this before, sorry. The upgrade won’t trigger because the “version” option was set from the newer version, so the upgrade is not going to trigger, because the newver version number was already set in that option …  you’ll have to remove the “connections_options” option_name from the wp_options table using phpMyAdmin.

Viewing 10 posts - 14,761 through 14,770 (of 15,332 total)