BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,221 through 13,230 (of 15,332 total)
  • Author
    Posts
  • in reply to: "Updated X days ago" … how to hide? #267240
    Steven Zahm
    Keymaster

    @ Robert

    This can be hidden using CSS. Add the following to the end of the theme’s style.css file.

    .cn-last-updated { display: none; }

    in reply to: Displaying Categories #267239
    Steven Zahm
    Keymaster

    @ Robert

    This isn’t shown on all template, actually not on most. However, it can be easily added to any template.

    Add the following line of code to the template.php file found here:
    ../wp-content/plugins/connections/templates/card-bio/

    <?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
    

    Make sure you keep a backup of you modified template because an update to Connections will revert this change.

    Hope that helps.

    in reply to: cMap and premium listings #267235
    Steven Zahm
    Keymaster

    @ Zach

    Sorry, no.

    in reply to: Additional Functionality #267234
    Steven Zahm
    Keymaster

    @ cori

    I’ve looked at the site, I an find anywhere in the CSS where it has been added, could you double check that it is added?

    in reply to: Payment Gateway #267233
    Steven Zahm
    Keymaster

    @ Rick

    Sorry, no, there is no payment gateway for Connections at this time. It is on the to do list. Others have used member plugins such as Restrict Content Pro and s2member to restrict access to a page with Form.

    Hope that helps.

    in reply to: Spacing between formatting #267230
    Steven Zahm
    Keymaster

    @ Jack

    Over 99% of the time this is caused by the theme doing bad things with the wpautop filter in WordPress. See this FAQ, it has a couple solutions which work for nearly everyone.

    in reply to: jQuery 1.10 #267229
    Steven Zahm
    Keymaster

    @ Bernd

    I believe the issue is with MailPress. Can you please deactivate it temporarily? And I’ll take another look after you do.

    in reply to: link to more than one directory entry #267228
    Steven Zahm
    Keymaster

    @ JohnO

    Yes, this feature is on the to do list but I can not commit to when it’ll be implemented.

    in reply to: Template customization and backend request #267170
    Steven Zahm
    Keymaster

    @ Jason

    Sorry, no. I wish I had someone I could recommend but I actually do not personally know that does WordPress work.

    in reply to: Create custom template #267169
    Steven Zahm
    Keymaster

    @ Jorge

    Sorry, no. there’s no template creation documentation at this time. However, there’s plenty of inline phpDoc.

    I recommend creating a new plugin header file, that how templates “plugin” to Connections. Then refer to the code in the Names template. It uses the new API.

    To init the custom template, you would add a action to your plugin like this.

    Hope that helps.

Viewing 10 posts - 13,221 through 13,230 (of 15,332 total)