BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,621 through 12,630 (of 15,332 total)
  • Author
    Posts
  • in reply to: Showing Categories #272643
    Steven Zahm
    Keymaster

    @ kelsey

    To change “Categories” to “Practice Areas” use add this to the template:
    $entry->getCategoryBlock( array('label' => 'Practice Areas', 'separator' => ', ', 'before' => '', 'after' => '') );

    To add the notes and bio add these:

    $entry->getNotesBlock();
    $entry->getBioBlock();

    in reply to: No entries displayed under "Connections: Manage" #272618
    Steven Zahm
    Keymaster

    @ Nathan

    When on the Connections : Manage admin page, click the All link in the upper left.

    The in the drop downs right below that, make sure they are all set to Show All xxxxx and then click the Filter button.

    That should do it.

    in reply to: default phone, address, email on entry form #272559
    Steven Zahm
    Keymaster

    @ Shari

    If you wish to accept entry submission from site visitors, not registered site users, you would use Form. Link is to allow registered site users to submit and maintain entries. So it you’re accepting only from users, I recommend Link rather than Form. Form will at some point integrate with Link to allow from end user editing of one’s entry. No ETA on that other than next year.

    As for limiting the selecting of the address/phone type. Not easily doable. In the 0.8 release of Connections I will have a filter that can be hooked into to limit the displayed options but that still would take a bit of minor PHP dev work.

    in reply to: changing labels on entry form #272558
    Steven Zahm
    Keymaster

    @ Shari

    For Excerpt Plus, see this FAQ. Here is the list of options which can be found here:

    str_select='Select Category'
    str_select_all='Show All Categories'
    str_image='No Photo Available'
    str_read_more='Read More'
    str_bio_head='Biography'
    str_note_head='Notes'
    str_contact='Contact'
    str_home_addr='Home'
    str_work_addr='Work'
    str_school_addr='School'
    str_other_addr='Other'
    str_home_phone='Home Phone'
    str_home_fax='Home Fax'
    str_cell_phone='Cell Phone'
    str_work_phone='Work Phone'
    str_work_fax='Work Fax'
    str_personal_email='Personal'
    str_work_email='Work'

    To change strings within Connections and Link:

    Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized.

    NOTE: I believe there are some strings in Link which this will not work.

    You can also use Say What? with Form, but you would use connections_form as the domain.

    I hope that helps!

    in reply to: hiding elements in print friendly or print.css #272557
    Steven Zahm
    Keymaster

    @ Shari

    Add the following to the print.css file should do the trick:

    #cn-excerpt-plus .chzn-container, #cn-excerpt-plus .cn-cat-select {
        display: none;
    }
    # cn-excerpt-plus .cn-show-more, # cn-excerpt-plus .cn-excerpt {
        display: none;
    }
    in reply to: show map not working #272556
    Steven Zahm
    Keymaster

    @ Denise

    Are you using a some sort of plugin/shortcode for the link “this handy form.” to make it a lightbox. Please try removing it. I believe it is that which is causing a fatal javascript error on that page. An error which is potentially causing a good amount of other javascript from running too, not just Connections/cMap.

    in reply to: Directory population #272553
    Steven Zahm
    Keymaster

    @ Imran

    Yes, users can add themselves using Link.

    I hope that helps.

    in reply to: Slim Plus – Some CSS Changes #272552
    Steven Zahm
    Keymaster

    @ Ray

    Yep, that the correct line. I didn’t have the exact code handy. Use the echo wrapped in single parans.

    in reply to: Alpha Index not working #272530
    Steven Zahm
    Keymaster

    @ valli

    Oh, I see. A while back I changed the anchor IDs for the in-page linking. I had to prefix them from cn- so they would stop conflicting with theme styles. If you can grant me a temp FTP account I’ll log in and make a small edit to the template so they’ll work again.

    in reply to: Alpha Index not working #272527
    Steven Zahm
    Keymaster

    @ valli

    Sorry, but there is not a link…

Viewing 10 posts - 12,621 through 12,630 (of 15,332 total)