BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,851 through 13,860 (of 15,332 total)
  • Author
    Posts
  • in reply to: Bold category – click on country #261611
    Steven Zahm
    Keymaster

    @ Sam

    Sorry forgot to give advice on how to bold the link. You’ll have to precess the URL by exploding it on the / and check for the page you want to bold.

    in reply to: Bold category – click on country #261609
    Steven Zahm
    Keymaster

    @ Sam

    Yes, it is possible, but none of the templates support this out of the box and I can not program this functionality for you.

    I see you’re modifying the Market template to attempt to accomplish this. Here are some tips to help. You can not use the permalinks in the checkbox values. You must use the category ID as the value and passed as array. You will then need to modify the setCategory() method in the market.php file to accept the array of category ID/s and set the category_in option rather than the category att option being set.

    in reply to: Issues with CSV Import #261598
    Steven Zahm
    Keymaster

    @ Danielle

    I just emailed you an early alpha of the next version that works around this issue.

    in reply to: Public Search #261597
    Steven Zahm
    Keymaster

    @ Josh

    Search is only enabled in many of the premium templates. Hope that helps.

    Steven Zahm
    Keymaster

    @ Wayne

    The entire website seems to have disappeared the link 404/s and all the links for the site in Google redirect to a webhost.

    in reply to: Bio Text Size #261595
    Steven Zahm
    Keymaster

    @ Ray

    It seems the font size of the bio is being picked up from the theme. Add this should override it:

    #cn-slim-plus p {
        font-size: 12px;
    }
    in reply to: Shared (facebook) URL when permalinks ON #261535
    Steven Zahm
    Keymaster

    @ Mitch

    I read every post, fully :) …

    I’m assuming the FB plugin you’re using is is the WP get_permalink() function to get the current page’s permalink to pass to FB. You are never actually leaving the directory home page, even though the address bar does change so the URL being passed to FB is actually “correct” … btw, Which FB plugin are you using?

    Of course this isn’t ideal … so … My next dev cycle, which is monthly releases, will be addressing this by making sure the get_permalink() function is filtered so it’ll return the correct URL when on one of Connections “virtual” pages. A couple related items … the page title will also be filtered to show the current category / entry name as well as the browser window/tab title. I may even use an except of the bio field for the page meta.

    These items are necessary not only for this issue, but to greatly increase SEO.

    in reply to: Change language #261517
    Steven Zahm
    Keymaster

    Sure. Take a look at this FAQ.

    Here’s a list of options that will work with cMap:

    str_select='Select Category'
    str_select_all='Show All Categories'
    str_image='No Logo Available'
    str_tray_image='No Photo Available'
    str_map_show='Show Map'
    str_map_hide='Close Map'
    str_bio_head='Biography'
    str_bio_show='Show Bio'
    str_bio_hide='Close Bio'
    str_note_head='Notes'
    str_note_show='Show Notes'
    str_note_hide='Close 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 Email'
    str_work_email='Work Email'

    The complete list with every option for cMap is here.

    Hope that helps.

    in reply to: Issues with CSV Import #261516
    Steven Zahm
    Keymaster

    @ Danielle

    Did you try the alternate solution of add the values to the php.ini file?

    Can you attach a copy of your CSV file as a private reply. An alpha version that I have of the CSV Import that works around the PHP issues may work for you.

    in reply to: How can I change title #261506
    Steven Zahm
    Keymaster

    @ Hubert

    Use this shortcode:
    [connections link_format='%title%']

    That should do it.

Viewing 10 posts - 13,851 through 13,860 (of 15,332 total)