BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 15,041 through 15,050 (of 15,332 total)
  • Author
    Posts
  • in reply to: Updating on line ? #250865
    Steven Zahm
    Keymaster

    @ Valérie Ogé

    I think Link for Connections offers the solution you need. Take a look.

    in reply to: Increase column width of text #250864
    Steven Zahm
    Keymaster

    Gary

    Yes, but you’ll have to edit the template.php found here:
    ..wp-content/connections_templates/tile-plus

    It’ll be line 9 that you have to edit. You see the width remove everything in-between and including the <? ?> and set the width that you want. 195 seems to work.

    in reply to: Upcoming Birthdays 1 day earlier #250811
    Steven Zahm
    Keymaster

    @ Len Johnson

    This is odd, not certain why this would occur for you. I haven’t been able to replicate on any of my test installs of Connections. Any change I can get a temp admin account so I can take a look?

    in reply to: Relational Linking #250809
    Steven Zahm
    Keymaster

    @ Chris Wolf

    Interesting idea indeed. Sorry to say, currently this can not be done, but I’ve added it to my feature request list.

    in reply to: Multiple Contacts #250808
    Steven Zahm
    Keymaster

    Melissa Reyes

    Sorry there is only support for a single contact name per org.

    in reply to: I Have A Pre-Purchase Question #250807
    Steven Zahm
    Keymaster

    @ Joel Hickenbottom

    There is not a built-in template to do this, but I do think this would be a good template to include with the core plugin. I’ve added it to my feature request list. I will likely add it to the next feature release.

    in reply to: Billing/Invoicing for listings #250805
    Steven Zahm
    Keymaster

    @ rod silver

    Sorry, no it does not.

    in reply to: Address Lines #250804
    Steven Zahm
    Keymaster

    @ Gary Reading

    Ok, open the template.php file found here:
    ../wp-content/connections_templates/slim

    Find this in line 43:

    $entry->getAddressBlock();

    Change it to this, will put the address token parts in the order you need them. And if you do not need to change the order, skip this step completely:

    $entry->getAddressBlock( array( 'format' => '%label% %line1% %line2% %line3% %city% %state% %zipcode% %country%' ) );

    Now, all you need to do is add some CSS to the styles.css file found in the same folder

    #cn-list .locality { display: block; }
    #cn-list .region { display: block; }
    #cn-list .postal-code { display: block; }
    in reply to: Trouble with CSV #250803
    Steven Zahm
    Keymaster

    @ Kevin Free

    Sorry, its difficult to visualize what you’re experiencing. Can you please give a login so I can take a look?

    in reply to: Connections "Images" will not load #250802
    Steven Zahm
    Keymaster

    @ Cindy

    It seems there is an error in the JavaScript for TN3 Gallery. The error will cause any script that comes after not to run. Not that this a solution to the error, since the error will still be present, go to the Connections : Settings admin page under the Advanced tab, check the JavaScript box and save. This will move the JavaScript for Connections before the error so it can run. Hope that helps.

Viewing 10 posts - 15,041 through 15,050 (of 15,332 total)