BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,151 through 12,160 (of 15,332 total)
  • Author
    Posts
  • in reply to: Entries not showing after wordpress update #277286
    Steven Zahm
    Keymaster

    @ Piston

    No deleting Connections will not delete your data. But I do not think that will have any effect. Which version were you upgrading from? If it was a much older version, I’m thinking the update script didn’t execute for some reason? If that is the case, I’ll need a temp admin account so I can “force” the update to run.

    Which version of the Widget Pack do you have? There were a very small number instances where the permalink would be incorrect because of the way the theme managed its sidebars. Back in Sept I did release an update that would force the permalinks to the directory home page. You can download this update from your purchase history.

    in reply to: Remove Logo Image Option From Upload #277285
    Steven Zahm
    Keymaster

    @ Mark

    The only way this is possible is by editing the manage.php PHP file found here:
    ../plugins/connections/link/submenus/manage.php

    Add the following on line 4:

    remove_meta_box( 'metabox-logo', $connections->pageHook->link, 'normal' );
    

    I hope that helps!

    in reply to: Search Relevancy #277284
    Steven Zahm
    Keymaster

    @ Brian

    technically, yes, this is very doable … however … right now the way the search is returned, the relevancy scores are “lost” for a lack of a better word. I continually work on refining searching Connections and this is definitely on the to do list I just can not promise on when I’ll have this worked out.

    in reply to: Category Dropdown on "View All" page #277283
    Steven Zahm
    Keymaster

    @ Jon

    Opps … I gues my past buttom was broke :)

    Thanks, here’s the link:
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: The Events Calendar – Dropdown menus broken #277282
    Steven Zahm
    Keymaster

    @ Sean

    Looks like the Event Calendar is using the Choosen jQuery plugin to enhance the drop downs too … but I don’t see who that could conflict as Connections only loads it on the page where a template requires it. It is not loaded globally across the entire site.

    I’ll need a link to the actual page with the issue occurring in order to tell what’s going on. Can that be done?

    in reply to: MySQL Bulk update on address line 1 #277279
    Steven Zahm
    Keymaster

    @ Paul

    You received the error because you had the cn_disable_output_cache twice. The second piece of code I gave was to replace the first I gave you.

    I tested it and it did work.

    Lets try this. Remove all the code I gave from where you added it. Install the Code Snippets plugin. After is is installed and activated import the attached snippet. To access the import page, visit the Tools > Import admin page in the WordPress admin and click on the Code Snippets link.

    After you have imported it, activate the snippet.

    • This reply was modified 12 years, 7 months ago by Steven Zahm. Reason: Add snippet
    Attachments:
    You must be logged in to view attached files.
    in reply to: Category Dropdown on "View All" page #277274
    Steven Zahm
    Keymaster

    @ Jon

    No problem …

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!

    in reply to: WordPress Menu Integration #277262
    Steven Zahm
    Keymaster

    @ Adam

    Sorry, right now the only way is to use add a custom link and manually type in the category URL. This is actually on my feature to do list … but it is pretty low on the list. I think you might be the first to ask for it.

    Steven Zahm
    Keymaster

    @ Enrique

    You’ll have to mod the template ‘card.php` file to changing the cropping method.

    Change this:

    $entry->getImage( array(
            'image'    => $atts['image'],
            'height'   => 120,
            'width'    => 100,
            'fallback' => array(
                    'type'     => $atts['image_fallback'],
                    'string'   => $atts['str_image']
                    )
            )
    );

    To this:

    $entry->getImage( array(
            'image'    => $atts['image'],
            'height'   => 120,
            'width'    => 100,
            'zc'       => 1,
            'fallback' => array(
                    'type'     => $atts['image_fallback'],
                    'string'   => $atts['str_image']
                    )
            )
    );

    Here are the valid values; 1 is the default method:
    0 Resize to Fit specified dimensions (no cropping)
    1 Crop and resize to best fit the dimensions (default behaviour)
    2 Resize proportionally to fit entire image into specified dimensions, and add borders if required
    3 Resize proportionally adjusting size of scaled image so there are no borders gaps

    Hope that helps!

    in reply to: cvs import not importing data into correct fields #277253
    Steven Zahm
    Keymaster

    @ Dennis

    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

Viewing 10 posts - 12,151 through 12,160 (of 15,332 total)