BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,691 through 10,700 (of 15,332 total)
  • Author
    Posts
  • in reply to: pagination & limit addresses shown #297317
    Steven Zahm
    Keymaster

    @ Chris

    re: I would like to limit the addresses displayed to only one address. Ideally it would show the preferred address
    To show just the preferred address this should work:

    <?php $entry->getAddressBlock( array( 'preferred' => true ) ); ?>
    

    re: list how many other addresses are listed with the other city & states displayed.
    Sorry, I do not understand…

    re: pagination
    Refer to the Market template on how it was enabled in the market.php file. Lines 304-307, 417-423 and 468-471.

    Hope that helps!

    in reply to: edit entry & css #297316
    Steven Zahm
    Keymaster

    @ Chris

    re: I would like to move the location of the edit listing link. How can I do that?
    It can not be moved, only the order in which it is displayed in the action list. This can be done on the Connections : Settings admin page under the Display tab.

    re: I would also like to mod the css file.
    Form is not setup to load a custom CSS file like the core Connections plugin is. However, you can probably use this QuickTip to load a custom CSS file for Connections and make your CSS statements for Form more specific so they override the Form CSS file statements.

    re: Also. I’m trying to use the say what plugin you recommended. But it won’t change Edit Entry to Edit Listing.
    The domain for Form is connections_form.

    Hope that helps!

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

    @ Ken

    Checkout the order_by shortcode option. You can specify an order with this option. That should do the trick.

    in reply to: permissions question #297312
    Steven Zahm
    Keymaster

    @ Erik

    Two other things to try…

    Move the image out of the folder, delete the folder, re-create it and then set the permissions and move the images back in.

    If that doesn’t work try these permissions, in order, until one works:
    746
    747
    756
    757
    764
    765
    766
    767

    Permissions 767 would be the most permissions I would have on a folder, never 777.

    One of those should do the trick.

    Steven Zahm
    Keymaster

    @ Logan

    What version of PHP does your host have installed? The ctype_digit() function has been enabled by default since 4.2.0. For some reason your host decided to setup PHP without this core function. Unfortunately you’ll have to contact the host to re-enable it for you.

    in reply to: Category Drop down menu problems #297299
    Steven Zahm
    Keymaster

    @ Brandon

    Great to hear and 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: Whre can i change the logo size #297298
    Steven Zahm
    Keymaster

    @ Marco

    You do not need to edit the PHP files to change the logo size, see this FAQ. And here’s a related FAQ that you may find useful.

    in reply to: Dropdown not showing #297297
    Steven Zahm
    Keymaster

    @ matt581

    You do not need the MO/PO files for the str_select and str_select_all shortcode options. Just add them to the [connections] shortcode like so:
    [connections str_select='Select Category in German' str_select_all='Show All Categories in German']

    Hide the Uncategorized category with the show_empty_categories shortcode option. Add it to the above shortcode like so:
    [connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true']

    By default, Tile Plus does not show the address due to the limited space it usually has when actually being shown as tiles. You can turn it on with the show_addresses shortcode option. Building on the shortcode from above, like so:
    [connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true' show_addresses='true']

    Hope that clears it up for you.

    in reply to: Show Bio #297294
    Steven Zahm
    Keymaster

    @ AlpineWeb Design

    re: note that the Show Bio does not clickable in the cmap template for me
    Seems to be a odd CSS conflict with the theme. The theme is settings the position globally on div‘s. Not sure why that would be done, but this can be overridden within the template with the following CSS:

    #cn-cmap div {
        position: initial;
    }

    Add it to the theme’s custom CSS area. That should fix it I think.

    re: Also I am not following how link works. For each email address I need to create a WordPress user? If so what privileges do I give them?
    In short, yes. Create a user for each entry ensuring they have matching email addresses. as for privileges, that is up to you. I suggest give the users the Subscriber role as it has the least privileges. And then make sure to give the Subscriber role the add/edit entry capabilities on the Connections : Roles admin page.

    re: where can I change the Show Bio to something like More Info?
    Sure, see this FAQ. All the str_***** option can be found on this page.

    re: why does it show Other in front of the Address?
    That is the address type you selected when you added the address. Selecting another address type will change it to the corresponding label.

    Hope that helps!

    in reply to: No Results #297293
    Steven Zahm
    Keymaster

    @ HGL

    Good to hear you’ve figured out the issue!

Viewing 10 posts - 10,691 through 10,700 (of 15,332 total)