BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,701 through 12,710 (of 15,332 total)
  • Author
    Posts
  • in reply to: Anniversary widget #272018
    Steven Zahm
    Keymaster

    @ Piston

    To get the 22/10/2013 format, go to the Widgets admin page and open the Connections Anniversary Widget. There you will find an option for date format; enter:

    j/n/Y

    Sorry, but there is not a method to be able show “years ago”.

    Hope that helps.

    in reply to: Anniversary question #272017
    Steven Zahm
    Keymaster

    @ eseone

    Sorry, no, I’ll add it to my feature request list.

    in reply to: Anniversary question #272016
    Steven Zahm
    Keymaster

    @ eseone

    Sorry, no, I’ll add it to my feature request list.

    in reply to: Slim plus Issues #272013
    Steven Zahm
    Keymaster

    @ Gary

    I answered this here.

    in reply to: Adding description blurb above Connections list #272012
    Steven Zahm
    Keymaster

    @ Eric

    The only way to do this that I can think of accomplishing this is adding a custom action. Something like this should do the trick:

    
    function cn_custom_list_text() {
    
    	if ( ! get_query_var( 'cn-entry-slug' ) {
    
    		echo 'My custom text.';
    	}
    }
    
    add_action( 'cn_action_entry_before', 'cn_custom_list_text', -10 );

    I guess just drop it in the theme’s functions.php file or better yet if you have a utility plugin that you drop random functions in, that would be better.

    Let me know how you make out.

    in reply to: Page problems #272009
    Steven Zahm
    Keymaster

    @ Gary

    Ok, those URLs help a lot … you need to configure WordPress to exclude the index.php for the link for Connections to work correctly.

    in reply to: Page problems #272004
    Steven Zahm
    Keymaster

    @ Gary

    can you please share a link to your directory pages so I can see the issue?

    in reply to: Problem with cMap CSS? #272003
    Steven Zahm
    Keymaster

    @ Mike

    My best guess is that you may have an unclosed div HTML tab in the bio or notes field of either the “Feed My Starving Children” or “Forest Preserve District of Cook County” entries. Try setting both as unlisted temporarily to see if that resolves the issue.

    Also, are the only customizations you’ve made only CSS related? Or have you made any edits to the the PHP files?

    in reply to: Export Error #272002
    Steven Zahm
    Keymaster

    @ aric

    That version is a very old release which contained a bug that exposed the experimental code for the exporting which was never completed due to various technical issues.

    If you want to update and have a backup, I recommend using phpMyAdmin and exporting a SQL from of the connection* tables in your WordPress db installation. You could also use the WP-DB-Backup plugin for a quick backup of the connections* tables.

    I hope that helps.

    in reply to: Export Error #271955
    Steven Zahm
    Keymaster

    @ aric

    Sorry, but Connections does not have a CSV export. What are you using?

Viewing 10 posts - 12,701 through 12,710 (of 15,332 total)